2007 Apr 05 11:54 AM
Hi Folks
I have the below requirement:
Can you please anyone give me the idea how we can achieve this.
Requirement is:
Some body in the organization (Representative ) will raise the salesorder request.
When the sales order is created and when we chooose the external sender operation using the output types,an email with that order details has to be send to that Representative.
This Representative will have the supervisor and based on the Representative using some ztable we have to fetch the Supervisor ID and based on that id we have to get the supervisor's mail id and the same mail has to be sent to that Supervisor also.
Similarly one big boss is there for all these process.
The mail with the similar content has to sent to that big Boss also.
All these has to be carried out when the creator of the sales order press the Save Button.
Points are assured for useful and correct answers.
Regards,
Sreeram
2007 Apr 05 11:58 AM
Hi,
You can write the user exit before the save of the sales order in MV45AFZZ using the fun module SO_NEW_DOCUMENT_ATT_SEND_API1 to send mails to different people. that is one method.
other wise using a WORKFLOW scenario using the business object BUS2032 also you send mails, to the concerned people.
reard if useful
regards,
ANJI
Hi Folks
I have the below requirement:
Can you please anyone give me the idea how we can achieve this.
Requirement is:
Some body in the organization (Representative ) will raise the salesorder request.
When the sales order is created and when we chooose the external sender operation using the output types,an email with that order details has to be send to that Representative.
This Representative will have the supervisor and based on the Representative using some ztable we have to fetch the Supervisor ID and based on that id we have to get the supervisor's mail id and the same mail has to be sent to that Supervisor also.
Similarly one big boss is there for all these process.
The mail with the similar content has to sent to that big Boss also.
All these has to be carried out when the creator of the sales order press the Save Button.
Points are assured for useful and correct answers.
Regards,
Sreeram
2007 Apr 05 11:58 AM
Hi,
You can write the user exit before the save of the sales order in MV45AFZZ using the fun module SO_NEW_DOCUMENT_ATT_SEND_API1 to send mails to different people. that is one method.
other wise using a WORKFLOW scenario using the business object BUS2032 also you send mails, to the concerned people.
reard if useful
regards,
ANJI
2007 May 23 8:52 AM