Method DELETE_MAPPING
Function
Method IF_UKM_ID_DICTIONARY~DELETE_MAPPING deletes complete positive mapping groups including the object keys contained in them. The method is mass-enabled, that is multiple positive mapping groups can be deleted 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 with all their keys as well as all the objects of the same positive mapping groups are deleted. |
|
Export |
ES_MESSAGES |
This export parameter can contain a list of messages about processing. The row indexes of table IT_IDENTIFIERS correspond to the row indexes of the corresponding messages in subtable ES_MESSAGES-SPECIFIC_MESSAGES. |
Notes
- Changes made using this method are not stored automatically. To do this you must use the SAVE method.
- If you want to remove an object from a positive mapping group without deleting the object or the rest of the mapping group, use method REMOVE_OBJECT_FROM_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.