Method CLEANUP

Function

Method IF_UKM_EASY~CLEANUP deletes the ID mapping buffer. All the changes and enhancements to ID mappings that were made in a roll area since the last SAVE are rejected.

Parameters of the Method

Type

Name

Description

Export

ES_MESSAGE

All the messages that occurred during processing are passed in export structure ES_MESSAGE.

Notes

If you are not using the obsolete implementation, calling this method might also have an effect on unsaved changes that you made from another interface, for example from interface IF_UKM_ID_THESAURUS.

Example

 A coding example is given below (continuation of the previous example):

* Clear buffered mappings CALL METHOD lp_ukm_easy->cleanup   IMPORTING     es_message = ls_message.