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: 

Search for the transaction where the BADI is called

Former Member
0 Kudos

Hi All

I have the BADi /SAPAPO/IF_EX_CL_EX_CIF_IP~ORDER_INB_MODIFY_AFTER_MERGE implemented in my client . How can I find the transaction which is calling the BADI ?

4 REPLIES 4

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

In general:

Open BADI in transaction SE18, display required method, place cursor in method name, push 'where used list'.

But I can't find your BADI (I'm on 4.7) to prove the concept.

Regards,

Christian

0 Kudos

Hi

This method is from SCM 4.0.

Regards

Yogesh

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Yogesh,

that explains, why I can't find exit in my system.

But did you try to search via SE18?

Regards,

Christian

0 Kudos

few things you can try..

**Put breakpoints in one of the implemented methods..go step by step till you get out of the method to the called program..this may give you a clue...

    • see the where used list of the interface, in this case IF_EX_CL_EX_CIF_IP