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

    Function confirmProductionOrder

    • Confirms a production order operation (PP-SFC CO11N).

      Parameters

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Navigates to ProductionOrder-confirm, fills order number and quantity, then clicks Save.

      Confirm a production order operation (goods produced).

      PP

      CO11N — enter production order confirmation.

      await manufacturing.confirmProductionOrder(ui5, ui5Nav, vocab, {
      orderNumber: '1000012',
      quantity: 50,
      });