Function Module UKM_DELETE_KEY_MAPPING
This function module deletes existing mappings. It is a wrapper of the ABAP-OO-interface and calls the following methods internally:
- CL_UKM_FACTORY=>GET_INSTANCE_EASY
- IF_UKM_EASY~DELETE
- IF_UKM_EASY~SAVE (optional)
Parameters of the Function
| Type | Name | Description |
|---|---|---|
|
Import |
IV_SAVE |
This parameter defines whether the SAVE method should be executed after processing. |
|
Import |
IV_SAVE_AND_COMMIT |
This parameter defines if the SAVE method should be executed in the update task and the Commit should be triggered. |
|
Import |
IT_KEY_MAPPING |
Table IT_KEY_MAPPING contains all the mappings to be deleted. |
|
Export |
ES_MESSAGES |
All the messages that occurred during processing are passed in export structure ES_MESSAGES. |