Skip to Content
0
Former Member
Aug 28, 2009 at 11:14 AM

Reg : URL in webdynpro

41 Views

Dear all

I need to Get the URL link from my web dynpro report

im used below code. If i click the button it will not show the google site... Kindly help

CREATE_EXTERNAL_WINDOW

EXPORTING

URL = 'http://www.google.co.in/'

MODAL = ABAP_FALSE

HAS_MENUBAR = ABAP_TRUE

IS_RESIZABLE = ABAP_TRUE

HAS_SCROLLBARS = ABAP_TRUE

HAS_STATUSBAR = ABAP_TRUE

HAS_TOOLBAR = ABAP_TRUE

HAS_LOCATION = ABAP_TRUE

RECEIVING

WINDOW = lo_window.

lo_window->open( ).