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

how to send email automatically

Former Member
0 Likes
5,223

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....

3 REPLIES 3
Read only

Former Member
0 Likes
1,848

Look to Func Module - SO_NEW_DOCUMENT_SEND_API1

It has an example in the Func Mod documentation

Read only

Former Member
0 Likes
1,848

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

Read only

Former Member
0 Likes
1,848

Hi,

Check the following link:

http://www.sap-img.com/fu016.htm

this link contain sample program.

Regards,

Bhaskar