2009 Dec 23 2:37 PM
I would like to create an Email which contains a web link. But instead of the weblink address displaying, I would like to display a text.
For example, instead of the text being this: http://www.sap.com
the link would be this: 'Click here'.
Someone know how to achieve this?
Thanks,
Kenneth
2009 Dec 23 3:59 PM
You need to create the Email as the HTML instead of the RAW type. Refer this blog post on how to create formatted Email
http://help-abap.blogspot.com/2008/09/sapconnect-email-with-formatting.html
To create the Hyperlink, you need to use anchor tag in your Email body. Like:
<a href="http://help-abap.blogspot.com/">SAP ABAP Help</a>
This would produce this type of text in your email:
[SAP ABAP Help|http://help-abap.blogspot.com/]
Regards,
Naimesh Patel
I would like to create an Email which contains a web link. But instead of the weblink address displaying, I would like to display a text.
For example, instead of the text being this: http://www.sap.com
the link would be this: 'Click here'.
Someone know how to achieve this?
Thanks,
Kenneth
2009 Dec 23 3:59 PM
You need to create the Email as the HTML instead of the RAW type. Refer this blog post on how to create formatted Email
http://help-abap.blogspot.com/2008/09/sapconnect-email-with-formatting.html
To create the Hyperlink, you need to use anchor tag in your Email body. Like:
<a href="http://help-abap.blogspot.com/">SAP ABAP Help</a>
This would produce this type of text in your email:
[SAP ABAP Help|http://help-abap.blogspot.com/]
Regards,
Naimesh Patel
2009 Dec 28 12:31 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |