Source Determination
MM / P2Pintermediate

Quota Arrangements: Configuration and Runtime Split Logic

Learn how quota arrangements distribute procurement quantities across multiple sources of supply, how the quota rating is calculated at each requirement, and how to configure and maintain quota arrangements correctly for realistic multi-vendor sourcing.

Explanation

Quota arrangements exist to answer a different question than the source list: not just which sources are allowed, but how volume should be split among several allowed sources over time. This matters in real procurement organizations that deliberately buy from two or three vendors for a material to manage risk, negotiate pricing leverage, or blend a make-or-buy split between an external vendor and an internal plant. Without quota arrangements, systems either default to the single cheapest info record or force manual source selection on every requisition, which does not scale. A quota arrangement is maintained at the material/plant level (or material only, depending on configuration) and contains quota items. Each quota item points to a source: a vendor (optionally tied to a purchasing info record or outline agreement) or a supplying plant for internal stock transfers. Each item carries a quota (a relative weight, not a percentage) and, critically, a running total called the quota-allocated quantity, which the system updates automatically as requirements are assigned to that source. The core runtime calculation each time a new requirement (purchase requisition, planned order, or similar) triggers source determination is the quota rating: rating = (quota-allocated quantity + quota base quantity) / quota. The system computes this for every valid quota item and assigns the requirement to the source with the lowest rating—effectively the source that is currently most 'behind' relative to its assigned share. After assignment, the system updates that item's allocated quantity by the requirement quantity, so the next requirement naturally favors a different source, achieving the target ratio over time rather than on every single transaction. Quota arrangements also support quota validity periods (start/end dates), a quota base quantity used to smooth the very first allocations before real volume accumulates, and the ability to block a quota item so it is temporarily excluded from rating even though the record remains for history. A special 'quota = 0' or blocked-item scenario is used when a vendor is being phased out but the arrangement should not yet be deleted. Configuration prerequisites: the material master must be flagged for quota arrangement usage (a source-determination-relevant indicator maintained at the material or purchasing view level, depending on release), and the underlying sources referenced by quota items should already exist as valid info records, outline agreements, or a special-stock-relevant plant relationship for internal sourcing. If a quota item references a vendor but no valid info record/price exists at the time of PO conversion, the requisition can still be assigned a source by quota logic, but pricing may fail downstream and require manual info record creation—so procurement and master data teams must keep info records synchronized with quota items. Quota arrangements interact with the source list: if a source list exists for the material/plant and marks certain sources as the only valid ones, quota arrangement items for other vendors will not be considered even if numerically favorable, because source list validity is checked first as a filter, then quota logic ranks among the remaining valid candidates. This layering is a frequent design point that must be explained to business users: 'the vendor is in the quota arrangement but not getting orders' is very often traced back to a missing or expired source list entry, not a quota configuration error. In practice, quota arrangements are most valuable for materials with recurring, forecast-driven demand (MRP-planned materials) rather than one-off spot buys, because the statistical splitting logic needs volume and repetition to converge on the intended ratio.

Real project scenario

A chemical manufacturing client sourced a key raw material from two approved vendors in a 70/30 split to satisfy a dual-sourcing risk policy mandated by their quality and supply chain risk teams. The quota arrangement was configured with quota values of 7 and 3 respectively. After a plant relocation project, the supplying plant for a related intercompany transfer item was decommissioned but its quota item was left active. MRP-generated planned orders began failing during conversion to purchase orders because the system periodically rated the decommissioned plant as due for allocation, generating requisitions with no valid receiving route. The functional consultant corrected this by blocking (not deleting) the obsolete quota item and manually reassigning its historical allocated quantity forward to the two live vendor items so the achieved ratio remained close to the intended 70/30 split going forward.

Common mistakes

• Deleting a quota item instead of blocking it, which loses historical allocation data needed to keep future ratios accurate. • Assuming quota percentages are literal percentages rather than relative weights, leading to incorrectly configured ratios (e.g., using 70 and 30 assuming they must sum to 100 when any proportional pair works). • Forgetting that source list validity filters candidates before quota rating is applied, causing confusion when a quota item never receives volume. • Not maintaining a valid info record or contract behind a quota item, causing requisitions to be assigned a source that fails at PO pricing or release. • Leaving expired quota validity periods unmaintained, silently excluding a vendor from splitting without an obvious error message.

Best practices

• Use quota base quantity thoughtfully when onboarding a new vendor mid-cycle so early allocations don't overshoot the intended ratio. • Always block obsolete quota items rather than deleting them to preserve allocation history. • Keep source list entries synchronized with quota arrangement items so eligibility and ranking stay aligned. • Reserve quota arrangements for recurring, forecast-driven materials rather than one-time spot buys. • Periodically audit actual achieved vendor split against configured quota ratios and adjust quota values if business risk policy changes.

Interview angle

Interviewers test whether candidates understand that quota arrangements rank sources dynamically using allocated-quantity-to-quota ratios rather than fixed percentages, and whether they can explain the precedence relationship between source list and quota arrangement. A strong answer distinguishes 'eligibility filtering' (source list, outline agreement validity) from 'ranking/splitting logic' (quota arrangement) and can describe how the quota base quantity avoids skewing the very first few allocations.