Hi Martin,
I just found out the you can simply use this also. Or else the earlier method will anyway work.
Please check.
CALL METHOD cl_abap_browser=>show_url
EXPORTING
url = 'www.google.com'
* title =
* size = CL_ABAP_BROWSER=>MEDIUM
* modal = ABAP_TRUE
* printing = ABAP_FALSE
* buttons = NAVIGATE_OFF
* format = CL_ABAP_BROWSER=>LANDSCAPE
* position = CL_ABAP_BROWSER=>TOPLEFT
* container =
* context_menu = ABAP_FALSE
.
R