on 2016 Sep 14 11:03 AM
CASE1:
Below are the Recent Bonus act amendment changes
Bonus celieng amount is 7000 and eligibility limit is 21000.
Bonus Calculation:
Employee Basic pay is 8000.
Bonus calculation: system will consider 7000 for bonus calculation.
= 7000*20/100
=1400
we are using below Two PCR's for above requirement.
CASE 2: - MY Client Requirement
Bonus calculation based PA is new requirement.
We have maintained few PA‘s along with minimum wage amount in Custom table. Custom table is Zhr_PY_Minmum_wages
EX: we have maintained more than 50 PA's in custom table. As an example below i have given 3 Personal area's.
Personal Area Minimum Wages 1122 8000 2233 6000 6789 9000 |
Bonus Calculation:
Example:
from custom table and system should use same amount for bonus calculation.
= 8000*20/100
= 1600
= 7000 * 20/100
= 1400
Can anyone provide PCR to ( CASE2 )above Requirement.
Thanks& Regards,
Anand
Request clarification before answering.
Reading from a custom table in PCR is not possible unless you write your own operation. The following two options can be considered.
Approach-1:-
Maintain Minimum wages in Table T511k.
Write 2 PCR's to calculate Amounts based on Formula.
Write a PCR to identify PA and use IF/ELSE loop and insert the PCR's.
Approach-2:-
Write a custom program to calculate amount based on custom table and update IT-15/IT-267 accordingly.
Raghu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
87 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.