cancel
Showing results for 
Search instead for 
Did you mean: 

Amount Percentrage in PCR

Former Member
0 Kudos

Dears;

I need to make a PCR but some of the wage types that will be used in this PCR should only take 20% of the amount into consideration in the calculation.

How can this be done?

Thanks in advance.

Best Regards;

Lobna

View Entire Topic
Sanky
Active Contributor
0 Kudos

Hi ,

You can write your pcr like below sample pcr. I am adding 20 percentage of wage type 1000 and 1001 and apssing the value to wage type 1002.

*

****

        AMT=  1000

        AMT%20

        ADDWT&100A

        AMT=  1001

       AMT%20

       ADDWT&101A

       AMT=& 100A

       AMT+& 101A

       ADDWT 1002

I thing you got the logic

Check and tell me.

Regards,

Sankarsan