cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Payroll Period Validation in Existing PCR

0 Likes
502

Hello Expert,

The requirement is to calculate 1% of WT 9008 and the output should be stored in WT 9000.

Have created PCR which is working fine, however the requirement is that WT 9000 should be calculated only effective July 2020 ( no retro).

Can any one help as how I can modify the existing PCR.

Regards

Suman

Accepted Solutions (0)

Answers (3)

Answers (3)

BGibbons
Active Contributor

Hi,

You should store the required % on T511K as a parameter with a value of 1 from July 2020 to high date and zero prior to that.

AMT=Knnnn will allow you access your parameter in the PCR

This approach is a more complete solution in that apart from solving your issue it also provides a solution if the percentage changes from some date in the future.

bg

sikindar_a
Active Contributor
0 Likes

As per your statement no we don't need any branch

sikindar_a
Active Contributor
0 Likes

Adding to BG

you have to branch the rule before 01.07.2020 and before it

*

Branch old Rule

>

Branch New Rule

BGibbons
Active Contributor
0 Likes

? - Do you need to branch in the PCR ? if the parameter is zero from say 01.01.1800 - 30.06.2020 then prior to July, WT9000 will evaluate to zero and so will not end up on the RT.
bg