‎2009 Feb 05 11:12 AM
Dear Experts,
I have written an ABAP program to send an email on Outlook. I want to add some text in this email which will be hyperlinked to one URL. This text will be added as a text symbol in the progarm.
Can anybody please suggest how to create hyperlink for a text in ABAP program?
Regards,
Mugdha
‎2009 Feb 05 11:14 AM
‎2009 Feb 05 11:15 AM
Hi,
Please find the Link below
[link1|http://help.sap.com/saphelp_nwpi71/helpdata/en/d7/2f2c1f4b40424f8c6ddca5c3adc486/frameset.htm]
[link2|http://help.sap.com/saphelp_47x200/helpdata/en/a6/2401fe14f611d4b5a0006094192fe3/content.htm]
Hope this is Helpful
Thanks
kalyan B
‎2009 Feb 05 11:16 AM
‎2009 Feb 05 11:17 AM
‎2009 Feb 05 11:20 AM
Hi Mughdha,
put your hyperlink between: <http://h:/temp/word 1.doc>
server\share\location\file 1.doc
shows the hyperlink only upto file
<
server\share\location\file 1.doc>
shows the whole thing as a hyperlink.
For more on creating hyperlinks:
Refer the following link:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/c3/d023410f6fb167e10000000a155106/frameset.htm
Hoep this will help you...
‎2009 Feb 05 12:20 PM
Dear All,
Thank you for your efforts! Unfortunately these solutions do not resolve my problem. I can explain my problem with following example.
I am sending one email which has contents -
" Hello,
Please refer following link.
MUGDHA "
When the receiver of this email clicks on MUGDHA, he will be directed to one URL say https://www.sdn.sap.com
Can anybody please suggest a solution?
Regards,
Mugdha