Create Production Order
s4_production_order_createCreate a production order by specifying material, plant, order type, and quantity; components and operations are added automatically from BOM and routing.
Instructions
Create a production/manufacturing order. Required: material, productionPlant, manufacturingOrderType, totalQuantity. Components and operations cannot be set directly here — they come from BOM/routing explosion once the order is created. Provide manufacturingOrder only if your order type uses external numbering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | Yes | Material to be produced | |
| totalQuantity | Yes | Quantity to produce, e.g. '10' | |
| productionPlant | Yes | Production plant, e.g. '1710' | |
| additionalFields | No | Extra fields merged into the request body as-is | |
| productionVersion | No | Production version, if required by the order type | |
| manufacturingOrder | No | Order number (external numbering only) | |
| manufacturingOrderType | Yes | Order type, e.g. 'PP01' | |
| mfgOrderPlannedStartDate | No | Planned start date, ISO format 'YYYY-MM-DD' |