Show TOC

Syntax documentationdo_refresh Locate this document in the navigation structure

Frontend Support

Windows

HTML

Java

JA

NEIN

JA

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

Syntax Syntax

  1. CALL METHOD html_viewer->do_refresh
    	EXCEPTIONS cntl_error = 1.
End of the code.

Note Note

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

End of the note.