cancel
Showing results for 
Search instead for 
Did you mean: 

Image is displayed as Cross(X), while running web query

Former Member
0 Kudos

Hi,

I am inserting image in my web template. i see image in web template.

But when I execute web report in web it shows Cross (X).

I have also tried following -

(1) image is there in SE80-> MIME repository.

(2) I hav checked with "image src='bwmimerep://sap/bw/mime/Customer/images/image.jpg"border="0"/

but still does not show me the image.

(3) when I select any image from th default folder, it shows source code like -

file://C:\Documents%20and%20Settings\Administrator\Local%20Settings\Temp\bw\tmp_mime\gen_prevgenbmp15.bmp" border="0"

suggestions are much appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

go to the web disigner in the HTML tab search for the code that display the image and change it to :

src='/sap/bw/mime/Customer/images/image.jpg'

good luck