cancel
Showing results for 
Search instead for 
Did you mean: 

sap ca payroll

0 Kudos

I am configuring combined contributions for savings plan.

But none of my configuration is getting processed during payroll processing.

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

Thank you so much.

It works.

sikindar_a
Active Contributor
0 Kudos

Firstly , As said by Remi

You have to pull the CRT value of /188 in the variable &188. Make Sure you PCR should read the CRT values. you can also use PRINT CRT in the schema to know the CRT results based on this you need go ahead with your PCR.

Read the variant documentation of AMT operation via PE04

AMT=CY , Cumulation Annually

0 Kudos

What is the difference between CK and CY

former_member193210
Active Contributor
0 Kudos

CRT cumulator Y is for "Annual", while CRT cumulator K is for "When Paid".

Please check help.sap.com or the Payroll Canada Wiki page for more information on the subject.

0 Kudos

Hi

I need to write a rule which adds the CRT and current IT value of wage type /188

/188 in CRT for payperiod 23 is 73000

/188 in Input table in payperiod 24 is 31000

How can I add these 2 values and then compare with a constant

AMT=& /188

AMT+CK/188

AMT? Kzpcn

I wrote this but it does not work

former_member193210
Active Contributor
0 Kudos

Before you can use a Temporary Variable (as in Operation AMT=& /188), you need to have created that Temp.Var. (through Operation ADDWT&/188).

During Payroll Processing, the CRT value you can read is usually the one from the Previous Payroll Results.

So, where in your Payroll Schema have you inserted your PCRs that create and that use the Temp.Var., by what Functions are they called, what WTs are they processing, etc...