Processes an outgoing vendor payment (FI-AP F110 / Manage Payment Runs).
UI5 interaction handler.
Navigation API.
Vocabulary lookup service.
Payment data.
Optional
Optional intent options.
IntentResult describing the outcome.
IntentResult
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',}); Copy
await finance.processPayment(ui5, ui5Nav, vocab, { vendor: '100001', amount: 5000, paymentDate: '2026-02-28',});
Processes an outgoing vendor payment (FI-AP F110 / Manage Payment Runs).