Here is the method used to load the HTML code in step 3. lv_image_url is the assigned URL from step 2. data lv_w3_html type w3_html. define add_html. append &1 to lt_html_button.end-of-definition. concatenate ' background: url ("' lv_image_url '") no-repeat;' into lv_w3...
CALL METHOD html_viewer->load_data IMPORTING assigned_url = l_f_url CHANGING data_table = l_t_html_page. CALL METHOD html_viewer->show_url EXPORTING url = l_f_url. In table l_t_html_page I have the documentation of my report which include several icons like @01@. So I think I...