Skip to Content
0
Dec 06, 2022 at 11:28 AM

Enhancement for MIGO transaction before SAVE to change material document quantities for 309

127 Views Last edit Dec 30, 2022 at 02:38 AM 2 rev

Hello All,

During a transfer posting material to material (movement type 309) in alternative unit of measure (unit of entry), the quantity of the receiving material is not converted into the unit of entry. The receiving material is only converted into the base unit of measure.

Example: Base unit of measure = Pc

Unit of entry = kg

Material 1: 1 Piece = 2 kg

Material 2: 1 Piece = 5 kg

Transfer posting of 10 kg of material 1 to material 2: the following items are generated:

Item 1: 10 kg material 1

5 Pieces

Item 2: 10 kg Material 2 ---> wrong

5 Pieces

So, for this requirement, we have gone through the SAP note 26080, and 2338439 and ended up doing custom enhancement by calculating and changing quantity.

I have gone through the customer exits(MB_CF001, MBCF0005 ) and BADI's( MB_DOCUMENT_BADI, MB_DOCUMENT_BADI_SAP(SAP Internal), MB_DOCUMENT_UPDATE ) available for MIGO transaction and found nothing is useful.

So, suggest an enhancement to achieve this functionality before SAVE in MIGO transaction.