cancel
Showing results for 
Search instead for 
Did you mean: 

Batch management: Full quantity movement

wernervm
Participant
0 Kudos

Hi;

We need assistance with batch management w.r.t. material movements

Our final product (FERT) is batch managed (no batch classification) and one complete unit with a variable mass (BUoM = tons), i.e. final product can have any mass.

Various movements can be performed on final product including 309, 310, 311, 312, 411, 412, etc.

Some of these movements are done manually by users.

During this process, users do not always post the full batch quantity resulting in stock discrepancies.

Is there a setting in SAP that will only allow the full batch quantity in stock to be captured as one complete movement? Or maybe an user exit that can check the entered qty against batch stock qty?

Thanks

Werner

Accepted Solutions (1)

Accepted Solutions (1)

fortian
Active Contributor
0 Kudos

Hello Werner W,

I guess you are posting those movement types from MIGO.

I can't think of any standard way of doing it besides from training your users and telling them how important is for the business to do the postings properly. There are several transaction they can check before doing the postings in order to check for the correct amount to be posted.

But you could try to implement some tailor made check or logic. Maybe one of the following badis would work: MB_MIGO_ITEM_BADI, MB_DOCUMENT_BADI together with table MCHB.

Regards

wernervm
Participant
0 Kudos

Hi

Sorry for the delayed response.

We ended up using EXIT_SAPMM07M_001 include ZXMBCU02.

Various transaction codes were included to “accelerate” the check, in our case:

IF sy-tcode = 'MB1A' OR sy-tcode = 'MB1B' OR sy-tcode = 'MB11'.

The functionality was built around tables MSKA and MCHB.

Thanks

Werner

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.