Hi experts,
Current schema we have calculate wage type i.e 2050 at the customize function due to some issue. i.e ZTEST
It working fine until we realize for special scenario, this functions is incorrect. Now to cater the special scenario,
I create another function named it ZTES2. The issue now how to put the function in the schema. I need to extra careful because I don't want the old functions replace the new function for the amount wage type 2050.
Now this is schema look like
IF :OSA
ZTEST
ENDIF
** OSA is the rule to control the personnel area involved.
Now how to put the new function so that the calculation of old one will be replace with the new function ZTES2