mass start of workflows

Karsten Ernst ernst-consulting at gmx.net
Tue Apr 23 12:41:55 EDT 2002


Hello all!
 
We need to start about 100 workflows (all the same definition or task but
different object references) at once. At once means we process some 1000
datasets within one COMMIT WORK (using PERFORM ON COMMIT)! So there should
be no COMMIT WORK from the CALL FUNCTION SWW_WI_START call.
 
I thought about an internal table, looping at this and starting the function
module for each dataset. But does this perform?
Do you know any solution create the workitems within the mass processing
just as we do that with the other datasets? Maybe with PERFORM ON COMMIT,
too?
 
Might it help to use the event-queue for that problem? Has anyone
experiences with calling the queue explicit?
 
Thank you for any tiny help you have.
 
Regards,
 
Karsten
 


More information about the SAP-WUG mailing list