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

BADI ME_PROCESS_PO_CUST not triggering

Former Member
0 Likes
1,651

Dear All,

I am trying to imlement BADI ME_PROCESS_PO_CUST in PO (ME22N/ME21N).But this is not triggering.

i have activated the BADI,

Can you please let me know what else need to be Done.

Helpful Answers will be awarded.

Regards,

Talwinder

Dear All,

I am trying to imlement BADI ME_PROCESS_PO_CUST in PO (ME22N/ME21N).But this is not triggering.

i have activated the BADI,

Can you please let me know what else need to be Done.

Helpful Answers will be awarded.

Regards,

Talwinder

4 REPLIES 4
Read only

Former Member
0 Likes
938

Hi,

It has several methods. Check PROCESS_ITEM, POST methods by adding a break-point & then activating it.

Best regards,

Prashant

Read only

Former Member
0 Likes
938

Did you write any code in the methods ?

Or else the application may be calling the BADI.

Read only

0 Likes
938

I have the same problem! I believe the BADI is not called!!

Did you do something to activate?

Thanks!

Read only

uwe_schieferstein
Active Contributor
0 Likes
938

Hello Talwinder

A simple "smoke test" can be done using the following approach:

1. Add a CONSTRUCTOR method to your BAdI implementing class

2. Put a user-specific break-point into the coding of the CONSTRUCTOR method.

When you execute transaction ME21N / ME22N, do some changes at header and item level then you must hit the instantiation of the BAdI - otherwise you have made a mistake (e.g. create a second implementation of the BAdI).

Regards

Uwe