cancel
Showing results for 
Search instead for 
Did you mean: 

Forcing Window/View to front of other windows ?

Former Member
0 Kudos

Is there a way to code a webdynpro to force the window and view it is working in to the front of other windows currently running ? The program which is called from an ABAP report program is being brought up in a background window - and I was hoping to force it to the foreground somehow...

This question arises out of an attempt to start a webdynpro within the portal framework from an abap program via a url call from the class cl_gui_frontend_services (this class supported SSO -as opposed to Call_browser - which caused other problems...) I will be posting a question to the abap-general forum as well to question the calls - but I am hoping there is an answer on the webdynpro java side.

Thanks for any suggestions !

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One misnomer - the abap class is cl_gui_html_viewer - with the show_url method...