Application Development and Automation 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: 
Read only

Hyperlink in Mail from ABAP

Former Member
0 Likes
1,911

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

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
Read only

Former Member
0 Likes
1,119

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

Read only

0 Likes
1,119

Hi,

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

Br,

Piyush

Read only

Kiran_Valluru
Active Contributor
0 Likes
1,119

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

Read only

brad_bohn
Active Contributor
0 Likes
1,119

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