Posted by [IP Address: 193.30.60.200] 'Beck' on August 09, 2001 at 11:58:48 EST:
In Reply to: How to set event to be triggered by time? posted by [IP Address: 193.30.60.200] 'gchen' on August 07, 2001 at 12:23:37 EST:
Hi George,
there is no object for triggering a workflow at regular intervals. Best way to realize this is to write a little ABAP report that will start your workflow via function module SWW_WI_START. Then you define a job that will run every morning at 8am and that runs the report you have written.
Good luck
Reinhard