‎2014 Aug 22 6:00 AM
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
‎2014 Aug 22 6:31 AM
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
‎2014 Aug 22 6:19 AM
Hi,
You have two options -
Sending mail via manual coding using userexit in sales order. ( USEREXIT_SAVE_DOCUMENT of program MV45AFZZ ).
or
Using Workflow.
‎2014 Aug 22 6:28 AM
‎2014 Aug 22 6:31 AM
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