The Function Module TEXT_DISPLAY_DYNPRO (Pop-Up zur Anzeige eines Textdokumentes) is a standard Function Module in SAP ERP and is part of the function group KXSC within the package KC.
Function Module | TEXT_DISPLAY_DYNPRO |
Short Text | Pop-Up zur Anzeige eines Textdokumentes |
Function Group | KXSC |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LINE | LIKE | SY-CUROW | 1 | Row |
POPUP | TYPE | C | 'X' | 'X' Output in Dialog window |
TITLE | TYPE | C | SPACE | Title |
TYPE | TYPE | C | SPACE | Type --> |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
TEXT_TAB | LIKE | TLINE | Text table |
This function module does not define any Exceptions.