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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (1)

Answers (1)

venkateshorusu
Active Contributor
0 Kudos

Use the operation AMT to calculate 20%.

AMT= PKWWR Write the contents of the field PKWWR value in the current AMT field.

AMT%50          Write 50% of the current value of the  AMT field in the current AMT field.

AMT%KPKWPR      A percentage is determined of the current value of the AMT field For this purpose, the value of the field.

There are other methods too you can derive 20% from XXXX component and add it it YYYY etc.

Regards

Venkatesh