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

Regarding Report formation

sreeramkumar_madisetty
Active Contributor
0 Likes
375

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
349

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

2 REPLIES 2
Read only

Former Member
0 Likes
350

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

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
349

Hi

It's Answered.