The Function Module POPUP_WITH_TABLE_DISPLAY (Popup to display internal table data) is a standard Function Module in SAP ERP and is part of the function group KYSY within the package KC_NU.
Function Module | POPUP_WITH_TABLE_DISPLAY |
Short Text | Popup to display internal table data |
Function Group | KYSY |
Package | KC_NU |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ENDPOS_COL | TYPE | INT4 | Ending position of popup | |
ENDPOS_ROW | TYPE | INT4 | Ending position of popup | |
STARTPOS_COL | TYPE | INT4 | Starting position of popup | |
STARTPOS_ROW | TYPE | INT4 | Starting position of popup | |
TITLETEXT | TYPE | CHAR80 | Text in title bar of popup |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHOISE | LIKE | SY-TABIX | Number of table entry |
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 |
---|---|---|---|---|
VALUETAB | LIKE | Table with possible values |
This function module does not define any Exceptions.