SAP functional issueObjectPayment proposal showing an incorrect bank accountModuleFI_FICO

Payment Proposal Picks the Wrong Vendor Bank Account

The payment proposal reads the partner bank type stored on the open item (BSEG-BVTYP) or defaults to the vendor master's marked bank when none is set. The wrong account usually means the invoice was posted with the wrong or blank partner bank type, the vendor master bank data changed after posting, or the house bank ranking in the payment program configuration is routing to an unintended account. It is rarely a program fault.

Covers why F110 selects a bank account different from the one the vendor expects to be paid to, working through partner bank type on the open item, vendor master bank changes, and house bank ranking configuration. Includes the check sequence, the data versus config fix split, and the reflex fix that hides the underlying master data problem rather than solving it.

Published 16 Sept 2026· 1,164 words

The business symptom

Accounts payable reports that a vendor called to say the payment landed in an account they no longer use, or the vendor's remittance team flags that funds went to a closed account. Sometimes it surfaces earlier, in the payment proposal review, when the treasury team notices a supplier is being paid from a house bank that does not match the currency of the invoice, or the same vendor is split across two different bank accounts in one run with no obvious reason. Occasionally the complaint comes from the bank itself, rejecting the payment file because the account and beneficiary name do not match. The common thread is that the amount and the vendor are correct, only the destination account is wrong, which points straight at bank determination rather than at the invoice itself.

The configuration behind it

  • The open item was posted without a partner bank type in the document line, so the payment program falls back to whichever vendor bank account is flagged as default or simply the first one in the table, which may not be the one the vendor currently expects.
  • The vendor master bank account details were changed or a new bank was added after the invoice was posted, but the partner bank type key entered on the original document still points to the old, now-superseded account, or to a key that was later reused for a different account.
  • The vendor has several bank accounts with different partner bank type keys and the person entering the invoice picked the wrong key, either through manual entry error or because the field defaulted from a similar past invoice.
  • The house bank and account ID ranking in the payment program configuration prioritises a bank account by currency or amount threshold in a way nobody intended, so the proposal picks a technically valid but commercially wrong house bank for the payment.
  • An unauthorised or fraudulent change to the vendor's bank details went through master data maintenance without the required dual control, and the proposal is faithfully paying the new, incorrect account.
  • For one-time vendors or vendors fed through EDI/IDoc, the incoming interface populated the bank fields on the document directly, overriding whatever is held in the vendor master, and the interface mapping is wrong.
  • A vendor account merge or number change during a master data cleanup carried over bank details incorrectly, mixing accounts that belonged to different legal entities under the vendor group.

What to check

  • FBL1N: display the open item and check the partner bank type field on the line, and compare it to what the vendor actually expects.
  • FK03 or the business partner display: review all bank accounts under the vendor and note which key each one carries and which is flagged as the default.
  • Vendor master change documents (via the change history option in FK03/BP, or table logging if enabled): confirm when the bank details were last changed and by whom.
  • F110 payment proposal log: open the log for the run and look at the bank determination step for that vendor to see which house bank and account it selected and why.
  • FBZP: review the house bank and ranking order configuration for the paying company code and payment method, to rule out a ranking that structurally favours the wrong account.
  • For interface-fed invoices, check the inbound mapping or IDoc segment that populates the bank type field, comparing it against the vendor master values.

How to prove it in the data

Pull the open item line from BSEG for the invoice in question and read the partner bank type field, then pull all bank account records for the vendor from the vendor bank table and match the type key. Cross-reference against the vendor master change history to see if the account was added or altered between invoice posting date and payment run date. If several invoices for the same vendor show different partner bank type keys with no business reason, that is the pattern confirming inconsistent entry rather than a one-off mistake.

Resolution path

If the issue is a missing or wrong partner bank type on the open item, this is a data correction: the field can be corrected before the payment run either on the document itself where still possible, or by editing the payment proposal directly to force the correct bank account for that line, then regenerating the proposal. If the vendor master bank details are outdated or duplicated, the fix is master data cleanup, removing or correcting the stale bank entry and confirming which account should carry the default flag; this needs the standard vendor master change process, including any dual-control approval where bank changes are gated for fraud prevention. If the house bank ranking in FBZP is structurally wrong, that is a configuration change requiring a transport through the normal change path, and it should be tested against a sample proposal before being moved to production because ranking changes affect every vendor paid through that payment method, not just the one that raised the complaint. Interface mapping errors are corrected at the interface layer, not in FI, and should be retested with a controlled inbound file before the next live run.

The fix people try first (and why it fails)

The common reflex is to manually overwrite the bank account in the payment proposal edit screen for the affected line and let the run proceed, treating it as a one-off. This clears the immediate payment but leaves the wrong partner bank type on the open item and the stale or incorrect entry in the vendor master untouched, so the same vendor reappears with the same problem on the next invoice or the next payment run. It also creates an inconsistency between what is recorded on the cleared document and what the vendor's actual banking arrangement is, which complicates any later audit of why a particular payment went where it did.

Whose problem this is

Accounts payable owns invoice-level correction of the partner bank type. Vendor master data governance owns the bank account records and their default flags, including enforcing dual control on bank changes. Configuration changes to house bank ranking belong to the FI configuration team and go through change management. The handover note should state the vendor number, the partner bank type in question, whether the cause was data or ranking configuration, and whether the vendor's bank change was verified as legitimate.

Related SAP objects

Reviewed pages this object connects to in the ERPClimb knowledge graph.

Source: ERPClimb — https://erpclimb.com/sap-functional-issues/payment-proposal-showing-an-incorrect-bank-accountERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.