Hi All,
I am facing one probelm in my workflow.I am using ZLFA1 & ZLFB1(copied & modified) in my workflow. The workflow is creating a workitem and sending to the relevant agents.
but the problem is once the workitem is executed by the agent a new work item is creating and it is going to the workflow initiator.
example :
user 1 : worklow creator
User2 , User3 : agents
once User2 or User3 is executing the workitem(it will go to XK08 TC to confirm or refuse the changes and save the same) in their in box a new workitem is created and goes to user1 inbox.
Can you please help me to resolve this problem.
Hi Venkat,
I think the reason is simply.
- The Workflow will be started if the event is triggered.
- The same event will be triggered by XK08 in the first step, it means your workflow will start again.
As a solution you should implement for example a check function in SWEC/SWE2 (if you use change document) or not to trigger the event in the second time.
Regards
Tibor
Add a comment