cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling a batch job with special conditions

Sudip1
Participant
0 Kudos

Hi all,

We need to schedule a job that will run:

1) every day except for 1st and 2nd day of the month

2) the job has to start from 8AM everyday and must not run after 10PM

3) the periodicity of the job is 15 minutes during the 8AM - 10PM window

I'm not being able to realize it in sm36.

Kindly suggest.

Thanks in advance.

Sudip Ghosh

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

For the 1st question you could set the job to run based on a factory calendar. Set the calendar using SCAL and then schedule using Start condition -> Factory calendar.

For the 2nd and 3rd question... can you explain your scenario?...

Regards

Juan

Sudip1
Participant
0 Kudos

Hi Juan,

Thanks for your reply.

Actually, there is only one job that should meet all the three criteria.

Thanks & Regards

Sudip

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you thought about creating event based job triggered through cron or windows scheduler?