Hi Experts,
I have created a Pre-Exit(component) method for a button action where am raising a POPUP message using if_wd_window_manager of method CREATE_POPUP_TO_CONFIRM.
The standard code just gives a message as 'Data is saved' on action of the button.
My problem is, once the button is pressed am getting the popup message, but at the same time the standard code is also triggered. So at background I can see the standard message as 'Data is saved', and also my popup message is also triggering. I need to make the standard code to execute only after giving confirmation from my Popup message in pre-exit method. Is it possible?
How can I make the standard code to execute after giving confirmation(OK) from my custom code in preexit method. Please help me.
With Regards,
Ramakrishnan M