cancel
Showing results for 
Search instead for 
Did you mean: 

Open a external window like URL Link but from my button

Former Member
0 Kudos

Hi,

I want that when I press a button, open a new window to (for example www.google.com) like when i push a url link. How can I do that?.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1)get api from comp controller ( see wizard)

2)GET window manager (also on wizard)

3)Create window using CREATE_EXTERNAL_WINDOW (check window manager methods)

The object returned is of type if_wd_window

4)The call the OPEN WINDOW method.

Regards

Phil

Former Member
0 Kudos

Hi,

Thanks, the problem is solved.

Answers (0)