‎2008 Dec 16 5:32 AM
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.
‎2008 Dec 16 5:56 AM
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.
‎2008 Dec 16 6:18 AM
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
‎2008 Dec 17 5:35 AM
‎2008 Dec 17 5:39 AM
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