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

insert hyperlink in the email content

UmaArjunan
Active Participant
0 Likes
732

I used to send a link along with content of E-mail thru the function

module so_send_Document_api1

the link is retrieved from the Ztable which has only one field in it.

I want to make the link to be used as a hyperlink in the email

The user will click on the text.

<a href= 'http://www.click.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/doed'> click here </a>

The user prefer to click on the 'Click here' text and it should navigate

to the link mentioned

How to do make it ?

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
372

Hi,

You can write your mail body in HTML instead of plain text and for the document type use 'HTM' instead of 'RAW'

Regards

Read only

former_member156446
Active Contributor
0 Likes
372

hi u need to use the FM call_browser and pass the link to this FM