cancel
Showing results for 
Search instead for 
Did you mean: 

Checking the day's holiday class in time eval schema

Former Member
0 Kudos

In the time evaluation schema, is there a way to retrieve/query the current day's holiday class? I know that the holiday class is stored in the PSP table, but what function can be used in a personnel calculation rule such that I can check the value of the day's holiday class (i.e. if holiday class = 1, do this; if holiday class = *, do this)?

Thanks in advance for your help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karen

try to use operation "<b>VARST</b>" with parameter <b>HOLCL</b>.

cheers,

Benno

Answers (1)

Answers (1)

former_member207885
Contributor
0 Kudos

Hi,

You may use the function PRINT to review the personnel work schedule.

Insert a line in the schema like this

PRINT PSP

Or if you want to write a rule using the holiday classes,

use VARST operator with parameter HOLCL.