cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi experts

I have a similar requirement as described in this blog:

http://scn.sap.com/thread/2091800

Process chain must be started between 08:00 and 16:00 on an hourly based period.

We have not understood how to schedule the event which is in the start variant of the process chain:

How do we trigger the process chain every hour in the daily time frame?

Thanks

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Thomas,

There are lot of ways you can schdule your chain.

1)You want to  execute chain hourly between 8 to :16 then you can execute infopackage hrls and it will trigger event which will start your pc.

read this blog.

How to schedule process Chain based on after job - Periodically

2)sugeestion by deepinder

hope it will help.

Regards,

Ganesh Bothe

Former Member
0 Likes

Hi Ganesh

You wrote:

Here you can mention cancel job after X run also.

suppose you want to execute infopackage for 5 days then you should maintain 5.

Where do you set the "cancel" information in infopackage?

I need to schedule on an hourly base for 8 times (between 08:00 and 16:00).

Thanks

Former Member
0 Likes

Hi Thomas,

This blog you can use as guide line In your case you can execute infopackage hourly and you want it for 8 runs then cancen job after 8 runs this is one option try it in dev and check.

other thing whatever thread you have mention in your post it is answred thread that solution also works in your case.create job which will trigger your event based cahin.

its up to you which solution you want to use.

Regards,

Ganesh Bothe

Former Member
0 Likes

Hi Ganesh

Do you fill up the job and the subsequect process in one step?

Or do you have to run the process chain initially with the scheduled job, and thereafter create the event and modify the start variant of the process chain?

Thanks

Thomas

Former Member
0 Likes

Hi Thomas,

Can you please try the solution mentioned in following thread?

http://scn.sap.com/thread/2091800

Here you chain wll be event based process chain YOu have schduled 8 jobs hourly which will trigger your process chain each time inthis way you will achive your requirement.

I would suggest try it in dev all options mentioned by expert then keep which you think good so that you will resolve your issue

Regards,

Ganesh Bothe