Um einen Doku-Text in einem Popup darzustellen, sind folgende Zeilen ABAP nötig.
DATA: lt_ltext TYPE tlinetab, lt_exclude TYPE TABLE OF hlpfcode, ls_help_info TYPE help_info. CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = ls_help_info TABLES excludefun = lt_exclude[] helplines = lt_ltext[].