/FRE/SUI_DISPLAY_QUICK_HELP - Display Quick Help Reference (in a HTML Container)
TXBHW - Original Tax Base Amount in Local Currency Fill RESBD Structure from EBP Component StructureThis 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
/SAPLSUIrdisp/max_wprun_time - Maximum work process run time CPI1466 during Backup
This documentation is copyright by SAP AG.
Length: 1063 Date: 20120524 Time: 143433 triton ( 30 ms )






