Menu

SAP Function Module BAPI_CODEGROUP_CODE_GETLIST

Read Code List from Check Catalog QPCD

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.

Technical Information

Function Module BAPI_CODEGROUP_CODE_GETLIST
Short Text Read Code List from Check Catalog QPCD
Function Group IMRI
Package IMRI
Module Type Remote-Enabled

Importing Parameters

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

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 Return parameter

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.