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

Reg : Mail Triggering

Former Member
0 Likes
749

Hi All,


How to trigger a mail when an sales order is created to particular mail ids with the sales order number? Is there any enhancements available or we need to develop workflows?






Regards,

Arpitam

1 ACCEPTED SOLUTION
Read only

0 Likes
714

Hi,

Your requirement can be fulfilled by configuring an output type which needs to be triggered while creating a sales order.

The output type has to be configured using the tcode NACE You need to build the logic to trigger mail to the customer in the driver program. Please check the below link for more details on how to send MAIL

http://wiki.sdn.sap.com/wiki/display/Snippets/Send+mail+via+SAP+ABAP+Code

3 REPLIES 3
Read only

Former Member
0 Likes
714

Hi,

You have two options -

Sending mail via manual coding using userexit in sales order. ( USEREXIT_SAVE_DOCUMENT of program MV45AFZZ ).

or

Using Workflow.

Read only

gireesh_kokate
Explorer
0 Likes
714

Go for workflow.

Read only

0 Likes
715

Hi,

Your requirement can be fulfilled by configuring an output type which needs to be triggered while creating a sales order.

The output type has to be configured using the tcode NACE You need to build the logic to trigger mail to the customer in the driver program. Please check the below link for more details on how to send MAIL

http://wiki.sdn.sap.com/wiki/display/Snippets/Send+mail+via+SAP+ABAP+Code