The Function Module K_KKB_LIST_FOR_ITEM_SELECTION (List in dialog box for selecting one or more entries (or display only)) is a standard Function Module in SAP ERP and is part of the function group KKBL within the package SLIS.
Function Module | K_KKB_LIST_FOR_ITEM_SELECTION |
Short Text | List in dialog box for selecting one or more entries (or display only) |
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 |
---|---|---|---|---|
IT_FIELDCAT | TYPE | KKBLO_T_FIELDCAT | Field Catalog with Field Descriptions | |
I_CHECKBOX_FIELDNAME | LIKE | |||
I_NO_SORT | LIKE | ' ' | ||
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_SCROLL_TO_SEL_LINE | LIKE | 'X' | Scroll to default selection if necessary | |
I_SELECTED_LINE | LIKE | SY-TABIX | ||
I_SELECTION | LIKE | 'X' | (X) - Selection possible, ( ) - Display | |
I_TABNAME | LIKE | Table name with chosen values | ||
I_TITLE | LIKE | Dialog box title | ||
I_ZEBRA | LIKE | 'X' | Line output with alternating color |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_SELFIELD | TYPE | KKBLO_SELFIELD | Selection info for simple selection | |
E_EXIT | LIKE | X' - Cancel by user |
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 | LIKE | Selection value table |
This function module does not define any Exceptions.