SAP ABAP Function Module ABAP_DOCU_START (Initial Screen for ABAP Documentation, Search, and Display)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABAPDOCU (Package) ABAP Documentation Objects in ABAP Workbench
⤷
⤷
Basic Data
| Function Module | ABAP_DOCU_START | Initial Screen for ABAP Documentation, Search, and Display |
| Function Group | ABAP_DOCU | ABAP Documentation, Search, and Display |
| Program Name | SAPLABAP_DOCU | |
| INCLUDE Name | LABAP_DOCUU01 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
DOCU_CONTAINER | TYPE REF TO | CL_GUI_CONTROL | Reference to Docomentation or Hit List Container | |||
| |
STRUCTURED_SEARCH_RESULTS | TYPE | CL_ABAP_DOCU=>SEARCH_RESULTS | Structured Search Result | |||
| |
SEARCH_RESULTS | TYPE | CL_ABAP_DOCU=>SEARCH_RESULTS | Search Result if NO_DIALOG = 'X' | |||
| |
WORD | TYPE | CSEQUENCE | '' | ABAP Term (Generic if Necessary) | ||
| |
FIRST_WORD | TYPE | CSEQUENCE | '' | First Word of Statement | ||
| |
TOKENS | TYPE | ABAPDOCU_TOKENS | All Tokens of Statement | |||
| |
MODE | TYPE | CSEQUENCE | ' ' | 'ABAP' odr 'DYNP' | ||
| |
NO_DIALOG | TYPE | ABAP_BOOL | ' ' | No Display of Selection List and Return of Table if 'X' | ||
| |
INDEX_FLAG | TYPE | ABAP_BOOL | 'X' | Search in Index | ||
| |
GLOSSARY_FLAG | TYPE | ABAP_BOOL | 'X' | Search in Glossary | ||
| |
SUBJECTS_FLAG | TYPE | ABAP_BOOL | 'X' | Search in Keywords | ||
| |
EXAMPLES_FLAG | TYPE | ABAP_BOOL | 'X' | Searching in Examples | ||
| |
FULL_TEXT_FLAG | TYPE | ABAP_BOOL | Full Text Search | |||
| |
LANGU | TYPE | SYST-LANGU | SY-LANGU | Language for Full Text Search | ||
| |
DEBUG_FLAG | TYPE | ABAP_BOOL | ' ' | Special Display Mode for Calls from ABAP Debugger | ||
| |
NO_SIMILARS | TYPE | ABAP_BOOL | ' ' | No Similarity Search | ||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 20041216 |
| SAP Release Created in |