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

Programming Exits in Workflow Tasks

Former Member
0 Likes
445

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
Read only

Former Member
0 Likes
418

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
Read only

Former Member
0 Likes
419

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