cancel
Showing results for 
Search instead for 
Did you mean: 

User exit at MIGO

Former Member
0 Kudos

Please suggest about following concern:

Production execution process for the client is as follows:

Creation of production order

Issue the raw material.

Confirm the order.

Receipt the finish goods in MIGO.

Our client wants warning message at time of Goods Receipt (101) in MIGO if there is variation in u2018issued component quantityu2019 and u2018required component quantityu2019.

1. Please suggest if there is any user exit which can help in MIGO to check it.

If it is possible and I use the table u2018RESBu2019 to check required & actual withdrawal quantity I will face problem in case of partial confirmation, because in u2018RESBu2019 the required qty will be reserved qty and for partial quantity confirmation there is practice of issuing partial quantity.

2. Please suggest the logic which will help in this case.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please find below details. Please check once in detail before using may be with your ABAPer for its working.

There are 2 BAdIs for MIGO;

MB_MIGO_BADI - BAdI in MIGO for External Detail Subscreens

for MIGO you can use Business Add-In (BAdI) MB_MIGO_BADI:

"With the Business Add-In (BAdI) MB_MIGO_BADI, you can extend the interface of the goods movements transaction ( MIGO) with additional tabstrip controls for the detailed information (detail tabstrips) and header information (header tabstrips). It is possible for an external application"

MB_MIGO_ITEM_BADI - BAdI in MIGO for Changing Item Data

User Exits are;

Exit Name Description

MBCF0002 Customer function exit: Segment text in material doc. item

MBCF0005 Material document item for goods receipt/issue slip

MBCF0006 Customer function for WBS element

MBCF0007 Customer function exit: Updating a reservation

MBCF0009 Filling the storage location field

MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1

MBCF0011 Read from RESB and RKPF for print list in MB26

MB_CF001 Customer Function Exit in the Case of Updating a Mat. Doc.

For your second case of partial confirmation I think you need to write a code as there will not be any table helpfull for your comparision of quantity.

May be helpfull for you.