2014 Aug 11 12:29 PM
Hi Experts,
I have a requirement that updating certain values in Custom Table after Reversing a Delivery. Is there any BADI or User Exit which trigger After Reversing a Delivery in VL09.
Thanks in Advance.
2014 Aug 11 1:02 PM
1) Goto se24 (Display class cl_exithandler)
2) Double click on the method GET_INSTANCE.
3) Put a break point at Line no.25 (CASE sy-subrc).
Now
4) Execute your SAP standard transaction
5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
7) This way you will find all the BADIs called on click of any button in any transaction
2014 Aug 11 1:10 PM
2014 Aug 11 1:14 PM
2014 Aug 14 10:12 AM
2019 Nov 26 1:28 PM
Did you find a resolution for this. I have a similar requirment