cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicate Workflow for Single Document

Former Member
0 Kudos

Dear Experts,

Duplicate workflow event is getting triggered if more than one vendor items are involved for single document. Logically one workflow should be generated for one document. I have checked functional setting and it looks good.

Kindly let me know if there any workaround to control duplicate workflow items for single document.

Regards,

Kalim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If the work flow is getting called from a Custom code. Then put the below validation.

For the Transaction number see if there is already an instance of the Workflow, if yes, don't let the program create another instance.

If it's a standard code, then check your SWE2 T-code to see the events that triggers your work flow, Also, switch on the Event the trace from T-code ( SWELS) and replicate your case. You will get an idea of the events that are triggering the workflow.

Hope it helps.

Cheers

Naveen

Answers (0)