cancel
Showing results for 
Search instead for 
Did you mean: 

Sunday Premiums In Time Schema TM00

Former Member
0 Kudos

Dear Gurus,

I need your help I had the following request from my company; to be in the time schema, I am using a copy of TM00

  • If employee working on a Sunday give overtime/premium at 2 for the time worked.
  • If employee is working on a Public Holiday give overtime/premium at 2 for the time worked.
  • If employee is working night shift give half his daily pay extra per night.

I tried using table V_T510S and V_T555Z for Sunday and Public holiday but this is not working well as the overtime payment is provided for the planned work and not the actual hours worked.

With regards to the night shift I was planning to use the same logic but would appreciate more ideas. I would appreciate different solution on way forward how to solve this

Kind Regards

B

Accepted Solutions (1)

Accepted Solutions (1)

former_member193210
Active Contributor
0 Kudos

You could achieve your requirement by inserting two PCRs in your Time Evaluation Schema.

The first one would need to read the time worked, and you could use Operation VARSTWEDAY to query the current day being processed, and Operation VARSTHOLCL to query the Holiday Class, and if either of these conditions are met you would generate a Time Wage Type (then transfered to table ZL) accordingly. 

Have you considered what should happen if "today" is a Sunday and a Public Holiday?

The second one would need to read or process the Time Data (called by Functions RTIP or PTIP), and there are many examples on the subject already posted.  Your requirement seems to indicate that if the employee works night shift (any day of the week or just on Sundays and Holidays?), he should then be paid at 1.5 times his regular salary.  In this case, you could either replace the Time Wage Type for the Hours Worked by a special Night Wage Time (that would be valued at 1½ in Payroll) or generate an Information Time WT that would be processed in Payroll to generate an extra payment for these hours at ½ the Hourly Rate.

Former Member
0 Kudos

Thanks for your answer ! but can you help me maybe with screenshots creating such PCR sorry but im a bit green in this and would appreciate a lot your help.

Also with the mentioned PCR's I still need to maintain V_T510S and V_T555Z correct because of the wage types assigned to the decision created if public holiday or weekday 7.

Thanks a lot!

Former Member
0 Kudos

I confirmed with HR, if it is a Sunday and Public Holiday on the same day, they still get paid double.

Answers (2)

Answers (2)

venkateshorusu
Active Contributor
0 Kudos

Whether you are using positive or negative time management accordingly we can configure system with the help of V_T510S.

Have you tried the option V_T510S with proper configuration.

Regards

Venkatesh

Former Member
0 Kudos

This is what i have configured for V_T510S, but i want to replicate only the actual times and not overtime or planned work. But when i assigned P (for the actual times) this doesn't seem to be working.


Former Member
0 Kudos

I tried to create my own PCR but I cannot find an operation to get the actual working hours (irrelevant if it is part of the planned working time or overtime). If I manage to get this I will ADDZL the wage type I want with the same worked hours and that would be hours worked twice. I created wage type for Sunday allowance and Public holiday allowance.

Can you please help

Sanky
Active Contributor
0 Kudos

HI Black,

You can refer the below link where I have replied on the almost similar requirement. Check and let me know if you need further help.

http://scn.sap.com/message/16287016#16287016 

Regards,

Sankarsan