on 2025 Feb 02 6:31 PM
Dears,
I need to write a PCR based on a date condition. I need to write that starting from 01/01/2025 go to that calculation, other than that date go to calculation rule X
I've went to V_T511k and added a constant with 0 amount from 01.01.1990 till 31.12.2024, and starting from 01.01.2025 with amount 1
*
6020
ADDWT * OT
AMT=KZTAX1
PRINT
AMT?0
*
GCY ZTXR
>
GCY ZTX4A
the point is that when am running the payroll it's not processing as presented in the attached screenshot
would you please guide how to solve the issue.
Many Thanks.
Request clarification before answering.
It looks like you need to add the Rule Type "Z" into the lines so that it will jump to the sub rules and add the subrule that you want to call....the rule below is a slightly modified version
If the value of constant ZTAX1 = 0 then jump to Rule ZTXR - Employee Subgrouping A
If the value of constant ZTAX1 <> 0 then jump to Rule ZTX4 - Employee Subgrouping B
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
7 | |
5 | |
5 | |
4 | |
3 | |
2 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.