BAPI: BAPI_INTERFACE_GETDOCU
With this BAPI you will get the documentation for the requested BAPI in the form of help text. This is useful for giving detailed descriptions of the BAPI on a general level or on the Method. If you give the Object you will get text on the object and if you give the object and the method you get details on the method. The fields in the input Is the same as the resulting table (BAPILIST) in the previous BAPI (BAPI_MONITOR_GETLIST).
Field | Description | Type | Spec | Example |
OBJTYPE | Object type | I | CHAR10 | SFLIGHT |
OBJNAME | Object name | I | CHAR32 | |
METHOD | Method name of the object type | I | CHAR32 | GetDetail |
PARAMETER | Name of parameter in method | I | CHAR32 | |
FIELD | Field name in the parameter for F4 values | I | CHAR30 | |
LANGUAGE | Language of the text to be displayed | I | LANG1 | |
TEXTFORMAT | Format of the text to be displayed | I | CHAR3 | |
LINKPATTERN | Convert SAPscript Hyperlinks to HTML | I | CHAR255 | |
RETURN | Return messages | O | BAPIRET2 | |
TEXT | Table for the text | T | BAPITGB |
Table: BAPITGB
Field | Description | Spec | Example |
LINE | Line in documentation text | CHAR255 |
Last updated