Posted by [IP Address: 151.190.254.100] 'gchen' on August 16, 2001 at 11:54:52 EST:
In Reply to: Re: How to set event to be triggered by time? posted by [IP Address: 151.190.254.100] 'Beck' on August 09, 2001 at 11:58:48 EST:
Great, Reinhard, Thanks a lot.
: 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