cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict user to create leave record before probation period based on IT0019/0016

Former Member
0 Kudos

Hi,

Where can I setup to restrict HR user to create leave record (IT2001) before probation period end for certain leave types based on IT0019 or IT0016 entry.

I am trying to do some setup under V_T559D (No deduction before = 01 - Expiry of Probation) but it is not working. User still can create Leave record (in IT2001)  during probation period.

I know I can do it in BADI/User exit. Did anybody know without BADI implementation is it can be done?

Thanks,

Kumar.

View Entire Topic
siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

in ESS, leave request of course this can be easily implemented using BADI calling the user exit

Typically it will read pernrs IT0019 or 16 and check the date before allowing him to apply

check

897623 User Exits in PT

badi PT_GEN_REQ, you can call user exit for the validation

Former Member
0 Kudos

Thanks.

I know with BADI we can do it. I am just checking without BADI/User Exit can be done usign SPRO settings.

Thanks.