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!

Former Member
0 Likes
412

The requirement is to send mails(using Function Module "SO_NEW_DOCUMENT_SEND_API1") to the mail-id that has been configured in R/3.Along with the text and other data in the body of the mail,I also need to send a HYPERLINK.

The link could be either to the SAP LOGON screen or to the specific quality notification(transaction QM02--related data i am sending in the mail).I need details about how to provide the hyperlink in the mail.

Thanks & Regards,

Tejas S.

The requirement is to send mails(using Function Module "SO_NEW_DOCUMENT_SEND_API1") to the mail-id that has been configured in R/3.Along with the text and other data in the body of the mail,I also need to send a HYPERLINK.

The link could be either to the SAP LOGON screen or to the specific quality notification(transaction QM02--related data i am sending in the mail).I need details about how to provide the hyperlink in the mail.

Thanks & Regards,

Tejas S.

1 REPLY 1
Read only

Former Member
0 Likes
367

Hi Tejas,

If you are using SAP 4.7, then you can just append the link(say www.google.com) directly to the messages internal table. It will automatically take it as link.

Regards,

Balaji