Method DELETE_OBJECT
Function
Method IF_UKM_ID_THESAURUS~DELETE_OBJECT deletes objects with all their object keys. The method is mass-enabled, that is multiple objects can be deleted with one call.
Parameters
|
Type |
Name |
Description |
|
Import |
IT_IDENTIFIERS |
With this table you pass the object keys with which the objects to be deleted can be identified. |
|
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.
- Deleted objects are automatically removed from the mapping.
- If you want to delete individual object keys, use method DELETE_IDENTIFIER.