!--a11y-->
Frontend Support | ||
Windows |
HTML |
Java |
ü |
ü |
ü |

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.
This method displays, in the control, the data sent to the front end using the methods load_mime_object, load_data, and load_html_document. If you have not already sent the data to the frontend using one of these methods, use the method show_url instead.
CALL METHOD html_viewer->show_data
EXPORTING url = url
frame = frame
EXCEPTIONS cntl_error = 1.
Parameter |
Meaning |
url |
URL address of the document. |
frame |
Name of the HTML frame in which you want to display the page. |
