2007 Apr 26 6:35 PM
hi....
i need to send email automatically from sap to different customers. please tell me how to do this....its very urgent....
hi....
i need to send email automatically from sap to different customers. please tell me how to do this....its very urgent....
2007 Apr 26 6:42 PM
Look to Func Module - SO_NEW_DOCUMENT_SEND_API1
It has an example in the Func Mod documentation
2007 Apr 26 6:44 PM
Use CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
to send emails to your customers.
Please check this link for sample codes.
http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm
Also check this weblog for the configuration of email connection, you may need to ask BASIS folk to do it.
/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
Regards,
Amey
2007 Apr 26 6:56 PM
Hi,
Check the following link:
http://www.sap-img.com/fu016.htm
this link contain sample program.
Regards,
Bhaskar