cancel
Showing results for 
Search instead for 
Did you mean: 

PCR for Overtime Configuration

Former Member
0 Kudos

Hi Experts,

Kindly suggest PCR for below condition.

[(Basic Salary/30) /8 ] x 2 ] * no of hours worked as overtime.

  1. i.e Basic Salary is divided by 30(calendar days)/ divided by 8(no of hours),double rate as per act needs to be paid * no of Overtime.

This needs to be paid monthly basis.

  1. E.g. Ram has basic salary of 20000 for month of Jan. and has worked overtime for 4 hours in Jan.

{[(20000/31)/8] * 2 } * 4 = 645 Rs Needs to paid as overtime with month salary



I Have Created Wage type for the same but don't know how to set these conditions in PCR.

Accepted Solutions (0)

Answers (1)

Answers (1)

jagan_gunja
Active Contributor
0 Kudos

Use different w/t's for say 50% OT (on Saturday), 100% (on Sunday & PHol).

In V_512W_B these w/t's will have the corresponding percentage & same val.basis used for all OT w/t's.  Val.basis 01 means w/t /001 is used for valuation, 02 for w/t /002, etc.

.

Generate the corresponding w/t's in Time eval through a PCR (or using V_T510S & a proc type T and the corresponding w/t based on the weekday).

In payroll sub-schema XT00

a)PCR X010 will need to add the necessary w/t's (e.g, basic, allowances based on proc cl 01)  to the basis w/t's like /001, /002, etc.

b)pcr X013 will derive the hourly rate in the basis w/t's /001, etc (again based on their proc cl 01 value) 

c)ZLIT function imports time w/t's from B2 cluster

d)pcr X015 will valuate the time w/t's based on the basis w/t & percentage.

Where necessary these pcr's will need to be copied as say Z010, Z013, etc and the copied pcrs are customized.  When a pcr is customized, the calling sub-schema and their parent schema's till the top one need copying and customizing.

I'd suggest your reviewing time eval & payroll customizing guides.