Entering content frame

Syntax documentationget_current_url Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

X

ü

 

Use this method to find out the URL address of the HTML document currently being displayed.

CALL METHOD html_viewer->get_current_url

     IMPORTING url = url

     EXCEPTIONS cntl_error = 1.

Parameter

Meaning

url

URL of the page displayed in the browser.

Note

Any occurrences of this method in programs running under SAPGUI for HTML are ignored, since it cannot be properly executed in that environment.

 

 

 

Leaving content frame