Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

CL_GUI_HTML_VIEWER - HTML with image https://scn.sap.com/thread/3854272

$
0
0

First of all - I read this post: https://scn.sap.com/thread/3854272

 

However I still don't get my image to display.

 

The HTML is correctly parsed: src="MIME000004"

This is the code to add the image (which is stored in SMW0) and to retrieve the URL:

*   Get URL    CALL METHOD html_viewer->load_mime_object      EXPORTING        object_id            = objid      IMPORTING        assigned_url         = -url      EXCEPTIONS        others               = 1.    IF sy-subrc <> 0.      RAISE not_found.    ENDIF.

 

Output:

2016-03-11 16-01-29_Clipboard.png


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>