cancel
Showing results for 
Search instead for 
Did you mean: 

PCR Operation

Former Member
0 Kudos

Dear Experts,

I am new to PCRs,

I am want to to subtract values in one wage type with other. what operation i should use?

How can i do this?

Please help me.

Charle.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Charle,

Wagetypes in PCR have 3 place holders for value RATE, NUMBER, AND AMOUNT, used in PCRs as RTE, NUM, and AMT.

Assume you have wagetype XXXX and YYYY. If you want to deduct the amount held in XXXX by the amount held in YYYY, then write a PCR for wage type XXXX and add the following:

AMT- YYYY

ADDWT *

where XXXX is the wage type and the line ADDWT * will add the values back into the IT table (Assuming you are dealing with the IT table, otherwise ADDWTE* will add it to the RT table).

Here is a link that helped me alot when i was started writing PCRs.

http://saphrexpert.blogspot.com/2008/09/schemas-and-personnel-calculation-rules.html

Chirag.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks Chirag.

Former Member
0 Kudos

Thanks Sikindar,

Like HRS in time, what is the operation in payroll to use in mathmatical operations.

Charle.

sikindar_a
Active Contributor
0 Kudos

use SUBWTD read the documentation of this Operation from the tcode PE04