Sales Order / Make-to-Order (MTO)
Amecath_SD_Fit_Gap_V2.0.pdf
Reference Page: 40
1. Business-User Summary
Make to Order (MTO) is a production strategy where manufacturing starts only after a customer's order is received. The product is manufactured specifically for that sales order, and all costs, revenues, and tracking are linked directly at the individual sales order level.
2. Why This Process Matters
MTO ensures that we only produce highly customized or expensive items when we have a firm commitment from a customer. This prevents excess inventory of specialized goods. Tracking costs at the sales order level is critical to knowing the exact profitability of each customized order.
3. Where It Fits in Order-to-Cash
This sits at the intersection of Order to Cash and Plan to Produce. It bridges the gap between confirming the sale and initiating the manufacturing process.
For a broader understanding of how this step impacts the customer and creates value, review the O2C Value Chain View.
4. Process Card
| Attribute | Details |
|---|---|
| Trigger | Customer PO, Contract, or Accepted Quotation. |
| Input | Fully Approved Quotation, Customer Master Data, Material Master, Pricing. |
| Output | Sales Order, Planned Order (PP), Outbound Delivery, Billing Document. |
| Owner | Customer Service / Sales Administration. |
| Frequency | Medium (Order-dependent). |
5. Roles Involved
- Customer: Provides PO or accepts quote.
- Salesman / Customer Service: Creates the Sales Order.
- Credit Controller: Reviews blocked orders for credit issues.
- Production Planning / Production: Plans and manufactures the goods.
- Quality: Approves finished goods.
- Warehouse / Logistics: Picks, packs, and ships goods.
- Finance: Posts AR, COGS, and revenue.
6. BPMN Process Flow
7. Simple Status Flow
8. Step-by-Step Process
| No results found matching "" |
9. SAP Touchpoints
- VA01: Create Sales Order
- VA02: Change Sales Order
- VKM1/VKM3: List of Blocked SD Documents (Credit Release)
10. Business Rules & Controls
- Quotation Prerequisite: A Sales Order with reference to a Quotation can ONLY be created after the quotation status is Fully Approved by both Financial Director and Sales Director.
- Credit Block: Active credit checking applies. A blocked order cannot proceed to MRP or delivery without explicit release by the Credit Controller.
- Cost Collection: For MTO, costs must be collected on the specific sales order to ensure accurate profitability reporting.
11. Integration Points
- Sales & Distribution (SD): Captures the order.
- Production Planning (PP): Generates planned orders tied to the SD line item.
- Quality Management (QM): Ensures product meets specifications before shipping.
- Controlling (CO): Sales order acts as a cost object.
- Finance (FI): AR and revenue recognition.
12. Reports and KPIs
Make-to-Order Fulfillment Cycle (Days)
Example KPI View — Demo Data
DEBUG data: "[\n{ \"phase\": \"Order Entry\", \"time\": 0.5 },\n{ \"phase\": \"Credit Review\", \"time\": 1.0 },\n{ \"phase\": \"Production\", \"time\": 14.5 },\n{ \"phase\": \"Delivery\", \"time\": 2.0 }\n]"
DEBUG parsedData: [
{
"phase": "Order Entry",
"time": 0.5
},
{
"phase": "Credit Review",
"time": 1
},
{
"phase": "Production",
"time": 14.5
},
{
"phase": "Delivery",
"time": 2
}
]13. Risks and Common Mistakes
- Bypassing the quotation reference, which breaks the document flow and loses the approved pricing context.
- Proceeding with production before credit release is secured, risking uncollectible debts on highly custom products.
14. Fit-Gap / Customization Notes
- Variant Configuration (VC): Ameco utilizes VC for complex machinery. During sales order entry, specific characteristics are selected.
- GAP: The standard VC UI was deemed too complex.
- Resolution: A custom Fiori app simplifies selection, feeding the standard SAP VC backend.
15. Source Document Reference
Amecath_SD_Fit_Gap_V2.0.pdf
Reference Page: 40
16. Knowledge Check
Question: Which of the following happens if a Sales Order is created referencing a Quotation? A) The Credit Check is skipped. B) The system validates that the Quotation is Fully Approved by both Financial and Sales Directors. C) The Production Order is immediately created bypassing MRP. D) The Salesman must manually re-enter all pricing.
(Answer: B)