Ansicht
Dokumentation

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

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

BAL_S_LOG - Application Log: Log header data   General Data in Customer Master  
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

/SAPLUI_DIF

BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1196 Date: 20240604 Time: 044338     sap01-206 ( 20 ms )