cancel
Showing results for 
Search instead for 
Did you mean: 

LOGO inserting in WEB APPLICATION DESIGNER

Former Member
0 Kudos

Hi Friends,

I want to insert my company Logo in my WEB APPLICATION TEMPLATE...

i know how to insert logo(image) in Report Designer ..(i'm using BI 7.0).. so, could you plese tell me how to insert image into W.A.D...

what i did for this is.....

by rightclick -> insert -> image.......... i'm directly getting the image in my template.. but when I execute that.. I did't get any image in my browser..

plz help me.. how to insert logos into Web Application Designer Template

Thnak you

with regards

@jay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I don't work with BI 7.0, but in BW 3.0b, you can use an image of mime repository with following code:

<!-- <b><IMG src ="/sap/bw/Mime/BEx/icons/<i>imageName</i>"></b> -->

P.S: in this example the image is stored in the mime repository's path: SAP>PUBLIC>BW>BEx>Icons

Have a nice day,

Nicola

Answers (2)

Answers (2)

Karol-K
Advisor
Advisor
0 Kudos

Hello,

you can only add images that are included in MIME reporsitory. you have to use the mime repository full path:

bwmimerep:///sap/bw/mime/Customer/Images/<your_image.gif>

in BI Frontend SP 13 (ABAP SP >=12 is required) an implementation of mime browser will be delivered and you will be able to choose the image instad of typing in the path.

Regards, Karol Kalisz

SAP NetWeaver BI, Development

Former Member
0 Kudos

Hi,

I don't work with BI 7.0, but in BW 3.0b, you can use an image of mime repository with following code:

<!-- <b><IMG src ="/sap/bw/Mime/BEx/icons/<i>imageName</i>"></b> -->

P.S: in this example the image is stored in the mime repository's path: SAP>PUBLIC>BW>BEx>Icons

Have a nice day,

Nicola