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 for MB1A transaction

Former Member
0 Kudos

Hi,

The BADI CKML_UPDATE is being triggered when I save in the MB1A transaction. But not all the methods are triggered. Could any one please let me know when the method CURRENCY_TRANSLATION_RULES will be triggered.

The solution will be of great help.

Thanks

Raja

3 REPLIES 3

former_member193831
Active Participant
0 Kudos

Hi,

Not sure if you have tried this already.

Go to class CL_EXITHANDLER and open the get_instance method. (transaction SE24).

Put a breakpoint on first statement in this get_instance method.

Then run MB1A and do a posting. Whenever an EXIT or BADI is called it will stop at the breakpoint. In debugging check value of exit_name parameter of method get_instance.

Please let me know, if this helps.

Vivek

Former Member
0 Kudos

Hello.

If you want to find all the badi's there is standard and useful way to find BADI's using ST05 Transaction.

[Click here.|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3480] [original link is broken] [original link is broken] [original link is broken];

All the very best to you.

- Vamsi

Former Member
0 Kudos

Fill the required details related to your requirement in transaction MB1A. Then that details are filled in runtime.