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 for a text

Former Member
0 Likes
2,270

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

6 REPLIES 6
Read only

Former Member
Read only

Former Member
0 Likes
1,174

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

Read only

Former Member
0 Likes
1,174

hi

just check out this thread

hope this helps

regards

Aakash Banga

Read only

Former Member
0 Likes
1,174

se this:

Read only

Former Member
0 Likes
1,174

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...

Read only

Former Member
0 Likes
1,174

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