Title: Custom Calc User Exit On Pr05
trezaei - June 20, 2006 11:31 PM (GMT)
Has anyone have built the User Exit required for the Custom Calc on PR05? There is also one on an LP form (LP07 I believe). I have no idea which program it wants the User Exit written for. Please point me to any docs you might have ...
Thanks
Also double posting to HR forum, sorry!
Ragu - June 21, 2006 01:54 AM (GMT)
I have buill several for PR05/custom calc. The program component that needs to be looked into are pdlib/PRUEDED.
Simply insert your custom code there and after you have done your look-ups and calculations, move your calculated_deduction_amt to PRUE-DED-AMT. Then compile PR140/PR80 etc. and run. Usually, straightforward.
Don't know about LP07.
Ragu
Milo - June 21, 2006 06:59 PM (GMT)
Ragu:
Your solution is to put custom code into pdlib/PRUEDED ? The last time I looked at them, in Apps 8.0.2, a user exit program for PR05 would be either PR05B, PR05M, or PR05E.
Or am I missing something here?
Phil Feller - June 21, 2006 07:04 PM (GMT)
PRUEDED is designed by Lawson to hold the code for deduction custon calculations (calculation type "x").
Milo - June 21, 2006 07:06 PM (GMT)
Ah, me bad. We don't do our PR processing here, we outsource to ADP. Guess I missed that! Thanks for the info.