cancel
Showing results for 
Search instead for 
Did you mean: 

Pop up hide the main window

Former Member
0 Kudos

Hi,

While i am calling the pop up on my screen, the background screen becomes blur. Is there any correct way that pop up is called in such a way and the main screen visible.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

solved

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This is the correct functionalty of the way the popup windows are intended to work. There is no error here.

>One alternative could be that you open the pop up window in a new browser window. In that way you would be able to access both the windows at the same time.

This is a way to create another window that is independent of its source. Just keep in mind that this is a completely new application instance running in a separate browser. From the ABAP server side the user now has two active sessions and they can not directly communicate or share data.

arjun_thakur
Active Contributor
0 Kudos

Hi Shilpi,

In wd abap only modal windows are available i.e. when a pop up window opens, you won't be able to make any changes in the main window. One alternative could be that you open the pop up window in a new browser window. In that way you would be able to access both the windows at the same time.

Regards

Arjun

Former Member
0 Kudos

Hi Shilpi,

As far as i know, there is no way to do that by the standard function module. U may need to raise an oss message and refer to SAP directly.

Regards,

Mazin