‎2008 Jun 11 9:25 AM
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
‎2008 Jun 11 5:03 PM
Hi,
You can write your mail body in HTML instead of plain text and for the document type use 'HTM' instead of 'RAW'
Regards
‎2008 Jun 11 7:05 PM
hi u need to use the FM call_browser and pass the link to this FM