SAP Function CFG_API_UNSPECIALIZE - Configuration: Unspecialize an instance

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

Exception Text
COMMAND_EXCEPTION Instance with id INST_ID not found

Functionality
This function modules unspecializes a bill of materials position of aspecified instance within a configuration, which was previouslyspecified by the CFG_API_SPECIALIZE. command.
Therefore you have to specify a valid CONFIG_ID, INST_ID.
If unspecialzing was succesfull, the instance changes back from amaterial to a class.
If the CONFIG_ID, INST_ID cannot be resolved the function module willrun into a command_exception.
In other cases like trying to unspecialize a material which is notunspecializable the function module won't notify any errors.

Further information
See also function module CFG_API_SPECIALIZE.