cancel
Showing results for 
Search instead for 
Did you mean: 

How to call a view from a popup of same webdynpro component?

Former Member
0 Kudos

I have following views in a same webdynpro component.

  1. view1
  2. view2
  3. view3
  4. view4

I have view2 and view4 embedded inside view1. Now from view2 i have called view3 as popup(embedded in separate window).How to call view4 from the view3 popup with view4 embedded inside view1.

Thanks

deepan

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Provide detailed information on your scenario.

Regards,

Keshav

Former Member
0 Kudos

HI,

As you did for view2 and view3. you can do it for view3 and view 4. Embed view4 to a separate window. you call call that as popup window.

Former Member
0 Kudos

Did you try to use view container ui element?

matteo_montalto
Contributor
0 Kudos

As far as I understand, it shouldn't be possible.

You need to embed your popup view in a distinct window in order to use it as popup.

An obvious workaround is to copy your view4 into, say, view4_popup and trigger the popup embedding it in a new window.

Former Member
0 Kudos

Hi,

Please detail scenario; so that we can visualize and suggest the solution.