‎2009 Aug 23 4:22 PM
I am working on a system in which there is an implementation
of this BAdI. I see that the implementation is Active.
To test the implementation, I have set a breakpont.
I then launch transaction ME51N, make a change
to the Purchase Requistiion and Save.
But processing does not stop at my breakpoint.
‎2009 Aug 23 5:40 PM
Hello Gregory
Depending on where you place the break-point the transaction may pass (and stop) or not. If you put a break-point in method INITIALIZE, OPEN or CHECK you should pass either of these methods using ME51N.
Regards
Uwe
‎2009 Aug 23 5:27 PM
Hi,
Try to put a hard breakpoint or external breakpoint in the source code of BADI.
KR Jaideep,
‎2009 Aug 23 5:40 PM
Hello Gregory
Depending on where you place the break-point the transaction may pass (and stop) or not. If you put a break-point in method INITIALIZE, OPEN or CHECK you should pass either of these methods using ME51N.
Regards
Uwe