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: 

List of Badis for MM and SD Application component.

JoelTrinidade
Active Contributor
0 Kudos

Hello,

I have a very simple question and requirement .

Please can someone list out all Badis for ECC 604 with application component as MM and SD.

I have access to 4.6C system not ECC 604 that is why this question.

Thanks in advance for your help.

Joel

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Check this wiki : [List of BAPI's|http://wiki.sdn.sap.com/wiki/display/ABAP/ListofBAPI%27s]

Regards,

Raymond

Former Member
0 Kudos

Hello,

you should use SXV_GET_CLIF_BY_NAME FM. Why it is better than having all (for example MM) BADI's. First of all you have to put break point inside this function module. afterwards execute tcode which you want to enhance. The break point will be activated in FM each time when new BADI is called. So you can get strict list of BADI's for specific tcode during different program working states. you can do the same with class CL_EXITHANDLER put break point inside GET_INSTANCE method.

best regards,

dez