Method ADD_NEGATIVE
Function
Method IF_UKM_ID_DICTIONARY~ADD_NEGATIVE offers a function for creating negative mapping between object keys. The method is mass-enabled, that is multiple negative mappings, each with multiple keys, can be created with one call. If the keys are not yet known as parts of objects, one object is created in the background for each key.
Parameters
|
Type |
Name |
Description |
|
Import |
IT_NEGATIVE |
The information about which keys should be included in negative mappings is passed to the method with this table. You must add one row to the table for each negative mapping. Each row contains a table in which 2-* object keys are expected. |
|
Export |
ES_MESSAGES |
This export parameter can contain a list of messages related to processing. The row indexes of table IT_NEGATIVE correspond to the row indexes of the corresponding messages in subtable ES_MESSAGES-SPECIFIC_MESSAGES. |
Notes
- If keys between which a negative mapping should be created are part of a common object or part of a common positive mapping group, it is not possible to create the negative mappings. In this case an error message is stored in export structure ES_MESSAGES.
- Changes made using this method are not stored automatically. To do this you must use the SAVE method.