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: 

BADI Implementation Not called

Former Member
0 Kudos

Hi Again,

I implemented the BADI transported to Test system with class.Now the functionality is not active,which was previously working in dev system.

What else should I do? I checked the BADI implementation in SE19 it shows active.

Can anybody help me.

Regards

Rammohan.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hai rammohan,

r u sure that badi implementation is active

and is the testing scenrio same in dev and quality , just put a break part in ur implementation and see wether it is called or not

m.a

13 REPLIES 13

former_member555112
Active Contributor
0 Kudos

Hi,

Are there any filter values for the BADi?

Regards,

Ankur Parab

0 Kudos

No filters.I dont know what those filters and what they do.I did nothing with those.

Regards

Rammohan.

0 Kudos

Hi,

Which is your BADI?

Regards,

Ankur Parab

0 Kudos

BADI - ME_PROCESS_PO_CUST

Continuation to this thread

Thanx

Rammohan.

0 Kudos

Hi,

Check the active implementations of the BADi.

There should be only one active implemenation.

Regards,

Ankur Parab

0 Kudos

There is only one implementation i can see the in the Implementaions ->overview,which I moved now.

Thanx

rammohan.

Former Member
0 Kudos

hai rammohan,

r u sure that badi implementation is active

and is the testing scenrio same in dev and quality , just put a break part in ur implementation and see wether it is called or not

m.a

0 Kudos

Afzal

In test system I can see the Implementation active.Rest I am not sure.

yes test scenario is same and the break point is not activated.

Thanx

Rammohan.

0 Kudos

ZME_PO_PROCEESITEM Active

IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM Activ

ZCL_IM_ME_PROCESS Implemented / Active

Here is the status.

0 Kudos

Hi,

This BADI is called in PO processing.

Do one thing. Debug your test scenario.

In the debugger put a breakpoint at method GET_INSTANCE of class CL_EXITHANDLER.

Check whether your implementation is getting determined for the BADI.

Regards,

Ankur Parab

0 Kudos

Hi,

It seems like all the activations are done.

Check if all the conditions to trigger the BADI are met, like the data and authorizations. Check in DEV which are the data which triggers the BADI (or if the BADI triggers to specific data only).

Also check if both the systems have the same patch level and all notes are properly updated.

0 Kudos

Issue resolved.Again reactivated everything.BADI working.

Thanks to everybody for quick help.

Regards

Rammohan.

0 Kudos

Hi

Can u please explain how u solved this problem.

where all did u activated???

I am facing the same problem.

many thanks.