Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Back ground Job Scheduling Issue

Former Member
0 Kudos

I have an issue with scheduling Background job for a program.

The program need to run on:

Normal weekdays from 08.00-17.00 Swedish time every 5 minutes. (not saturdays or sundays).

If any one has the solution, ur help will be highly appreciated.

--Siva.

3 REPLIES 3

LucianoBentiveg
Active Contributor
0 Kudos

You can do an extra program that check if day isn´t sunday or saturday, and shoot an event with BP_EVENT_RAISE FM, this program must be scheduled to run every 5 minutes. The original program must be in a job after this event.

Former Member
0 Kudos

Hi siva,

1. while scheduling,

i think there is option

of choosing factory calender also.

2. other option is ,

in your program itself,

, in the very first line,

or INITIALIATION,

check if saturday or sunday.

if yes, then EXIT the program itself.

thats all.

regards,

amit m.

Former Member
0 Kudos

Siva,

You can do that in SM36 while scheduling the job.

Regards,

Ravi