Skip to main content
Version: 1.x

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?

readonly optional operationNumber: string

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

Operation number within the order (routing step).


orderNumber

readonly orderNumber: string

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

Production order number.


quantity

readonly quantity: number

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

Confirmed quantity.