cancel
Showing results for 
Search instead for 
Did you mean: 

how to send mail to multiple users in workflow

Former Member
0 Kudos

Hi

I have created a workflow for vendor details.

after filling all the vendor details the mail should be sent to all managers

involved in workflow.Can anyone tell me how to assign this task of sending mails to all users in organizational unit.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

user 1 has mailbox open when the work item arrives, then to user 2 it will apprear to be already read.

Try using a logical AND in the definition of the responsibilites, so that when only both user 1 and user 2 (assuming that there can be two users) read their emails the work item is regarded as complete

also check with the following link..

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6456e89-0a01-0010-0189-a7961fe4...

reward if useful

regards

dinesh

Former Member
0 Kudos

Hi

Create your own method SENDMAIL for that business object which you are using

and write the code in the program to send the mail using the fun module

UWSP_SEND_MAIL_TO_WEB

or check the Std methods related to sending mail in the system and use

Reward points for useful Answers

Regards

Anji