2012 Oct 13 11:54 AM
Dear Gurus
I design a form using java script in a report program (se38). Now using the function module SO_DOCUMENT _SEND_API1 , iam trying to send a mail to Microsoft outlook.
Now my problem is that mail is opened correctly with out errors in microsoft outlook web access page.
But its not opened correctly in the Microsoft outlook which is configured in my system.The labels and buttons arent displayed.
anyone kindly give solution for this.
2012 Oct 13 5:27 PM
Hi Vasanth,
I think that your problem is in the JavaScript more that the function module. Because the rendering took place in Outlook not I the browser. Sometimes Outlook behavior is a little bit different.
Maybe these links can help you:
http://social.microsoft.com/Forums/en/crmdevelopment/thread/c669e6c3-66ae-4ce7-93a6-08787c8528b6
http://msdn.microsoft.com/en-us/library/fp161148(v=office.15).aspx
Also is for some reason SO_DOCUMENT _SEND_API1 is giving you the problem yo can try SO_NEW_DOCUMENT_ATT_SEND_API1 which is the new function module to send e-mail. Or even better use class CL_BCS:
http://wiki.sdn.sap.com/wiki/display/ABAP/Sending+Mails+-+Home+Page
2014 Jul 29 6:01 PM
Two years after, your post is still very usefull !
Best regards.