cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Pcr (Shift allownace)

Former Member
0 Kudos

Hi,

Can anybody pls send the complete pcrs on shift allowance ....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can configure Shift allowance in IT 0015 where you can enter the amount manually and show it in payslip.

Thanks

Vibin

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

first you have to difine daillty work schedule class in V_T550A.

based on we can define the shift allowance.

Exemple:

Early shift DWS class 1 and allowance as Rs.10 (This rate will maintain in T511k table as "Zearly")

Late shift DWS class 2 and allowance as Rs.12 (This rate will maintain in T511k table as "ZLate1")

Night shift DWS class 3 and allowance as Rs.15 (This rate will maintain in T511k table as "ZNigh"t)

Now PCR logic is below.

Zsft1- Shift Allowance geneartion in Time.

*

****

varstprsnt

n

colop*

y

varstdprcl

0

colop*

1

hrs=1

adddb3451 (Time storing as daybalance/month balance for report purpose)

addzl 9001 (Early shift allowance time wage type)

colop*

2

hrs=1

adddb3451 (Time storing as daybalance/month balance for report purpose)

addzl 9002 (Late shift allowance time wage type)

colop*

3

hrs=1

adddb3451 (Time storing as daybalance/month balance for report purpose)

addzl 9003 (Night shift allowance time wage type)

colop*

*

colop*

Use this pcr with function actio after P2002 function in schema.

For Payroll Pcr valuating Shift allowance:

Zsft2:

*

****

wftyp?

****

addwt *

9001(early shift alowane)

num= 9001

amt=kzearly

multi ana

addwt *

9002 (late shift allowance)

num= 9002

amt=kzlate1

multi ana

addwt *

9003 (Night shift allowance)

num= 9003

amt=kznight

multi ana

addwt *

Use this pcr in Payroll schema after ZL procesing.

How to use

PIT zsft2 Noab (Use Noab in Par3)

Former Member
0 Kudos

could u pls tel me where exactly I need to place the payroll pcr in the schema as u told it is after ZL Process .

Former Member
0 Kudos

I Coould Solve my problem with ur valuble inputs.

Thanks