Application Development 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: 

Purchase order ME_PROCESS_PO_CUST not being called

projecto_sap
Explorer
0 Kudos

Hello,

I've created an implementation of ME_PROCESS_PO_CUST, which is automatically migrated to Enhancement (I'm in Netweaver 2004s).

Then I go to ME21n and the badi is not being called. It is active, I have breakpoints inside the various methods, and I can create a PO from start to finished without opening debug mode.

Is there any problem with ME_PROCESS_PO_CUST in ECC 6.0?

1 REPLY 1

Former Member
0 Kudos

hi,

goto se18 and give definition name and click display button.

if "multiple use" check box is not checked means it is a single use.

that means for the standard badi definition can any number of implementations,

but only one will be in active state others in inactive mode.

u can check all the detail by goingin se18 -> implentation menu->overview

if implementation is active it will glow in yellow color.all other inactive in blue color (description color).if u want u code to execute go to others and press(shiftf8) to make others inactive then come to ur code and make it active ctrlf3.

then it will work.this is for single use.

for multiple use system will predict its sequences. we abaper no need to worry of the sequences.because if it is multiple use all implementation are in active stage .so all the code will work in some sort of order.

thanx

zenthil