Problem displaying images with cl_gui_html_viewer
Hello,in my project I have an ALV, when I click on an image I retrieve image data that I display in a screen via the following ABAP code:DATA: html_url TYPE c LENGTH 255, pict_url TYPE c LENGTH 255, html_tab ...