on 01-10-2012 12:02 PM
Hi Experts,
Client requirement:
Client needs to calculate special allowance based on no of
public holidays in a month.
I have taken a constant X=Rs1000.
I have created a additional payment wage type "Y100",
Following is the PCR:
SK70 Personnel Calculation Rule SK70
*
****
ERROR Cancel processing
3
4S01 Kris pmt for holidays
NUM= ANZHL Set
RTE= SK001 Set
NUM?0 Comparison
*
>
MULTI NRA Multipl.amt/no/rate
ADDWT * OT Output table
but i am not getting the output.
Thanks in advance
ok
in that case please do let us know what are u trying to give in the WT in the Infotype and paste ur PCR in tree Structure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
As per Standard the following only is there for Query Paid public holidays in Payroll PCRs, And you are not given business specific i mean Where do maintain Wage type or system it self should take ?? Your PCR business also something wrong. Using the following build your logic (try to learn your self, I am not denying you, we are all just pushing your skills to improvement) and post here any issues. If any Issues will provide PCR...
TKAXxx : Paid public holidays in calendar days
TAAXxx : Paid public holidays in working hours
TSAXxx : Paid public holidays in working hours
xx can have the following values:
0n for the one-character numerical public holiday class from the
work schedule (1 <= n <= 9)
for the sum of all paid public holidays (totalled over all
classes).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can u elobarate with an example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Krishna,
You can do it through PCR in the following way.
Check current day --> Check particular Days Holiday class --> if the holiday class is PH cllass then add a value to one time type.
And this value you should get into Payroll PCR the no. of days --> And multiply with your constant as per your PCR.
Hope it helps you.
Reg,
Srini
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.