cancel
Showing results for 
Search instead for 
Did you mean: 

Send email when Forward a work item

marcoantonio_romerosanche
Active Participant
0 Kudos

Hello,

I have this scenario.

A workflow workitem is with the correct agent approver and he got the email notification to release the purchase requisition.

Now, when he does the forward workitem to another agent, the workflow works, but we need also to send an email to the new agent who was sent the workitem.

how should we to proceed in the Workflow or activation of a event?

View Entire Topic
keohanster
Active Contributor

I don't think that secondary methods will help here - so I recommend that you take a look at SAP_WAPI* functions - perhaps SAP_WAPI_FORWARD_WORKITEM - you could piggyback the email functionality on to the forwarding. I have not used this WAPI myself though.

Good luck,

Sue