Interface: ProductionConfirmationData
Defined in: src/intents/types.ts:215
Input data for confirming a production order operation (PP-SFC).
Sap Module
PP
Business Context
Production order operation confirmation (goods produced).
Example
import type { ProductionConfirmationData } from '#intents/types.js';
const conf: ProductionConfirmationData = { orderNumber: '1000012', quantity: 50 };
Properties
operationNumber?
readonlyoptionaloperationNumber:string
Defined in: src/intents/types.ts:221
Operation number within the order (routing step).
orderNumber
readonlyorderNumber:string
Defined in: src/intents/types.ts:217
Production order number.
quantity
readonlyquantity:number
Defined in: src/intents/types.ts:219
Confirmed quantity.