Skip to Content
0
Nov 28, 2011 at 09:15 AM

navigation in popup window

178 Views

I call from one standard component BP_EMPL one Z component as popup. This works ok. In popup I display some records in table view. Everything ok.

But then I want to perform dynamic navigation from this Z component displayed as popup to one other standard compoent. I defined:

- event handler

- outbound plug of view

- outbound plug of window

Everything seems to work fine. I get to outbound plug of window with filled collection data. But then when navigation should be performed, my popup window gets closed and I'm returned back to my main componet BP_EMPL.

What am I missing to keep popup window opened and perform the navigation?

Do I have to put some coding in

lv_popup->set_on_close_event( iv_event_name = ' ' iv_view = me ).

where I call my popup?

Help appreciated.