cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Leave Request : How to the cliked event in the BADI CL_PT_ARQ_REQ_EXIT

muhammed_nishad
Participant
0 Kudos

Hi,

I am trying to enhance the Leave request . How would I know on which button I have clicked.

I need find a way to get to know whether I have clicked on "review" or on "Show Time Accounts". I am handling this in enhancement spot "PT_ABS_REQ"

Regards,

Nishad

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182426
Active Contributor
0 Kudos

Your using WDJAVA based applications. All events are based on java in application level and it will call RFC's accordingly.

In your case if you click on Review it will trigger the method IF_EX_PT_ABS_REQ~SIMULATE_VIA_BLOP in BADI PT_ABS_REQ

If you use WDABAP based applications there are different EVENTS will trigger for each button.