Create Planned Order
s4_planned_order_createCreate a planned order using material, MRP plant, and total quantity. Optionally set the order as firm or include extra fields.
Instructions
Create a planned order. Practically required: material, mrpPlant, totalQuantity (exact mandatory-field rules are not fully documented by SAP for this API — verify on your tenant).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | Yes | Material to be planned | |
| mrpPlant | Yes | MRP/production plant, e.g. '1710' | |
| totalQuantity | Yes | Planned quantity, e.g. '10' | |
| additionalFields | No | Extra fields merged into the request body as-is | |
| plannedOrderIsFirm | No | Whether the order is firmed |