Application Development 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: 

Creating program to send mail

Former Member
0 Kudos
76

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.

2 REPLIES 2

Former Member
0 Kudos
47

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

0 Kudos
47

Two years after, your post is still very usefull !

Best regards.