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: 

method

Former Member
0 Kudos

hi

if i have method,Can i know if this method have a badi?

how?

thanks

have a nice day

2 REPLIES 2

Former Member
0 Kudos

Hi

If you have a method you should know its class or interface and so you can try to check it by SE18 and SE24.

For example if the interface is IF_EX_ME_PROCESS_PO_CUST you can find the BADI ME_PROCESS_PO_CUST.

Max

0 Kudos

Max is right, you need to know the class and also if the class is implementing an interface. Also there are some BADIs which are for internal SAP use, so even if its a BADI you might not be able to implement it using SE19.

Hope it helps.

Sunil Achyut