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 !