Skip to main content

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?​

readonly optional operationNumber: string

Defined in: src/intents/types.ts:212

Operation number within the order (routing step).


orderNumber​

readonly orderNumber: string

Defined in: src/intents/types.ts:208

Production order number.


quantity​

readonly quantity: number

Defined in: src/intents/types.ts:210

Confirmed quantity.