Entering content frame

Syntax documentation show_url_in_browser Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

ü

ü

 

Use this method to show the given URL in a separate browser window.

Note

From Release 4.6C, this method is obsolete. You should now use the show_url method to display data in the HTML Viewer, regardless of its source. Occurrences of show_data in programs from previous releases are, however, still valid and do not need to be changed.

CALL METHOD html_viewer->show_url_in_browser
          EXPORTING URL = URL.

Parameter and Type

Opt.

Description

URL
TYPE C

 

URL of the page you want to display in the browser.

 

 

 

 

Leaving content frame