Data Element list used by SAP ABAP Function Module BAPI_CFGINST_CHARCS_VALS_READ (Displays current values or allowed values of chars of an instance)
SAP ABAP Function Module
BAPI_CFGINST_CHARCS_VALS_READ (Displays current values or allowed values of chars of an instance) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CUINST | Instance number within DDB (configuration) | SOURCE VALUE(INSTANCE) LIKE BAPICU-INSTANCE |
|
| 2 | KREUZ | Check | SOURCE VALUE(DEFINED_VALUES) LIKE BAPICU-CHECKED DEFAULT ' ' |
|
| 3 | KREUZ | Check | SOURCE VALUE(DEFAULT_VALUES) LIKE BAPICU-CHECKED DEFAULT ' ' |
|
| 4 | KREUZ | Check | SOURCE VALUE(ASSIGNED_VALUES) LIKE BAPICU-CHECKED DEFAULT ' ' |
|
| 5 | KREUZ | Check | SOURCE VALUE(ALLOWED_VALUES) LIKE BAPICU-CHECKED DEFAULT 'X' |
|
| 6 | MATNR | Material Number | SOURCE VALUE(OBJECT_ID) LIKE BAPICU-MATERIAL |
|
| 7 | SPRAS | Language Key | SOURCE VALUE(LANGUAGE) LIKE BAPICU-LANGU DEFAULT SY-LANGU |
|