cancel
Showing results for 
Search instead for 
Did you mean: 

Embed URL in a pop up window (Modal)

Former Member
0 Kudos

Hi All,

My requirement is to call a URL inside a pop window and the window should be a Modal.

I was able to call a URL using method create_external_window ( if_wd_window_manager->create_external_window ), but was

unable to make this as a Modal. Even though I set the parameter 'MODAL' of method create_external_window to abap_true, it still doesn't work.

So, I embed the URL in an iframe inside a view. After making this view as a part of a window, I call the window using method create_window ( if_wd_window_manager->create_window ). I was able to set this as a Modal. But the problem with using iframes is the pop ups inside a URL doesn't open if the URL is made a part of iframe.

Any other suggestions how to solve this ?

Thanks,

Tom

Accepted Solutions (0)

Answers (1)

Answers (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

Just want to share that in WD, only Modal popup are possible. you can see this in description of parameter MODAL of method CREATE_WINDOW (Obsolete! Only Modal Popups Are Supported).

Thanks,

Chandra