The Function Module QPAM_SELSET_CODES_READ (Codes zur Auswahlmenge in Tabelle QPAC lesen) is a standard Function Module in SAP ERP and is part of the function group QPAM within the package QSSE.
Function Module | QPAM_SELSET_CODES_READ |
Short Text | Codes zur Auswahlmenge in Tabelle QPAC lesen |
Function Group | QPAM |
Package | QSSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AUSWAHLMGE | LIKE | QPAC-AUSWAHLMGE | '*' | Auswahlmenge |
I_CODE | LIKE | QPAC-CODE | Code | |
I_CODEGRUPPE | LIKE | QPAC-CODEGRUPPE | Codegruppe | |
I_FLG_AUTHORITY_CHECK | TYPE | QKZ | 'X' | Kz.: Codeauswahlberechtigung prüfen |
I_FLG_RELEASED_SET_ONLY | TYPE | QKZ | 'X' | Kz.: nur freigegebene Auswahlmengen |
I_KATALOGART | LIKE | QPAC-KATALOGART | Katalog | |
I_USAGE_DECISION_TYPE | LIKE | QAVE-KZART | 'L' | nur bei Katalogart 3: Prüflos, Teillos, Einzelstück, Takt |
I_WERKS | LIKE | QPAC-WERKS | Werk |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_QPAC_WA | LIKE | QPAC | Mengencode |
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 |
---|---|---|---|---|
E_QPAC_TAB | LIKE | QPAC | Codes der Auswahlmenge |
This function module does not define any Exceptions.