Application Development 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: 

Programming Exits in Workflow Tasks

former_member182387
Active Participant
0 Kudos

Hi,

I am using programming exits( ABAP class with the interface IF_SWF_IFS_WORKITEM_EXIT~EVENT_RAISED ) in the tasks of the workflow.Inside the programming exits I am sending Email to the user.

But in my case it is sending 11 mails (Same content) to the same user.

Can anyone tell me how to solve this problem..?

With regards

Senthil Kumar Anantham

1 ACCEPTED SOLUTION

former_member182387
Active Participant
0 Kudos

I got the solution. I missed the IM_EVENT_NAME check.

now am checking IM_EVENT_NAME = 'CREATED' in the beginning of my code.

thanks and Regards

Senthil Kumar Anantham

1 REPLY 1

former_member182387
Active Participant
0 Kudos

I got the solution. I missed the IM_EVENT_NAME check.

now am checking IM_EVENT_NAME = 'CREATED' in the beginning of my code.

thanks and Regards

Senthil Kumar Anantham