cancel
Showing results for 
Search instead for 
Did you mean: 

Time Evaluation-Overtime Calculation

Former Member
0 Kudos

Hi,

I am working on Time Evaluation we have a scenario wherein an employee is supposed to work for 40 hours a week and above 40 hours he/she is entitled to get 1.5 times of daily wage but when the same individual works on weekends/holidays they are supposed to get twice the daily wage (we have created separate wage types for 1.5 times and 2.0 times of daily wage (weekends Holidays))..

How to incorporate this scenario in Time Evaluation (We are using Schema TM04) and how does Time Evaluation recognizes that this wage type should hold 1.5 times the daily wage and 2.0 for weekends/holidays?

Kindly, help.

Regards,

Reshma

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hai

schema TW30 calculates the O.T after x hours/week.. . So make sure O.T is generated in the log during Time evaluation.. And reg Wage types, give the rule in T510S Table accrding to the requirements and valuate them in Payroll using Constants table...

Still Not clear ... pls revert back...

Manohar

Former Member
0 Kudos

Hi,

I am running Time Evaluation using PT 60 and I am getting the following error

"No entry in table $ for key $ at $ T555Y 000200 05/01/2007"

I have entered the time types in table T555Y but still I am getting this error.

Kindly help.

Regards,

Reshma

Former Member
0 Kudos

Hi,

Found similar kind of thread fot T555Z since both are time evaluation table .It may help you.

Regards,

manoj.

Former Member
0 Kudos

hai..

go to 555a table and give the required entry and again in 555y table..

give the entry as.. ps grouping 00, time type name: 0200,...

desired result will be obtained.

Manohar

Former Member
0 Kudos

Hi Reshma,

Check the start date of the Time Type you have entered in the table. Best is to use the start date as of your system go live date and end date as 12/31/9999. modify this and the error should go.

~Pranav.

Message was edited by:

Pranav Prajapati

Former Member
0 Kudos

Reshma:

Use a time type to keep track of the hours worked during weekdays. When this time type exceeds 40, start generating OT.

To generate OT on a holiday check the holiday class using VARST with the parameter HOLCL.

To generate OT on a Saturday or Sunday, use the same operation VARST with the parameter WEDAY to return the relative day of the week to decide when to pay OT 1.5 or OT 2.0.

Good luck!

Srini

Former Member
0 Kudos

You can change V_T510S by creating different time wagetype selection rules for these different day types, just specify the exactly value under section <b>"Conditions Day"</b>.

Former Member
0 Kudos

While writing the schema check for the holiday class of the day that is being processed and assign the wage type a different payment for the relevant conditions.

Krish