Menu

SAP Function Module POPUP_WITH_TABLE_DISPLAY

Popup to display internal table data

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.

Technical Information

Function Module POPUP_WITH_TABLE_DISPLAY
Short Text Popup to display internal table data
Function Group KYSY
Package KC_NU
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.