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

    Function processPayment

    • Processes an outgoing vendor payment (FI-AP F110 / Manage Payment Runs).

      Parameters

      Returns Promise<IntentResult<void>>

      IntentResult describing the outcome.

      Process an outgoing payment for a vendor.

      FI

      F-53 / Manage Payment Runs — outgoing payment.

      await finance.processPayment(ui5, ui5Nav, vocab, {
      vendor: '100001',
      amount: 5000,
      paymentDate: '2026-02-28',
      });