Confirms a production order operation (PP-SFC CO11N).
UI5 interaction handler.
Navigation API.
Vocabulary lookup service.
Production order confirmation data.
Optional
Optional intent options.
IntentResult describing the outcome.
IntentResult
Navigates to ProductionOrder-confirm, fills order number and quantity, then clicks Save.
ProductionOrder-confirm
Confirm a production order operation (goods produced).
PP
CO11N — enter production order confirmation.
await manufacturing.confirmProductionOrder(ui5, ui5Nav, vocab, { orderNumber: '1000012', quantity: 50,}); Copy
await manufacturing.confirmProductionOrder(ui5, ui5Nav, vocab, { orderNumber: '1000012', quantity: 50,});
Confirms a production order operation (PP-SFC CO11N).