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: 

URL in email

Former Member
0 Kudos

Hi All,

i have a requirement where i have to send a URL in the message body of the email.

i am using SO_DOCUMENT_SEND_API1 Fm for sending the email.

In that FM i have passed the message body containing 'https://www.sdn.sap.com'

but in the email its not displaying as link.

Regards,

Syed

1 REPLY 1

Former Member
0 Kudos

hi

If you were to put the URL in the message body without the HTML tags, the E-mail application should recognize it as such and display it as a hyperlink(at least that is what my Lotus Notes does).

If it is a Send Mail Step, you can edit the task description as follows to be able to send HTML tags.

Go to the Task description Change screen.

Slect Menu option Goto->Change Editor. This will display the old SAP Script line editor.

Mark the line with the HTML tag for the URL as a comment line by selecting the "/*" for the Format.

Save.

There are certain size limitations for the length of the URL. Please see OSS Note #375669

SCOT configuration is same as yours for RAW

regards

Neha