|
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.
|