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

Smartform mails

Former Member
0 Likes
539

Hi,

Functional consultant have used the smartform in his actions in solution manager for triggering mail .

He needs an url link to be used in his mail. So, i have written the url link name in the mail content.

Link looks like this http://xxx.yyy.com:zzz/aaa/etc

But in the mail this link is seen as link only till http://xxx.yyy. and after this it is looking just as a text.

I think because of the usage of colon ( it is not showing as complete link.

Kindly help how to use this link in the mail.

4 REPLIES 4
Read only

Former Member
0 Likes
514

Try to see code by clicking the following link.

http://diocio.wordpress.com/2007/04/27/sap-smartform-to-mail-as-pdf-attachment/

Regards,

BBR.

Read only

dev_parbutteea
Active Contributor
0 Likes
514

Hi,

Maybe the cell/box you declared to show the email address is not large enough so that the whole addr can be displayed. try resizing the cell/box.

Thanks and regards,

Dev

Read only

0 Likes
514

Hi Dev,

Please tell me how to resize the cell/box?

Read only

0 Likes
514

Hi,

Instead of directly hard coding the web address in th text element....declare the varible for web address and assing the value to the variable and use this to display in the smartfrom.

Try this ...this might work.

Edited by: avinash kodarapu on Dec 17, 2008 11:09 AM