Solution : https://service.sap.com/sap/support/notes/424269 (SAP Service marketplace login required)
Summary :
When entering goods receipts for a production order in Transaction MIGO in SAP, there may be issues with the status not updating correctly if MIGO is not exited between transactions. This affects the transition of the order status from 'Partially delivered' to 'Delivered'. The underlying cause is identified in the function module CO_SF_RECEIPT_ITEM_UPDATE, where status updates fail to execute due to the LOOP structure only triggering on changes of the order number which persists across MIGO sessions. The proposed solution involves altering the program logic to reset the order number variable each time, ensuring consistent status updates.
Key words :
order receives status i0074 'partially delivered', system-internal work field, prerequisites program error, internal table fabe_tab, solution program correction, function module co_sf_receipt_item_update, exit transaction migo, previous goods receipt, 'partially delivered', work field
Related Notes :
| 418639 | Quantity change in the order, statuses PDLV and DLV |