The Function Module K_MD_RANKING_POPUP () is a standard Function Module in SAP ERP and is part of the function group KABM within the package KABC.
Function Module | K_MD_RANKING_POPUP |
Short Text | |
Function Group | KABM |
Package | KABC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SEL_COUNT_MAX | LIKE | 99 | max. Anzahl an auswählbaren Feldern | |
SEL_COUNT_MIN | LIKE | 1 | min. Anzahl an auswählbaren Feldern | |
TEXT1 | LIKE | ' ' | Überschrift über Popup | |
TEXT2 | LIKE | ' ' | Auswahltext1 zu Selektionsspalte | |
TEXT3 | LIKE | ' ' | weitere Auswahltext |
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 |
---|---|---|---|---|
R_LIST | LIKE | RANK_LIST | Liste der auszuwählenden Einträge mit Voreinstel |
This function module does not define any Exceptions.