Hi Guru's,
I created a popup with 3 fields to getting an ID and when I click on my button I go to the Method PROCESS EVENT and check if I receive this ID.
Then I would like to go back on my initial_screen or skip it if this ID is filled in.
Should I wire the popup with the initial_screen ?
The issue for wiring together is the init screen is a BOPF node an the popup not.
Also the feeder class for initial screen inherits from
I need your help please !
Thank you in advance.
Method Process_EVENT
if lv_id is not initial.
"Close Popup
lo_fpm->raise_event_by_id( export event_id = gc_close_dialog)
"Set value
lo_fpm_parameter->mo_app_parameter->set_value( export iv_key = 'ID'
iv_value = lv_id ).
lo_fpm->raise_event_by_id(if_fpm_constants=>gc_event_leave_initial_screen).
endif.
Message was edited by: rahhaoui mohamed