M3 Reference
Deliveries
Supply chainDelivery documents and shipment records between order lines and the customer
4 tables1 programs
Tables
Transaction · 4
- MHDISHThe delivery header — one row per delivery (inbound or outbound, discriminated by INOU) identified by the delivery index DLIX, carrying the warehouse and the shipment it rides on; the unit picking and dispatch work againstPrefix: OQtransaction
- MHDISLThe delivery line — one row per order line placed on a delivery, keyed by the delivery index and the order reference; the quantity actually moving on this delivery, joined to its header by DLIXPrefix: URtransaction
- ODHEADThe invoiced-delivery header — one row per delivered and invoiced customer order delivery, carrying the invoice number and date, payer, and currency; the payment term is part of its key, so one delivery can settle under more than one termPrefix: UAtransaction
- ODLINEThe invoiced-delivery line — one row per invoiced order line per delivery, with the invoiced quantity and price; the revenue-at-line grain of order-to-cash analytics, joined to its header by ORNO + DLIX + payment termPrefix: UBtransaction