Fonction SAP BAPI_CFGINST_INCONSIST_CHECK - Checks whether instance has inconsistencies and returns inconsistencies

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
CONTRADICTING_CHARACTS_VALS BAPICUCHV1 60 Inconsistent characteristic values
CSTR_CONFLICTS BAPICUCFL1 38 Constraint violations
DOMAIN_CONFLICTS BAPICUCHV1 60 Inconsistent restrictions to allowed values
INCONSISTENT_CHARACTS BAPICUCHD 30 Inconsistent characteristics
INCONSISTENT_CHARACTS_VALS BAPICUCHV1 60 Inconsistent characteristic values

Functionality
With this function module, you can generate a list of all theinconsistencies that exist in an instance.
For each type of inconsistency, you see a separate table.
- A characteristic is inconsistent if it has value assignments althoughthis is not currently allowed because of object dependencies.
- A characteristic value is inconsistent if it is set althoughthis is not currently allowed because of object dependencies.
- Contradictory characteristic values means that there are single-value characteristics for which more than one value is currentlyset.
- Contradictory value sets means that different value sets have beendefined for a characteristic.
- Constraint conflicts means that there are constraints for whichthe restriction is currently not adhered to.
A configuration is inconsistent if it contains an instance withinconsistencies.

Notes
A function module that provides a detailed analysis of the causes ofan inconsistency is not yet available.
You can only use this function module if you are currently processinga configuration.