Method GET

Function

Method IF_UKM_ID_THESAURUS~GET reads objects. Depending on the defined parameters, you can read unsaved data from the buffer as well as data from database tables. The method is mass-enabled, that is multiple objects can be read with one call.

Parameters

Type

Name

Description

Import

IV_READ_BUFFER

This optional parameter defines if data from the buffer should be used. This data can contain unsaved information.

Import

IV_UPDATE_BUFFER

This optional parameter defines if data read from the database should be copied to the buffer. This speeds up subsequent read accesses to the same data.

Export

ES_MESSAGES

This export parameter can contain a list of messages about processing. The row indexes of table CT_OBJECTS correspond to the row indexes of the corresponding messages in subtable ES_MESSAGES-SPECIFIC_MESSAGES.

Changing

CT_OBJECTS

For each query, add a row to this table and fill substructure SEARCH_KEY with the key to be found. After execution of the method, subtable KEYS contains the object keys of the object containing the SEARCH_KEY.

Notes

Queries with imprecise key specifications (for example selection options) can be executed with method QUERY.