Ansicht
Dokumentation

ABAP_DOCU_SHOW - Display ABAP Keyword Documentation

ABAP_DOCU_SHOW - Display ABAP Keyword Documentation

Fill RESBD Structure from EBP Component Structure   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

Description

Display of keyword documentation in HTML control. The display depends on the user settings in the table ABDOCMODE (E: modeless dialog box, I: same box, M: one common external session for all external sessions).

Caution

Using the function module directly outside of the package SABAPDOCU is obsolete. Use the method SHOW of the CL_ABAP_DOCU class instead.

Optional IMPORTING Parameters

  • AREA, Appropriate values are ABEN, ABAP, DYNP
  • NAME, Appropriate values are names of keywords such as MODULE
  • LANGU, Language key
  • ANCHOR, Internal marker, should be suitably transferred

The default values for the IMPORTING parameters are ABEN, ABAP, SY-LANGU.

EXPORTING Parameter

  • DOCU_CONTAINER, if display mode E (modless dialog box), reference to HTML control, otherwise initial.

Note on Use

It is sensible to set the focus to the HTML control after calling the function module and during the PBO event of the subsequent screen:

  IF NOT docu_container IS INITIAL.
   CALL METHOD cl_gui_control=>set_focus
                EXPORTING control = docu_container.
    CLEAR docu_container.
  ENDIF.

Caution

The controls used by the function module require a connection to a screen. Calling outside a screen sequence (for example, in an executable program) is not useful if the documentation is displayed in an amodal window.





Parameters

ANCHOR
AREA
DOCU_CONTAINER
LANGU
NAME
SAFE_MODE
SEARCHED
SEARCH_MODE
SEARCH_WORD
VERSION

Exceptions

Function Group

ABAP_DOCU

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

Length: 2384 Date: 20240523 Time: 085515     sap01-206 ( 31 ms )