cancel
Showing results for 
Search instead for 
Did you mean: 

Addition of email-id as hyperlink

former_member186491
Contributor
0 Kudos

Hi!

I need to provide email-id as hyperlink on my main page of Webdynpro for ABAP. I'm adding LinkToURL UI element on it and gave email-id as the target. Text is also defined as accordingly but, the result is not coming up.

My requirement is -- when the user presses the link to mail, it should open MS Outlook as the input screen to mail.

Please give me some pointers.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Add a linktourl UI in your view.

and in the reference properly give mailto:someone @ something.com?subject=Subject

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

in the LinkToURL UI ,

under TEXT property , write the text which u want to display

ubder REFERNCE property , write mailto:abc @ xyz

where abc @ xyz.com is the mail id to which mail needs to be send

refer the SAP online help :

http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/25/e2f0416ab6da6fe10000000a1550b0/content.htm

not to mention , MS Outlook should be configured on ur desktop

regards,

amit