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: 

Hyperlink in Mail from ABAP

Former Member
0 Kudos

Hi,

I am developing one report whcih will generate mails. I need to add one hyperlink in the generated mail Any clue, how can i add the link in mail.

Br,

Piyush

4 REPLIES 4

Former Member
0 Kudos

Hi,

You have to use html tags for including the link in email text.

The type would be 'HTM' instead of 'RAW'.

Please refer to this blog.

http://help-abap.blogspot.com/2008/09/sapconnect-email-with-formatting.html

Regards

Keerthi

0 Kudos

Hi,

But it will not give a hyperlink..or it.

Br,

Piyush

former_member184578
Active Contributor
0 Kudos

Hi.,

Using HTML code you can send link in mail.,

use

<a href=''www.sdn.sap.com"> SDN </a>

also check this wiki., http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-AMailtoOutlookwithSAPLink

hope this helps u.,

Thanks & Regards,

Kiran

brad_bohn
Active Contributor
0 Kudos

Did you bother to search? This is an FAQ...