SAP Function CFG_API_GET_CSTIC_CONFLICTS - GetCsticConflict (get conflicts of characteristics)

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
CSTIC_NAME COMT_CFGD_CHNAME C 40 X Characteristic name (object characteristic)
INST_ID COMT_CFGD_INSTID C 8 X Internal identifier of a Instance

Parameter Reference Type Length Text
CONFLICTS COMT_CFGM_CONFLICT_EXPL_I h 64 Confuguration Conflict Handling: Table of Conflict Explanati

Functionality
This function module gets a conflict description of a characteristic ofan instance within a configuration.
Therefore you have to specify a valid CONFIG_ID, INST_ID and aCSTIC_NAME.
If no conflict at the specified characteristic exists, the functionmodule will return a initial table.
If the CSTIC_NAME does not contain a valid name of a characteristic allconflicting characteristics of the provided instance are taken intoaccount.
In case of an invalid INST_ID the function module does return a initialtable of conflicts.
In case of an invalid CONFIG_ID the function model will run into aCOMMAND_EXCEPTION.

Notes
CSTIC_NAME is the language independent name of a characteristic.

Further information
See also function module CFG_API_GET_CONFLICTS.