Method SAVE
Function
Method IF_UKM_ID_DICTIONARY~SAVE saves all unsaved changes.
Parameters
|
Type |
Name |
Description |
|
Import |
IV_SAVE_IN_UPDATE_TASK |
ABAP_TRUE = The changes are placed in an update task. ABAP_FALSE = The changes are copied to the same role area in the database tables. |
|
Import |
IV_CLEANUP_BUFFER |
If ABAP_TRUE, the buffer, which can contain saved data as well as data that has not yet been saved, is emptied. You can obtain the same effect by using method CLEANUP. |
|
Export |
ES_MESSAGE |
This export parameter can contain a list of messages about processing. |
Notes
The buffer is context-dependent, but independent of the interface. That is, unsaved changes that were made for example with interface IF_UKM_ID_THESAURUS are rejected if you use this method. An exception is the obsolete implementation of interface IF_UKM_EASY.