SAP Function CFG_API_GET_FACTS - GetFacts (Configuration Conflict Handling)

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
JUSTIFICATION_ID COMT_CFGM_ID s 2 Id used for Assumption Id or Assumption Group Id

Parameter Reference Type Length Text
FACTS COMT_CFGM_FACT_I h 16 Configuration Conflict Handling: Table of Facts

Exception Text
COMMAND_EXCEPTION Justification with JUSTIFICATION_ID not found

Functionality
Returns facts for a given justification within a configuration. Theseshould help to find possible causes of a conflict.
If no valid CONFIG_ID or JUSTIFICATION_ID are provided the functionmodule will return with a COMMAND_EXCEPTION.

Notes
The JUSTIFIKATION_ID is equivalent to the CONFLICT_ID of a conflictwhich is returned by the function module CFG_API_GET_CONFLICTS.

Further information
See also function module CFG_API_GET_CONFLICTS.