cancel
Showing results for 
Search instead for 
Did you mean: 

Deduction after WPBP Split

SAPSF6
Active Participant
0 Kudos

Hi All,

Deduction of PASI after WPBP split

PASI Deduction is 8 % of Basic Sal

BAsic = 100 (WT is 9BAS)

So PASI = 8 (WT - 9PAS)

Aftr Sallary change in 11th of Feb (28 days)

BAsic = 200

PASI = (8% of Old sal + 8% of new sal)

So WPBP Split is till 11/02/2011 is 100

&

from 11/02/2011 it should be 200

So system need to prorate the PASI as per WPBP Split , how w e can manage this ..

I kept the below PCr after Gactoring , but teh amount of PASI is just doubling , we need prorated PASI from old salary & new salalry

=================================================================

ZPASI Personnel Calculation Rule for PASI

*

****

WGTYP? Query wage type

****

ADDWT * OT Output table

9BAS

OUTWPPERSG EE group in v.key

O

ADDWT&ART VAR Variable table

AMT*8 Multiplication

AMT/100 Division

AMT*1- Multiplication

ADDWT 9PAS OT Output table

PRINT Print table entries

AMT= 9BAS Set

ADDWT * OT Output table

=============================================================

RJ

Accepted Solutions (0)

Answers (1)

Answers (1)

sikindar_a
Active Contributor
0 Kudos

is ur issue is related to Second Split 200 , Can u be some more clear on this

And also can u try by just removeing lines AMT= 9BAS Set

ADDWT * OT Output table

SAPSF6
Active Participant
0 Kudos

Before Salary Change

Basic = 5000

PASI = 400 (8% of Basic )

After Salary change on 11th of feb

Basic - 6000

PASI Should be prorated

So WPBP will be (Feb = 28 days)

Basic = (5000/28) x 10 days = ....

BAsic = (6000/28) x 18 days = ...

PASi = 8% of 5000 for 10 days = ...

PASI = 8% of 6000 for 18 days =......

now PASI is comming as 400 + 480 = 880 which is wrong

plz guide...

sikindar_a
Active Contributor
0 Kudos

The basic for first Period shd be 1786 and Pasi 143 , and for second split basic 3214 and Pasi 257 and total 400

you have to include a split for PCR X011 , where PRCL 47 shd have specification and PCR shd be

ELIMI A

OPIND

WPBPC this is for Specification A for reference purpose check PCR U111

Check and let us know

SAPSF6
Active Participant
0 Kudos

Hi All,

KInldy provide more inputs on this

GK

sikindar_a
Active Contributor
0 Kudos

ZPASI Personnel Calculation Rule for PASI

*

****

WGTYP? Query wage type

****

ADDWT * OT Output table

9BAS

OUTWPPERSG EE group in v.key

O

*ELIMI *

*ADDWT&ART VAR Variable table

AMT*8 Multiplication

AMT/100 Division

AMT*1- Multiplication

ADDWT 9PAS OT Output table

PRINT Print table entries

AMT= 9BAS Set

ADDWT * OT Output table

=============================================================

use ELIMI * in the PCR , have you tried