The Function Module BAPI_PROC_CHAR_GET_LIST (Read Process Characteristics, incl. Detail Data) is a standard Function Module in SAP ERP and is part of the function group COC8B within the package CMX_TYPES.
Function Module | BAPI_PROC_CHAR_GET_LIST |
Short Text | Read Process Characteristics, incl. Detail Data |
Function Group | COC8B |
Package | CMX_TYPES |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CHARACTERISTICGROUP | LIKE | BAPI_RCABN_API-CHAR_GROUP | SPACE | Import: Characteristics Group of Characteristics |
INSTRCHARSFLAG | LIKE | BAPIFLAG-BAPIFLAG | 'X' | Import: 'Select Process Instruction Characteristics' Indicator |
LANGUAGE | LIKE | BAPI_RCABNT_API-LANGU | SY-LANGU | Import: Language of Characteristic Texts |
MESSAGECHARSFLAG | LIKE | BAPIFLAG-BAPIFLAG | 'X' | Import: 'Select Message Characteristics' Indicator |
PLANT | LIKE | BAPI_RCOCHAPI-PLANT | Import: Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Export: System Messages on Method Call |
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 |
---|---|---|---|---|
CHARACTERISTICDATA | LIKE | BAPI_RCABN_API | Export: Characteristic Detail Data | |
CHARACTERISTICTEXTS | LIKE | BAPI_RCABNT_API | Export: Language-Dependent Characteristic Short Texts |
This function module does not define any Exceptions.