Interface: ProductionConfirmationData
Defined in: src/intents/types.ts:206
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:212
Operation number within the order (routing step).
orderNumber​
readonlyorderNumber:string
Defined in: src/intents/types.ts:208
Production order number.
quantity​
readonlyquantity:number
Defined in: src/intents/types.ts:210
Confirmed quantity.