Skip to Content
0
Former Member
Oct 17, 2012 at 11:33 AM

SAP Workflow - Wait Condition

288 Views

hi Experts ,

I have developed a workflow, it contains 3 fork parallel branches.

setting local variable :

lv_call = 'X' ( 1st branch should execute)

lv_call = 'Y' ( 2nd branch should execute)

lv_call = 'Z' ( 3rd branch should execute)

so i have used wait for condition, my problem is when variable is set from ABAP report, to execute wf step takes min of 20 mins.

Please help me to resolve the issue.

regards

goudham