Ansicht
Dokumentation

/FRE/SUI_DISPLAY_QUICK_HELP - Display Quick Help Reference (in a HTML Container)

/FRE/SUI_DISPLAY_QUICK_HELP - Display Quick Help Reference (in a HTML Container)

General Material Data   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function enables you to display online text documentation created with transaction se61 in HTML form.

Example

  1. Create a text via transaction se61:
Name: My_Document
Document class: General text.
  1. In your program, declare an HTML viewer:
DATA : g_welcome_page TYPE REF TO CL_GUI_HTML_VIEWER.
  1. Call the function with the HTML viewer, the name of your document, and the class of your document
CALL FUNCTION '/FRE/UI_DIF_DISPLAY_QUICK_HELP'
EXPORTING
i_html_viewer = g_welcome_page
i_object = 'My_Document'
i_id = 'TX'

Notes

If you want to display icons in the text, use the icon ID between two @ symbols.

Further information





Parameters

I_HTML_VIEWER
I_ID
I_OBJECT

Exceptions

Function Group

/SAPLSUI

ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1193 Date: 20240420 Time: 105216     sap01-206 ( 22 ms )