Application Development and Automation 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: 
Read only

BADI/User Exit for MIGO Batch Split

Former Member
0 Likes
898

Hello,

Im trying to find BADI or user exit, so i can set batches/or split amount to batches via program.

As far i found user exits: MBCFC010 - EXIT_SAPMM07M_010 and MBCFC003 - EXIT_SAPMM07M_003.

But they only raise when i press "Check" button.

Is it any where i can set batches when i press Batches button or Split button?

Regards,

Temo Chutlashvili

3 REPLIES 3
Read only

Marcel_Wahl
Product and Topic Expert
Product and Topic Expert
0 Likes
651

Hi,

first - this is propoably a totally wrong thread to post this question.

But may be the following helps you anyway ;-).

There are only 2 ways to load a badi.

Method CL_EXITHANDLER=>GET_INSTANCE - for old BADIs

or

Statement "Get Badi" - for new BADIs.

The unfair detail about this is that many old-fahsioned programmers already

instantiate their BADI objects on load of program.

So what often helps is, before entering the transaction you want to search

for BADIs, activate the debugger (/h) and create breakpoints

for the method and the statement. - Then it will stop each time BADI is used.

Now start your transaction and check the BADI names passing through.

Regards, Marcel

Read only

0 Likes
651

Thanks for reply.

I found suitable BADI for my task (found via Google ).

So problem is solved.

Read only

0 Likes
651

Hello Temo

Don't you think there might be a few people out there in the SAP/SDN world who are facing a similar problem?

And don't you agree that those people might benefit from the solution you have found as well?

What if the solution you found at Google is not applicable for your specific business context???

If you publish your solution and discuss a little bit its business background you may find other who will confirm that the solution works in their environment, too, thus confirming that you are on the right track.

Regards

Uwe