Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HR-ABAP

Former Member
0 Likes
571

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

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
505

Hi,

You can use the 'BEFORE_UPDATE' or 'IN_UPDATE' methods in the BAdI HRBAS00INFTY.

Regards,

Amit

Rewards all helpful replies.

Read only

Former Member
0 Likes
505

Hi,

Try the BADI

HR_BLP_MAINTAIN_TIMEDATA

for Time related data.

Regards,

Anji

Read only

suresh_datti
Active Contributor
0 Likes
505

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