cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a pop-up window in another pop-up window

Former Member
0 Kudos

Hi All,

Please let me know whether it is possible to open a pop-up window in another popup window..

Actually the requirement is, from Main screen we are opening the popup window which is working fine, in the pop-up window we are getting displayed the Table UI element, one of the field in the table UI element has hyperlink, on click of hyperlink then it should open another pop-up window on top of first pop-up window.

We are currently using SAP standard webdynpro Application which is for SAP EM standard functionality. Currently we are getting the error message as "Link tries to open another overview pop-up window - this is not supported"  Instead of opening new pop-up window.

Please let me know how to achieve the solution to open a pop-up window in another pop-up window. Appreciate for your help with any pointers or sample codes to achieve the solution.

Thanks & Regards,

Sudhan...     

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sudhan,

You can achieve your requirement by

designing each popup as an individual view and assigning it to a window

keeping a button or a link to action or any such button calling the corresponding popup once the button is clicked,

In the Action use the wizard to generate the auto code

-->Wizard

-->General Tab

-->Select Generate Popup radio button

-->F4 on Component Use and select current component name

-->Select the required window which you want to show once this action is triggered

Similarly do for other popups

and

similarly to navigate back

or

once the popup is closed you will be redirected to previous popup

Refer the the standard Multi POPUP example

WDR_TEST_POPUPS_RT

Expand Popup Tests: Runtime TRAY

click on link to action POPUP in POPUP

Points Please if its helpful

Regards

Subhash