Fonction SAP BAPI_CFGINST_CHARCS_ATTR_READ - Displays the attributes of all or the specified chars of the instance

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
INSTANCE BAPICU-INSTANCE N 8 Instance to which the call refers
OBJECT_ID BAPICU-MATERIAL C 18

Paramètre Reférence Long. Facultatif Description
CHARACTS BAPICUCHD 30 X Characteristics whose attributes have been requested
CHARACTS_ATTRIBUTES BAPICUCHA 216 Static attributes of characteristics found

Functionality
You can use this function module to display the attributes ofcharacteristics of the specified instance.
If you do not specify any characteristics in the interface, you see theattributes of all the characteristics of the instance.
You can therefore also use this function module to see whichcharacteristics an instance has.
Some of the most important attributes of a characteristic are:
- Language-independent characteristic name, which identifie the
characteristic
- Language-dependent description of the characteristic
(in your logon language)
- Indicator: single-value characteristic
- Indicator: additional values (that is, values that are not defined)are allowed
- Document allocated (can be used, for example, as a reference to
an icon name)
- Indicator: user entries allowed

Notes
The attributes that you can display with this function module arestatical attributes. For example, if you have a statical attribute thatsays that a characteristic does not require a value, this does notindicate whether or not in a certain situation a value must be assignednevertheless because of object dependencies. To display thisinformation, other function modules are available.
You can only use this function module if you are currentlyprocessing a configuration.