Praman — AI-First SAP UI5 Test Automation Platform - v1.0.1
    Preparing search index...

    Function createProductionOrder

    • Creates a production order (PP-SFC CO01).

      Parameters

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Navigates to ProductionOrder-create, fills material, plant, and quantity, then clicks Save.

      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,
      });