cancel
Showing results for 
Search instead for 
Did you mean: 

Mail Of Rejection

Former Member
0 Kudos

Hi All

In the T code VA22 I need to send a mail of rejection when Approval status is set rejected by reading the text which is entered at runtime.

Regards

Anik

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use Bo SOFM. Method COMPOSE. make a standard task of it and put it in the branch of rejection. and pass appropriate receiver (usually its the WF initiator ) and receiver type (usually its the WF initiator ) .

Now as soon as agent clicks on the reject the window of mail compose will pop up and user can input the text, which will be mailed to the receiver.

Hope this helps you!

regards,

Anuj Sethi

former_member190818
Active Contributor
0 Kudos

Hi Anik,

Can you explain your requirement more detailly. To whom you have to send mail of rejection or what is your need actually ?? Which WF are you using ??