SAP Function CFG_API_RESET_CONFIG - Reset the Configuration

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
INST_ID COMT_CFGD_INSTID C 8 X Internal identifier of a Instance

Exception Text
COMMAND_EXCEPTION Instance not found
EXCEPTION_CONFIG_NULL No config found
EXCEPTION_DOCUMENT_NULL Document not found
EXCEPTION_ITEM_NULL Item not found
PARAMETER_EXCEPTION Malformed object: INST_ID

Functionality
This function module can reset a configuration, identified via theCONFIG_ID paramater, or a particular instance of the configurationspecified by the INST_ID parameter, to its intial state.
In case the values provided cannot be resolved to current configurationsand their instances, the function module will run into a commandexception.

Notes
In case of resetting the whole configuration, technically it will getoverwritten by a new one with the same ID.