The Function Module GET_SEL_CRITERIA (Get the criteria for selection) is a standard Function Module in SAP ERP and is part of the function group LGEF within the package CBLVS.
Function Module | GET_SEL_CRITERIA |
Short Text | Get the criteria for selection |
Function Group | LGEF |
Package | CBLVS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DEADLINE | LIKE | deadline | ||
RATING | LIKE | rating |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MATNR_WERT_HIGH | LIKE | high number for material | ||
MATNR_WERT_LOW | LIKE | low number for material | ||
RATING_WERT | LIKE | rating | ||
STAG_WERT | LIKE | deadline | ||
SUBID_WERT_HIGH | LIKE | high number for substance | ||
SUBID_WERT_LOW | LIKE | low number for substance |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MT_RANGE | LIKE | range for material | ||
ST_RANGE | LIKE | range for substance number |
This function module does not define any Exceptions.