Create Production Operation Confirmation
s4_production_operation_confirmation_createPost an operation-level confirmation for a production order operation by providing order ID, operation number, yield quantity, and unit.
Instructions
Post an operation-level ('time ticket') confirmation for a single operation of a production order. Required: orderID, orderOperation, sequence, confirmationYieldQuantity, confirmationUnit. A production order cannot mix order-level and operation-level confirmations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderID | Yes | Production order number | |
| sequence | No | Sequence number, default '0' | 0 |
| workCenter | No | Work center where the operation was performed | |
| postingDate | No | Posting date, ISO format 'YYYY-MM-DD' | |
| orderOperation | Yes | Operation number within the order, e.g. '0010' | |
| additionalFields | No | Extra fields merged into the request body as-is | |
| confirmationUnit | Yes | Unit of measure, e.g. 'EA' | |
| isFinalConfirmation | No | Whether this is the final confirmation for the operation | |
| confirmationScrapQuantity | No | Scrap quantity, if any | |
| confirmationYieldQuantity | Yes | Confirmed yield quantity, e.g. '10' |