Hi All,
I have a scenario that quota need to be carry forward to next year as deferred quota with maximum limit of 12 days for first year(joining year) and from 2nd year onwards the maximum limit is 24 days. This deferred quota will have a lite time validity.
Can anybody give me some idea how do i configure and how it can be controled by PCR.
Thanks
Veena
Try a rule like this
<b>HRS=FRXXC (xx-quota type)</b> this will fetch out remaining quota on 31 dec
<b>ADDMBZREM</b> -store that in timetype ZREM
on jan 01
HRS=YSA0 (this is to check the tenure ( the no of yrs from hiring)) then check HRS?2 if yes check again whether
HRS=MZREM HRS?24 if <b><</b> ADDDBXXXX(XXXX - daybalance to accrue quota)
if <b>></b>hrs=24 adddbXXXX
Add a comment