cancel
Showing results for 
Search instead for 
Did you mean: 

Closing Pop-Up from WebDynpro in a Fiori Launchpad environment

0021740287
Newcomer
0 Kudos

Hi all,

We are currently migrating our SAP Portal to Fiori Launchpad and are trying to add our Web Dynpro applications. One of this apps opens a pop-up window containing another Web Dynpro application, which we open through a target mapping in Launchpad.

In Web Dynpro we are using the EXIT Outbound-Plugin to close the WebDynpro window:

wd_this->fire_exit_plg( close_window = abap_true ).<br>

Closing the window worked with the SAP Portal, but it no longer works with Fiori Launchpad. Can you help us how to get the window to close in Fiori Launchpad?

Thanks,

Benjamin

Accepted Solutions (0)

Answers (1)

Answers (1)

turkaj
Active Participant
0 Kudos

Hello Benjamin,

try to close the popup not in the view but in windows.


If this doesn't help you can save the screen pop in a Windows object and then close it directly. For example, when I created the popup, I saved the Windows object in a variable in the component controller and closed the object directly when I closed it:



I hope this helps.