Method DELETE_IDENTIFIER

Function

Method IF_UKM_ID_THESAURUS~DELETE_IDENTIFIER deletes object keys. The method is mass-enabled, that is object keys can be deleted with one call.

Parameters

Type

Name

Description

Import

IT_IDENTIFIERS

You pass the object keys to be deleted to the method with this table.

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 an object key to be deleted is the only key of an object, the entire object is deleted and removed from the mappings.
  • If you want to delete an entire object, use method DELETE_OBJECT.