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: 

Automatically Send email after Creating Sales Order from VA01

former_member381412
Participant
0 Kudos
Hi All,
I have one (Smart form) development to be done.
Once we create a Sales Order for any order no. using VA01,
after completion of creating sales order when clicked on save, an email notification along with sales order number about that order creation mail has to be send to customer....

Regarding

Richa

4 REPLIES 4

FredericGirod
Active Contributor
0 Kudos

Hi,

create a message and ask SAP to send immediatly using the VV11 transaction.

regards

Fred

gouravkumar64
Active Contributor
0 Kudos

Hi Richa,

May be this thread also helpful for you.

http://scn.sap.com/thread/3194489

Thanks

Gourav.

Former Member
0 Kudos

Hi Richa,

Check for any User exits in the Sales order Save... like;

USEREXIT_SAVE_DOCUMENT - in this exit you will get the SO number, and code accordingly to send the mail.

Hope this will help you

Thanks & Regards


nayan_sahu
Explorer
0 Kudos

Hello Richa,

You can call your smart form in program MV45AFZZ inside FORM USEREXIT_SAVE_DOCUMENT then write your code accordingly to sent mail.

Hope it will help you.