Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Logo's in HTML email

Former Member
0 Kudos

Hi

How can I include a logo in the HTML email , I m using the function module 'SO_NEW_DOCUMENT_SEND_API1'

Thank You

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

which version of SAP you are using? if you are on WAS you can load the logo in to the MIME repository and give the path for the logo in email message.

Regards

Raja

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos

which version of SAP you are using? if you are on WAS you can load the logo in to the MIME repository and give the path for the logo in email message.

Regards

Raja

0 Kudos

WAS 6.2 .. I did load it into the mime repository but I am not sure how to include the path in the image tag . An example would be very helpful.

Thanks

0 Kudos

in that case you need to give the absolute url of the image in the html mail where you want the image to appear.

for example

<img border="0" src="http://<washost>.<wasdomain>.com:<port>/sap/MIME/xxx/xx/logo.jpg" width="2550" height="3508">

Regards

Raja