cancel
Showing results for 
Search instead for 
Did you mean: 

Open a new window explorer from the Controller (MVC)

Former Member
0 Kudos

Hello.

I like to open a new window explorer with ABAP code,

from the Controller.

I know how change the actual webpage:

NAVIGATION->CALL_APPLICATION( URL = 'http://www.sap.com' ).

But I don't know how to open this page in a new internet explorer session.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Santiago:

Try instead the methodCL_GUI_HTML_USER->SHOW_URL; it has an IMPORTING parameter FRAME, which when set to 'X' will pop up the URL in an external browser window.

Regards,

D.