Hi,
we've created a new component (view) which is shown when displaying an IBASE (component IBMAIN). On top of the IBASE maintenance screen in the web UI you can find buttons for editing data, cancel editing or save changes.
The save button is displayed as soon as you click the editing button, however, it is inactive. As soon as you change any data, the save button becomes clickable.
Saving data seems to be triggered by event EH_ONSAVE in class CL_IBMAIN_IBMAINVIEWSET_IMPL.
The thing is that we'd like to extend our view that the standard functions are supported, means, as soon as we change anything in our view, the save button should be active (by triggering a data changed event), when clicking the save button, our data should be saved as well.
We found class CL_CRM_BOL_TX_MANAGER which seems to hold data and flags for information having been changed.
Is there any quick guide on how to use this default feature?
Many thanks & regards
Wolfgang