cancel
Showing results for 
Search instead for 
Did you mean: 

Get amount from last PY result WT

SAPSF6
Active Participant
0 Kudos
94


Hi All,

We are trying to get  amnt from last PY result , but not displaying the amnt

9010

AMT = L 5001

ADDWT 9010

ADDWT *

sk

Accepted Solutions (1)

Accepted Solutions (1)

former_member193210
Active Contributor
0 Kudos

In operation AMT = L 5001, you seem to have too many spaces (making more than 10 characters).

Is there a space only between L and 5001 ?

What Function are you using to call the PCR in your Schema?

SAPSF6
Active Participant
0 Kudos

PIT Fn

Former Member
0 Kudos

Hi, the syntax

OOOSVVVVVV

so your line should be

AMT=L 5001

Sanky
Active Contributor
0 Kudos

Hi,

Write your pcr like below.

9010

       AMT=L 5001      (AMT=L(give one space)5001)

       ADDWT 9010

Use the PCR with PIT function in the schema.

Regards,

Sankarsan

former_member193210
Active Contributor
0 Kudos

In your Payroll Schema, you mention that you are using Function PIT to call your PCR, but what values are you using for Par2 and Par3?

In the Input Table to that PCR, what is the ESG for WT 9010 ?

Do a Payroll Simulation for one employee, with the "Display log" box checked, and drill down into that log until you find your PCR to see how it processes WT 9010.  Corrrect the parameters (Par2, Par3) if required.

Answers (2)

Answers (2)

venkateshorusu
Active Contributor
0 Kudos

Go through below link it helps you out to resolve the issue processing class 6 is required with specification 1.

Regards

Venkatesh

Sanky
Active Contributor
0 Kudos

Hi SK,

Are you want to pass the last result value of wage type 5001 to wage type 9010?

Regards,

Sankarsan