Method GET
Function
Method IF_UKM_ID_DICTIONARY~GET reads positive mapping groups. 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 positive mapping groups 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_GROUPS correspond to the row indexes of the corresponding messages in subtable ES_MESSAGES-SPECIFIC_MESSAGES. |
|
Changing |
CT_GROUPS |
For each query, add a row to this table and fill substructure SEARCH_KEY with the key to be found. After executing the method, subtable OBJECTS contains the objects of the positive mapping group containing the SEARCH_KEY. |
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.