2007 Mar 07 11:50 AM
Hi All,
In HR while creating Absences(IT2001) i want to do some validations depending
on previous day leave.
Is there any user-exit for doing this?
Plz send sample code.
Thanks in advance.
Regards,
Ashwin
Hi All,
In HR while creating Absences(IT2001) i want to do some validations depending
on previous day leave.
Is there any user-exit for doing this?
Plz send sample code.
Thanks in advance.
Regards,
Ashwin
2007 Mar 07 11:57 AM
Hi,
You can use the 'BEFORE_UPDATE' or 'IN_UPDATE' methods in the BAdI HRBAS00INFTY.
Regards,
Amit
Rewards all helpful replies.
2007 Mar 07 11:59 AM
Hi,
Try the BADI
HR_BLP_MAINTAIN_TIMEDATA
for Time related data.
Regards,
Anji
2007 Mar 07 1:42 PM
I suggest you create an implementation i SE19 for the BAdI HRPAD00INFTY & put your validations in the AFTER_INPUT method. You can also sue the User Exit ZXPADU02, but the BAdI is more flexible & compatible with all higher releases too.
~Suresh