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: 

job determination (no run at saturday and sunday)

Former Member
0 Kudos

Hi,

Thanks in advance for your help.

I created the periodic (daily) job and, I don't want that this job is running on Saturday's and Sunday's.

How I can do that? is there any simple solution?

BR

Saso

3 REPLIES 3

Former Member
0 Kudos

Hi,

you can use the fm

RH_GET_DATE_DAYNAME

LANGU EN

DATE 03.09.2007

CALID

Export Parameters Value

DAYNR 1

DAYTXT Monday

DAYFREE

if the daytxt is 'SATURDAY' OR SUNDAY

DONT allow the program to run

thanks & regards,

Venkatesh

0 Kudos

uf, thanks, where to put this in the main program? Uf sorry if my question is stupid )

BR

Saso

Former Member
0 Kudos

hm, I solved by myself with button restrictions...