The Function Module RP_OPTIONS_INTO_STRINGTAB (Dialog für Optionsauswahl, Rückgabewert: Stringsequenz aus Kürzeln) is a standard Function Module in SAP ERP and is part of the function group RPPN within the package PBAS.
Function Module | RP_OPTIONS_INTO_STRINGTAB |
Short Text | Dialog für Optionsauswahl, Rückgabewert: Stringsequenz aus Kürzeln |
Function Group | RPPN |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DELIMITER_SIGN | LIKE | '/' | Delimiter for string sequence | |
DYN_PUSHBUTTON_TEXT1 | LIKE | Text for button in F key string | ||
DYN_PUSHBUTTON_TEXT2 | LIKE | Text for button in F key string | ||
DYN_PUSHBUTTON_TEXT3 | LIKE | Text for button in F key string | ||
LIST_HEADER | LIKE | |||
TEXT_LEFT1 | LIKE | Text for selectable options, 1st line | ||
TEXT_LEFT2 | LIKE | Text for selectable options, 2nd line | ||
TEXT_LEFT3 | LIKE | Text for selectable options, 3rd line | ||
TEXT_OBJECT | LIKE | DOKHL-OBJECT | Text in dialog can be maintained using SE61 | |
TEXT_TITLE | LIKE | Dialog box header |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN_CODE | LIKE | SY-SUBRC | Defines which button terminated the dialog |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INTER_TAB | LIKE | PNPXCULTAB | Table of headers, etc. | |
TEXT_SYMBOL_RELATION_TAB | LIKE | PNPSTRINGT | Table of possible options and their ID codes |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
TABLE_LINES_INCONSISTENCY | Number of inconsistent table lines |
TABLE_STRING_INCONSISTENCY | Strings do not match TEXT-SYMBOL-RE |