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

internet mail about form: hyperlink

Former Member
0 Likes
280

Hi,

HR module,send notification to user(internet mail),the format come from se71 Sap Script.

I write :<U> https://www.baidu.com </>

and in the mail display<u>https://www.baidu.com</u>

is it possible to let user link to a web address???

How to implement it?

1 REPLY 1
Read only

morten_nielsen
Active Contributor
0 Likes
252

Hi

In the editor in SE71, try this:

1). Change editor to the classical editor Goto -> Change Editor

2) Use tag /*

3) Insert <a href=: https://www.baidu.com>; Click here <\a>

Regards

Morten Nielsen

Message was edited by:

Morten Nielsen

Message was edited by:

Morten Nielsen

Message was edited by:

Sorry - but inserting a tag here so it's display isn't possible - but you need to put the HTML tags around the url in SAP Script