Creates a production order (PP-SFC CO01).
UI5 interaction handler.
Navigation API.
Vocabulary lookup service.
Production order data.
Optional
Optional intent options.
IntentResult describing the outcome.
IntentResult
Navigates to ProductionOrder-create, fills material, plant, and quantity, then clicks Save.
ProductionOrder-create
Create a production order from structured input data.
PP
CO01 — create production order.
import * as manufacturing from '#intents/domains/manufacturing.js';await manufacturing.createProductionOrder(ui5, ui5Nav, vocab, { material: 'FG-1000', plant: '1000', quantity: 50,}); Copy
import * as manufacturing from '#intents/domains/manufacturing.js';await manufacturing.createProductionOrder(ui5, ui5Nav, vocab, { material: 'FG-1000', plant: '1000', quantity: 50,});
Creates a production order (PP-SFC CO01).