The Function Module K_KKB_HIER_SEQU_LIST_DISPLAY () is a standard Function Module in SAP ERP and is part of the function group KKBL within the package SLIS.
Function Module | K_KKB_HIER_SEQU_LIST_DISPLAY |
Short Text | |
Function Group | KKBL |
Package | SLIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IR_SALV_ADAPTER | CLASS | IF_SALV_ADAPTER | Basisinterface für die Adapter | |
IS_KEYINFO | TYPE | KKBLO_KEYINFO | Foreign key dependency for master-slave table | |
IS_LAYOUT | TYPE | KKBLO_LAYOUT | List layout specifications | |
IS_SEL_HIDE | TYPE | KKBLO_SEL_HIDE | Selection information modification | |
IT_EXCLUDING | TYPE | KKBLO_T_EXTAB | Excluding FCodes in standard user interface | |
IT_FIELDCAT | TYPE | KKBLO_T_FIELDCAT | Field catalog with field descriptions | |
IT_SORT | TYPE | KKBLO_T_SORTINFO | Sort criteria for first list display | |
IT_SPECIAL_GROUPS | TYPE | KKBLO_T_SP_GROUP | Grouping fields for column selection | |
I_BUFFER_ACTIVE | LIKE | Character Field Length 1 | ||
I_BYPASSING_BUFFER | TYPE | CHAR01 | Character Field Length 1 | |
I_CALLBACK_END_OF_LIST | LIKE | EXIT routine after the actual list display | ||
I_CALLBACK_FIELDCAT_SAVE | LIKE | EXIT routine for field catalog storage | ||
I_CALLBACK_LAYOUT_SAVE | LIKE | not yet supported | ||
I_CALLBACK_PF_STATUS_SET | LIKE | Set EXIT rountine to status | ||
I_CALLBACK_PROGRAM | LIKE | SY-REPID | EXIT program | |
I_CALLBACK_TOP_OF_PAGE | LIKE | EXIT routine for TOP-OF-PAGE display | ||
I_CALLBACK_USER_COMMAND | LIKE | EXIT routine to command treatment | ||
I_EXPORT | LIKE | Character Field Length 1 | ||
I_FCTYPE | LIKE | 'R' | Field catalog type (M)odify (R)eplace | |
I_INTERFACE_CHECK | LIKE | Character Field Length 1 | ||
I_OO_ALV | LIKE | Single-Character Flag | ||
I_SCREEN_END_COLUMN | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_END_LINE | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_START_COLUMN | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_START_LINE | LIKE | 0 | Coordinates for list in dialog box | |
I_SUPPRESS_EMPTY_DATA | TYPE | SAP_BOOL | ABAP_FALSE | Wenn keine Daten vorliegen, wird keine Tabelle ausgegeben |
I_TABNAME_MASTER | LIKE | Name of table to be displayed (header) | ||
I_TABNAME_SLAVE | LIKE | Name of table to be displayed (items) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_EXIT_CAUSED_BY_CALLER | TYPE | CHAR1 | Single-Character Flag |
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 |
---|---|---|---|---|
T_OUTTAB_MASTER | LIKE | Table with data to be displayed (header) | ||
T_OUTTAB_SLAVE | LIKE | Table with data to be displayed (items) |
This function module does not define any Exceptions.