cancel
Showing results for 
Search instead for 
Did you mean: 

GAAT** doesn't work

Former Member
0 Kudos

Hey guys, I need help for a problem. In payroll schema, I want to get the days of public holidays(day type 1) of a certain month, but I don't want to use the time evaluation. Is it possible?  I use 'num=GAAT**' in an PCR,  it returns  zero. Please help, thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Sanky
Active Contributor
0 Kudos

Hi,

Use RTE=TAAX**.

Check and tell me.

Regards,

Sankarsan

Former Member
0 Kudos

Hi,Sankarsan, thanks for your advice, I try RTE=TAAX**, but it doesn't work either.

Can you check and tell me where i am wrong?

Sanky
Active Contributor
0 Kudos

Hi,

Please share the PARTT & PARAT table output details from payroll log.

Regards,

Sankarsan

Former Member
0 Kudos

table PARX is empty, and I can't find PARAT.

Sanky
Active Contributor
0 Kudos

Hi,

Sorry.

It's PARTA & PARTT table.

Regards,

Sankarsan

Sanky
Active Contributor
0 Kudos

HI,

Check your holiday class has not been assigned from 16thFeb2015 to 20thFeb2015. And due to thos PARX table has not been updated as well as in the PARTA table you will get the zero value under KAX**, AAX** * SAX** column.

Regards,

Sankarsan

Former Member
0 Kudos

Hi all,

Sorry, it's my mistake, I forgot to assign public holiday class to days from 16th to 20th, I just only changed the work schedule from 5NOR to OFF in PT02. And finally AAX** works.

Thanks all you guys.

Answers (1)

Answers (1)

leelamohan_kavali
Active Contributor
0 Kudos

Dear Sunnek,

If you look out RTE (Operation) by PE04

Paid public holidays that are not working days (meaning public

holidays of a day type that is not 0 or 2) for the employee that are

not filled with absences totalled over the basic pay periods for the

payroll period

KAXxx : Paid public holidays measured in calendar days

AAXxx : Paid public holidays measured in working hours

SAXxx : Paid public holidays measured in working hours

xx can have the following values:

    0n for the one-digit numerical public holiday class from the

    work schedule (1 <= n <= 9)

    ** for the sum of all paid public holidays (totalled over all

    classes)

Ur's Mohan

Former Member
0 Kudos

Dear Leelamohan,

Thanks for your reply. I know  day type of paid public holidays is 1, as the 3th image I posted earlier. I just want to get the days which day type is 1 within a payroll period without using time evaluation, and I don't want to record the absence due to public holidays in 2002. Is there a solution? Becaus I know the work plan is stored in table T552A, I may just write an function to count the days.