Hi All..
I am triggering a simple Popup (Yes or No) Save Event. I defined 2 methods for Opening_Popup and Set an event in that to close popup like below.
z_popup->set_on_close_event( iv_event_name = 'POPUP_CLOSED' iv_view = me ).
and another method eh_onpopup_closed to handle the above event.
Popup opens fine, but when I click yes or no, the second method doesn't get triggered from Debug mode no matter what I do. I defined POPUP_CLOSED as an event in the Z impl class. What am I doing wrong? I am unable to debug or trigger what is there in the second method. I am just updating address on a condition and it wont let me go into the second method.
Any hint would be appreciated.
Also can I call BAPI's or direct function modules(Address Update) in WEBUI for updating Contact Person Standard address from its original BP View?
Thanks for your help in Advance