/FRE/UI_DIF_DISPLAY_QUICK_HELP - Display Quick Help Reference (in a HTML Container)
rdisp/max_wprun_time - Maximum work process run time PERFORM Short ReferenceThis documentation is copyright by SAP AG.
Functionality
This function enables you to display online text documentation created with transaction se61 in HTML form.
Example
- Create a text via transaction se61:
- Name: My_Document
- Document class: General text.
- In your program, declare an HTML viewer:
- DATA : g_welcome_page TYPE REF TO CL_GUI_HTML_VIEWER.
- 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_VIEWERI_ID
I_OBJECT
Exceptions
Function Group
/SAPLUI_DIFROGBILLS - Synchronize billing plans PERFORM Short Reference
This documentation is copyright by SAP AG.
Length: 1066 Date: 20120524 Time: 145958 triton ( 47 ms )






