cancel
Showing results for 
Search instead for 
Did you mean: 

Holiday accumulation in SALDO table

Former Member
0 Kudos

Greetings Gurus,

Here is my issue, We are running payroll on a period where there is a Holiday, the 8 hours for the holiday are not being accounted towards the Ttype0903 in SALDO table, as a result the 2 overtime hours that the employee worked are being paid as regular hours as the total accumulated in SALDO is 34 and not 42 for that specific week.

Therefore when rule TW32(ZW32) compares HRS against OVERT, does not change the pair to the 0040 ttype.

Hope this is clear enough so you can help me

Cheers!

E.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member207885
Contributor
0 Kudos

You need to modify the OT rule TW04.As you should not change the standard rule,Copy the rule TW04 tp say ZW04,

Find out the processing type for holiday hours in TIP table and let us say if the processing type of the holiday time is X,then go to rule ZW04 and you can see that the rule is written for the processing type S,so now add processing type as the same level of S and repeat (write) the lines same as of S.

Former Member
0 Kudos

thanks Venkat, you are definetly guiding me the right way with your answer, however, both holiday pairs and regular time pairs have PClass "S", the only difference I see is the Pair type: For regular time is BLANK and for holiday is 2, this is causing the rule not to add these hours to the balance as the only instruction for pair type 2 is COLOP* and for * there is a set of instructions including ADDDB0904

My guess is that what should happen is exactly what you said, to copy the lines, but for the pair type and not for the processing class.

Am I right about this?

former_member207885
Contributor
0 Kudos

make sure to check the processing class S and pair type 2 , both of them