Hi All
I am working in PCR X013 for Division.
My wage type /001 comes in the PCR & go to Specification 5 & do the following -:
RTE=10
DIVID ARR
ZERO= A
ADDWT *
ADDWT /004
If /001 has 5000 & /004 also has 5000 before the start of calculation.
Then after 1st 4 steps my WT /001 will contain 500/-.
I want to transfer/copy this 500/- to WT /004 also, but the 5th step is not working. /004 already contains 5000 so it should be removed first & then the value of /001 should be copied to /004.
What code to write in place of 5th step?
Please Suggest