cancel
Showing results for 
Search instead for 
Did you mean: 

Image in Web Dynpro ABAP

Gowtham
Contributor
0 Kudos

Hi Experts,

I 've converted the image as RAW STRING and stored in Database.i need to display from Database.is this possible to Display a image without using MIME object ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gowtham,

Please follow below threads..

Cheers,

Kris.

Lukas_Weigelt
Active Contributor
0 Kudos

Interesting question. Have you tried selecting your rawstring out of the database, binding it to Context node/attribute and bind UI-property "source" of UI-Element Image to that context attribute? I haven't done that yet myself.

On second thought, it's unlikely it works because source is type string... still worth a try maybe

EDIT: Heres a workaround in case this doesn't help

/people/brian.mckellar/blog/2003/09/30/bsp-in-depth-writing-an-http-handler

Cheers, Lukas

Edited by: Lukas Weigelt on Sep 28, 2011 1:27 PM