Hi Murali,
There's a wiki explaining various commands that can be used in PCRs. There's a section here related to amounts, which you can use to create your conditional step. The wiki is:
Best Regards,
Aman
Modify the pcr so that it's first Operation is CMPERYYPP, where YY is the Year and PP is the Payroll Period.
For return value * use the new processing.
For return value < use the old processing.
Note that in the new processing, once you have terminated the calculation of the Amount, you will now require to check it against a Constant (from V_T511K) so that if the Amount exceeds the Constant's value, it is replaced by the value of the Constant (20000).
Add a comment