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

    Function approvePurchaseOrder

    • Approves a purchase order by navigating to it and clicking Approve.

      Parameters

      • ui5: UI5HandlerSlice

        UI5 interaction handler.

      • ui5Nav: NavAPI

        Navigation API.

      • input: { poNumber: string }

        Approval parameters.

      • Optionaloptions: IntentOptions

        Optional intent options.

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Approve a purchase order via the FLP approval workflow.

      MM

      ME28 / Manage Purchase Orders — approval action.

      await procurement.approvePurchaseOrder(ui5, ui5Nav, { poNumber: '4500012345' });