Entering content frame

Syntax documentationshow_url Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

ü

ü

You use this method to display data in the SAP HTML Viewer.

Note

There is no longer a distinction between this method and the show_data method. From Release 4.6C onwards, you should always use this method to display data in the HTML Viewer, regardless of its source.

 

CALL METHOD html_viewer->show_url

     EXPORTING  url        = url
                frame      = frame
               in_place    = in_place
     EXCEPTIONS cntl_error = 1.  

Parameter

Opt.

Meaning

url

 

URL address of the page that you want to display.

frame

X

Name of the HTML frame in which you want to display the page.

in_place

 

Indicates where the page should be displayed. Possible values:

  • 'X' (default): Page is displayed in the SAPGUI window
  • ' ' : A separate browser window is opened to display the page

 

 

 

 

Leaving content frame