SAP Function CFG_API_DELETE_CSTICS_VALUES - Delete values of characteristics

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
FORMAT_VALUES COMT_CFGM_BOOLEAN C 1 'F' T=True, F=False, ''=False
INST_ID COMT_CFGD_INSTID C 8 Internal identifier of a Instance
VALUES_TO_DELETE COMT_CFGM_CHANGE_CSTIC_VALS_I h 48 Table of characteristics with values to delete

Exception Text
COMMAND_EXCEPTION Identified Data for the INST_ID not found
EXCEPTION_CONFIG_NULL No configuration found

Functionality
This function module enables you to delete values of characteristics ofan instance within a configuration.
You have to specify the configuration session via the CONFIG_IDparameter.
The instance whose characteristics shall be deselected is given via theINST_ID parameter.
The values which shall be deselected are passed via the VALUES_TO_DELETEparameter, which expects a table with tuples of characteristics andvalues . This means multiple characteristics and values can bedeselected with one call.
For the characteristic you should specify the language independent name.For the value you can choose if the given value is language dependentvia the FORMAT_VALUE of each value set structure you pass. If nothing isspecified at this level the FORMAT_VALUES import parameter of thefunction module will be taken into account.
FORMAT_VALUES is set to false by default.

Notes

  • If you try to deselect a value from a characteristic which does not
  • exist within the specialized instance this will result in aCOMMAND_EXCEPTION.
    • See also function module CFG_API_SET_CSTICS_VALUES, it works the same
    • way.