cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict RH(Restricted Holiday) leave request for employees

Former Member
0 Kudos

Hello,

We have implemented customer exit in R/3 to restrict RH(Restricted Holiday) leave request for employees through Z table.

Employee will only be able to apply leave when leave date is present in Z table , it is working fine in R/3.

However while applying RH leave through ESS customer exit is not getting triggered.

Please suggest how to trigger customer exit for leave request in ESS or suggest any BADI which can be trigger through ESS, with method name to be implemented.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Additional Details:

Customer exit name EXIT_SAPFP50M_002    include name zxpadu02.

BADI name can be used PT_ABS_REQ,however dont know method ,which can exactly be used.

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Use the below Badi & Method ,

BADI:-PT_ABS_REQ

METHOD: IF_EX_PT_ABS_REQ~SIMULATE_VIA_BLOP

Regards,

Raja Sekhar

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Use the below Badi & Method ,

BADI:-PT_ABS_REQ

METHOD: IF_EX_PT_ABS_REQ~SIMULATE_VIA_BLOP

Regards,

Raja Sekhar

Former Member
0 Kudos

Hi Nitty

Try BADI CL_PT_ARQ_REQ  / PT_ABS_REQ and method SIMULATE_VIA_BLOP and here you need to write your validation according to your customization for controlling the ESS screen.

exit name EXIT_SAPFP50M_002    include name zxpadu02 is only for PA30 control only.

Thanks & regards,

Kedhar.