cancel
Showing results for 
Search instead for 
Did you mean: 

SM36 Job to run every 15 min between hrs of 0600 and 1900 only

former_member561828
Participant
0 Kudos

Would like to schedule a daily job to run every 15 min between the hrs of 0600 and 1900, stopping after 1900.

Periodic job with 15 min can control next job start.  However, its not clear to me there is means to control "between hrs of....."

I check restrictions but this only provides for daily calendar control, not hourly controls.

Any suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

willi_eimler
Contributor
0 Kudos

Hi Richard,

you can plan 52 Jobs with a timeslot of 15 minutes and a daily period.

Example:

JOB-Name     Starttime     periodic

Job_0600          6:00          daily

Job_0615          6:15         daily

Job_0630          6:30          daily

Job_0645          6:45          daily

etc.

Best regards

Willi Eimler

Answers (3)

Answers (3)

former_member188883
Active Contributor
0 Kudos

Hi Richard,

You may use UC4 ( 3rd Party tool) to control such behaviours or Write an ABAP code which shall trigger these jobs between the interval you desire.

Standard SAP does not provide such functionality .

Regards,

Deepak Kori

Former Member
0 Kudos

Hi Thomas,

I guess, to impose that kind of restrictions on the batch job we have to use a third party tool.

Thanks,

Pavan

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Thomas,

Ask your ABAPers to create a code on this.

You cannot guarantee the job run with 15mins as the next start time and that too between given slot.

Divyanshu

divyanshu_srivastava3
Active Contributor
0 Kudos

also, you can use cron job to trigger sapevt to tigger background job.

Divyanshu