cancel
Showing results for 
Search instead for 
Did you mean: 

User Exits workin gin PTARQ but not in ESS

Former Member
0 Kudos

Hi,

We configured leave management system in ECC and used some user exits. Our front end is ESS. When leave is applied through ESS, the leave details are stored in PTREQ* tables. Hence the user exits that have implemented are for th the PTREQ_ATTABDATA table. When we test leave through simulation TCode PTARQ, the checks implemented through user exists are working fine. But when we apply leave through ESS, these same check are not taken into account.

Please suggest

Cheers!!!

Umang

Accepted Solutions (0)

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

some backend exits are not called from portal, you need to ensurre that these are called from BADIs of leave request

ie pt_abs_req or pt_gen_req

how the exits are triggered, you need to check this correctly on which table and how?