SAP Function ABAP_DOCU_START - Initial Screen for ABAP Documentation, Search, and Display

Parameter Reference Type Length Default Optional Text
DEBUG_FLAG ABAP_BOOL 0 ' ' X Special Display Mode for Calls from ABAP Debugger
EXAMPLES_FLAG ABAP_BOOL 0 'X' X Searching in Examples
FIRST_WORD CSEQUENCE C 0 '' X First Word of Statement
FULL_TEXT_FLAG ABAP_BOOL 0 X Full Text Search
GLOSSARY_FLAG ABAP_BOOL 0 'X' X Search in Glossary
INDEX_FLAG ABAP_BOOL 0 'X' X Search in Index
LANGU SYST-LANGU C 1 SY-LANGU X Language for Full Text Search
MODE CSEQUENCE C 0 ' ' X 'ABAP' odr 'DYNP'
NO_DIALOG ABAP_BOOL 0 ' ' X No Display of Selection List and Return of Table if 'X'
NO_SIMILARS ABAP_BOOL 0 ' ' X No Similarity Search
SUBJECTS_FLAG ABAP_BOOL 0 'X' X Search in Keywords
TOKENS ABAPDOCU_TOKENS h 22 X All Tokens of Statement
WORD CSEQUENCE C 0 '' X ABAP Term (Generic if Necessary)

Parameter Reference Type Length Text
DOCU_CONTAINER REF TO CL_GUI_CONTROL 0 Reference to Docomentation or Hit List Container
SEARCH_RESULTS ABDOC_SEARCH_RESULTS 0 Search Result if NO_DIALOG = 'X'
STRUCTURED_SEARCH_RESULTS CL_ABAP_DOCU=>SEARCH_RESULTS 0 Structured Search Result

Functionality
Search for terms in the ABAP keyword documentation. Display the hit listand call the documentation.

Caution
The direct usage of the function module is obsolete outside of thepackage SABAPDOCU. Use the method START of the CL_ABAP_DOCU classinstead.

Notes

  • After calling the module, you should set the focus to the control
  • returned in DOCU_CONTAINER.
    • The controls used by the function module require connection to a screen.
    • Calling outside a screen sequence (for example, in an executableprogram) is not useful.

      Further information
      Function module ABAP_DOCU_SHOW