Skip to Content
0
Former Member
Mar 18, 2009 at 04:52 PM

Can you use CL_GUI_FRONTEND_SERVICES to open a widnow in foreground ?

53 Views

Is there a way to force a window that is being opened by the class cl_gui_html_viewer - with show_url method - to be shown in the foreground ? We are using an ABAP report to open a url to the SAP Portal Iview which contains a webdynpro - this all works - but the window is opened in the background - and this will be cause for many complaints from users...

We tried to use call_browser - but this call had more issues with it - it would close the window which was initiating the call, and seemed to have probems with SSO - it forced a login to the SAP Portal, even if you were already logged in.

Thanks for any suggestions !