Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ME_PROCESS_REQ_CUST

Former Member
0 Likes
535

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.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
459

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

2 REPLIES 2
Read only

jaideepsharma
Active Contributor
0 Likes
459

Hi,

Try to put a hard breakpoint or external breakpoint in the source code of BADI.

KR Jaideep,

Read only

uwe_schieferstein
Active Contributor
0 Likes
460

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