Method REMOVE_OBJECT_FROM_MAPPING
Function
Method IF_UKM_ID_DICTIONARY~REMOVE_OBJECT_FROM_MAPPING removes objects from positive mapping groups without deleting the objects themselves or the rest of the positive mapping group. The method is mass-enabled, that is multiple objects can be removed from a positive mapping group with one call.
Parameters
|
Type |
Name |
Description |
|
Import |
IT_IDENTIFIERS |
You pass the object keys to the method with this table. If the keys are found, the corresponding objects are removed from their positive mapping group. |
|
Export |
ES_MESSAGES |
This export parameter can contain a list of messages related to processing. The row indexes of table IT_IDENTIFIERS correspond to the row indexes of the corresponding messages in subtable ES_MESSAGES-SPECIFIC_MESSAGES. |
Notes
- If the positive mapping group only contains one more object after removing an object, the positive mapping group automatically ceases to exist as a group.
- If you want to delete a complete positive mapping group and the objects it contains, use method DELETE_MAPPING.
- If you want to delete an object without deleting the rest of the mapping group, use method DELETE_OBJECT of interface IF_UKM_ID_THESAURUS.
- Changes made using this method are not stored automatically. To do this you must use the SAVE method.