Method REMOVE_NEGATIVE
Function
Method IF_UKM_ID_DICTIONARY~REMOVE_NEGATIVE removes negative mappings between a given list of keys. The method is mass-enabled, that is multiple lists of keys can be specified. The objects themselves and positive mapping groups are not changed during execution.
Parameters
|
Type |
Name |
Description |
|
Import |
IT_NEGATIVE |
The row type contains subtable TABLE_LINE, which can be filled with a list of keys. The method removes all negative mappings between the keys of a list. |
|
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
- A list of keys must contain at least two keys.
- Changes made using this method are not stored automatically. To do this you must use the SAVE method.