--- alias: materialpackingcontext-st description: "This table defines product package relationships for specific contexts and quantities" --- # MaterialPackingContext ## Description This Smart Table is used to resolve the Product Package to be used for a given context and Package Level ## Fields The **MaterialPackingContext** table has the following fields: | Field | Description | Key | Mandatory | Comments | | --- | ----- | -- | -- | ---- | | **Facility** | The Material Facility | Yes | No | | | **Product** | The Material Product | Yes | No | | | **ProductGroup** | The Material Product Group | Yes | No | | | **Customer** | The Material Production Order Customer | Yes | No | | | **ProductionOrder** | The Material Production Order | Yes | No | | | **PackageLevel** | The Package Level | Yes | Yes | | | **PackageProduct** | The Package Product to be Used | No | Yes | | | **MinimumQuantity** | The minimum allowed Quantity of Packages in this Package | No | No | | | **MaximumQuantity** | The maximum allowed Quantity of Packages in this Package | No | No | | Table: MaterialPackingContext fields ## Precedence Keys The search precedence rules are the following: 1. Facility, ProductionOrder, PackageLevel 2. ProductionOrder, PackageLevel 3. Facility, Product, Customer, PackageLevel 4. Product, Customer, PackageLevel 5. Product, PackageLevel 6. Facility, ProductGroup, Customer, PackageLevel 7. ProductGroup, Customer, PackageLevel 8. ProductGroup, PackageLevel 9. Facility, PackageLevel 10. PackageLevel