cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Hr Time Management u2013 Time Types

Former Member
0 Kudos

Hi friends,

I am working on overtime. Pcru2019s TO01 & TO02.

When I am running the RPTIME00 program, the time type of overtime i.e. 0040 are not seen in the ZES or SALDO tables. I had booked more than planned working time for over time.

As for the overtime hrs booked the ZL table is populated.

Why the time type 0040 is not storing the Overtime values in ZES & SALDO Tables?

Regards,

Thakur

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks A Lot

Former Member
0 Kudos

Hi Ajay,

TO01

*

****

VARSTDAYTY

0

VARSTFREE

N

HRS=S

ADDDB0900Z

The Limit we had set as S=Planned working Hrs

V_T555A

0040 - Time type Day & Period Balance

TO01 Log

Input & Output of TO01 = Planned working hrs will be transfred to Time Type u2013 0900

TO02 Log

Input of Tip Entry

u2013 Pair Types coming in based up on the Break schedule.

Out Put

-the last two entries of the pair types are with Processing class M

From to 1 P ID CT P Ttyp O Number

17:25 17:50 0 3 10 M 0040 P 0,25

17:50 24:50 0 3 10 M 0040 P 7,00

Under CUMBT

Input

TES table TT Value 0040 is 0,00 hrs

Output

ZES & SALDO the time type is not displayed.

ZL

Overtime ZL is pouplated with the Wage type with 7,25 hrs.

If I delete the time type 0040 from table V_T555A & run the Time Evaluation it is not asking for the 0040 time type at all, where in TO02 we have the time type used for storing the value of over time.

In the PCR processing of the log it is sending the values to the 0040 TT. But the values are not displayed in TES<, ZES, SALDO.

Why it is not picking or checking the time type is avalible in the table V_T555A & Not storing the values any of the above tables?

Former Member
0 Kudos

Hi Hari,

I check the PCR TO02 and no where it is mentioned as to add time type 0040 to TES. For this to happen there should be a operation like ADDDB0040 which I didn't see any where. Only when this operation is executed will it be stored in TES table.

And when CUMBT function is executed values from TES will be stored to ZES and SALDO.

If this is that necessary then after TW15 schema. You will have to add a PCR which will store it in TES table.

PCR will check if the time type is 0040 if yes then it will take the number of hours in HRS using HRS=P0040 followed by ADDDB0040. This will add the time type hours to TES.

You call the PCR using format

PTIP PCR GEN

But before all this check if there is a PCR which has operation ADDDB0040. Only then will it be stored in TES table.

cheers

Ajay

Former Member
0 Kudos
I am working on overtime. Pcru2019s TO01 & TO02.

When I am running the RPTIME00 program, the time type of overtime i.e. 0040 are not seen in the ZES or SALDO tables. I had booked more than planned working time for over time.

As for the overtime hrs booked the ZL table is populated.

Why the time type 0040 is not storing the Overtime values in ZES & SALDO Tables?

In the log please check the input and output at places where PCR TO01 and TO02 are called. check it the desired OT is being identified.

In the PCR TO01 check your overtime limits and make sure you give no of hours more than the limit so that they are identified as overtime.

Also check if function CUMBT is activated in your schema.

cheers

Ajay