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

send email While invoice Created

Former Member
0 Likes
557

Dear Friends ,

I have a requirement , When  a sales order / invoice is created then an

email should be sent to the customer automatically , Or Can I do

that I will store one day invoices in Ztabe and then

I'll send  the invoice data to respective customers  on their  email id.

Is it possible then how ?

Please suggest .

Regards,

Rihan

3 REPLIES 3
Read only

sachin_yadav3
Active Participant
0 Likes
495

Hi,

You can send the mail On save of invoice/Sales order. There are User exits which can be used

for this purpose.

Also if you want to send at end of day then you dont need to create Z table. Data will be stored in std table VBRK and VBAK. You can select data depending on the todays date. and create z program which will send a mail.

Regards

Sachin

Read only

0 Likes
495

hi Sachin ,

Can you tell me the name of user exits used for that ?

could you please suggest me the code as you said ?

Thanks for helping

Rihan

Read only

Former Member
0 Likes
495

Hi Rihan,

          you can either configure an output message for SO/Invoice and write a custom program to send messages accordingly, you can find lot of documentation for sending mails, one such link is http://scn.sap.com/thread/35868

or

          you can create a workflow for it.

Regards,

Umar Syed.