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: 

Enhancement point in MIGO to validate serial numbers

Former Member
0 Kudos

Dear Experts

I have the following requirement on serial numbers:

Production order created for  Material 'A' (Finished Good), component used is 'B'. Both A & B are serial managed.

Serial number used in 'B' and 'A' is always carry same number.

ie., If serial number 'A01' of component B issued to production order, Serial number 'A01' should be received for Material 'A' while doing GR for production order. (Goods Receipt for production order is done through MIGO transaction)

In standard SAP, there is no direct link between component serial number and finished Good serial number. both can be different.

To achieve the above requirement, I could not find right enhancement in MIGO transaction in order to apply the custom logic.

Tried EXIT_SAPLIPW1_004, it doesn't trigger during MIGO.

And MB_MIGO_BADI triggers in MIGO but can not pass any serial numbers in to this one.

Please help to get the right Enhancement point to achieve the above requirement while using MIGO transaction.

Thanks in advance for your help

Kind Regards

Bala

2 REPLIES 2

Former Member
0 Kudos

Dear All

Any one can help on this?

Thank you.

raymond_giuseppi
Active Contributor
0 Kudos

Check in your system for avaibility of method PROPOSE_SERIALNUMBERS in BAdI MB_MIGO_BADI.

If not available, consider OSS note 1982776 - BAdI for selecting the transfer of serial numbers from reference documents

Regards,

Raymond