Question:
hello
I'am adding image to a web report but it doesnt display.
<img src= "/sap/public/bw/Customer/Images/excel.jpg"/>
can anyone help me out
Answer:
switch on your screen
Answer:
It should be in MIME Repository.
SE80.
Below works
<body background "/sap/bw/mime/customer/images/logo.jpg">
Chetan
nJOY SAP
Answer:
The Web Application tends to cache everything. Try closing the Web Designer and going back in. If that fails try going to transaction SMICM then go to menu option goto and invalidate the HTML cache -global.
Your image should then display.
Answer:
Hi Martin
is ur image in Mime repository??
Chetan
nJOY SAP
Answer:
Your path to your images should be /sap/bw/mime/customer/images/
I would recomend setting this area to ANONYMOUS access in SICF if it is only going to contain images. This will avoid any authentication issues.
The WAD is pretty bad about caching image information, so as suggested close out of WAD and go back in. You may also want to check what images the WAD sees by selecting the Insert Image option from the WAD menu, the WAD can only display images in this dialog which are in the above path, anything outside of that path it does not know about.
You may be able to still use an alternate path stored on the BW server (as long as that path is active in SICF) and still display the image in the web page when you preview it - though you may not see the image in the WAD template deisgner.
Search posts for "SE80" and you should get more info.
- Stephen
Answer:
Hi,
How to access the below root:
/sap/bw/mime/customer/images/
In SE80 I couldn't able to see these folders...
thanks
lp
Answer:
Hi,
How to access the below root:
/sap/bw/mime/customer/images/
In SE80 I couldn't able to see these folders...
thanks
lp
Did you click on the Mime Repository button after going into SE80?
_________________
As a rule I don't answer Questions in PM.
(this is not to be a d**k, but it is to allow everyone to benefit from information. Not just one person.) Ask a question in the forum and I will answer it if I can.
Answer:
Hi, I got it, this is under public/bw/customer/images...
thanks
lp