I'm working with the WebUI (CRM) and I want to open a new browser window with an URL.
Most common solution is to use a small javascript having "window.open".
But in my case there is no htm page to insert the javascript.
Solution I have in mind is to create a http page and launch completely it using ABAP-code.
Next to opening the browser window, I have to suppress the browser toolbar, and the window has to be resizable/scrollable.
So I you know any classes that I can call from ABAP to launch a browser, let me know. Classes that have GUI-logic cannot be used, as the WebUI is not using the SAPGUI.
Regards, Toine.