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: