Entering content frame

Syntax documentationdo_refresh Locate the document in its SAP Library structure

Frontend Support

Windows

HTML

Java

ü

X

ü

Use this method in your ABAP program to reload the HTML page currently displayed.

CALL METHOD html_viewer->do_refresh

     EXCEPTIONS cntl_error = 1.

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