The Function Module BAPI_CODEGROUP_CODE_GETLIST (Read Code List from Check Catalog QPCD) is a standard Function Module in SAP ERP and is part of the function group IMRI within the package IMRI.
Function Module | BAPI_CODEGROUP_CODE_GETLIST |
Short Text | Read Code List from Check Catalog QPCD |
Function Group | IMRI |
Package | IMRI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CAT_TYPE | LIKE | QPGR-KATALOGART | SPACE | Catalog type |
CODE | LIKE | QPCD-CODE | '*' | Code (Masking with *, +) |
CODE_GROUP | LIKE | QPGR-CODEGRUPPE | SPACE | Code Group (Masking with *, +) |
LANGU | LIKE | QPGT-SPRACHE | SY-LANGU | Language for Texts |
NO_AUTHORITY_CHECK | LIKE | QM00-QKZ | SPACE | X - Without Authorization Check |
NO_USAGEINDICATION | LIKE | QM00-QKZ | 'X' | X - Do Not Set Usage Indicator |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Return parameter |
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 |
---|---|---|---|---|
CODE_GROUP_SELTAB | LIKE | QPK1CODEGRP | CODE_GROUP as Table | |
CODE_TAB | LIKE | QPK1CD | Results Table: Codes with Texts |
This function module does not define any Exceptions.