cancel
Showing results for 
Search instead for 
Did you mean: 

URL Problem

Former Member
0 Kudos

want to create a external Window:

l_window = l_window_manager->create_external_window(

url = 'www.something.com'

has_menubar = abap_false

has_scrollbars = abap_false

has_statusbar = abap_false

has_toolbar = abap_false

).

But If the window opened the URL is something like that

http://server.domain.de:8000/sap/bc/webdynpro/sap/package/www.something.com

I get the http error: 404 !

Please answer .

thanks in Advance,

Best Regards,

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi pavan.......

try usin the class... CL_WDR_EXTERNAL_URL_WINDOW.

--regards,

alex b justin

Former Member
0 Kudos

hi pavan......

in the url parameter just pass the window name that has to be dispalyed.....

in case if you want to display another website.... use the link to action and not an external window

--regards,

alex b justin

Message was edited by:

Alex Justin

Former Member
0 Kudos

thanks for reply.

But i am not creating any window for that. Lets take a example like ,i want to open the google directly in the window.

Thanks

Pavan

Former Member
0 Kudos

hi pavan.......

in that case, you can use the ui element linktourl. no need for an external window.

--regards,

alex b justin

Message was edited by:

Alex Justin

Former Member
0 Kudos

Actually i have the button in ALV, When the user click on that button internally i need to pick the url for that respective row and open the new window with that url. thats why i am using expternal window otpion. is there any way other than this.

thanks

Pavan