on ‎2015 Feb 17 9:00 AM
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
Request clarification before answering.
This message was moderated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
As Deepinder said, just use the DECISION BETWEEN MULTIPLE ALTERNATIVES to satisfy your requirement..
Just add that object in your chain and create the formula below:
Afterwards, schedule your chain to run HOURLY:
The result will be, chain will run every hour but will get an error if the time is not between 08:00:00 and 16:00:00..
Regards,
Loed
Hi Thomas,
Why you need to go on event basis? is there any mandatory/dependences?
if not then we can handle it your issue with without much hassle.
Lets assume it as you need to run your job hourly once from 8AM to 4PM and your chain will take 40mts every time.
if yes then just create a 8 jobs and schedule them on daily basis.
First job need to run at 9AM - daily
next one 10 AM- daily, go on upto 4pm , like that way you can schedule your jobs on daily basis.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Repeat scheduling option will help you in this scenario.
create repeat schedules for Every hour for daily.
Schedule it for 8 AM Daily
then select that job -> select repeat scheduling option from menu and set it for 9 AM Daily.
Repeat the Above step till 6 PM schedule. and hence you will have multiple schedules for daily.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
What did you try so far as solution to your requirement?\
Regards,
Loed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
If you don't want to create a process chain. You can simply schedule same process chain in different timings. Say one schedule for 8:00 AM. One for 9:00 AM .. and so on until 16:00.
Hope this helps.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.