FB65 — Vendor Credit Memo Posting
FB65 posts a vendor credit memo directly in Financial Accounting, outside of Materials Management invoice verification. It reduces the payable owed to the vendor by posting a debit to the vendor account and offsetting credits to expense, tax, or G/L accounts. It is the FI-only counterpart to FB60 and is used when no purchase order or goods receipt is involved.
This page covers FB65, the transaction for entering a vendor credit memo directly in FI without routing through logistics invoice verification. It focuses on the debit/credit logic that trips up new users, the tables the posting writes to, and the diagnostic sequence for the most common posting and clearing failures.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,117 words
What it does
FB65 creates a vendor credit memo, a document that reduces the amount owed to a vendor. Structurally it is the mirror image of FB60: where a vendor invoice credits the vendor account and debits expense, a credit memo debits the vendor account and credits expense or the relevant G/L accounts. The single fact that causes most confusion is that a credit memo is not a negative invoice line entered in FB60 with a minus sign; it is its own document type with reversed debit/credit indicators on every line. Entering it the wrong way produces a document that balances numerically but posts to the wrong side of the vendor account, doubling the payable instead of reducing it. FB65 only posts in FI; it has no link to a purchase order, goods receipt, or invoice verification document unless one is manually referenced in the text or assignment field.
When it is used
FB65 is reached for when a credit needs to be recorded against a vendor and there is no purchase order or MM invoice verification document behind it, for example a rebate, a freight correction, a manually agreed price adjustment, or a return processed outside logistics. If the credit relates to a purchase order and a prior invoice verification document, the correct tool is a subsequent credit in MIRO, not FB65, because MIRO keeps the purchase order history and account assignment consistent. FB65 sits in the accounts payable sub-ledger alongside FB60 for invoices and F-53 or F110 for payment; it is the entry point a consultant uses when the credit is a pure finance transaction with no logistics footprint to preserve.
How to use it
- Enter the vendor account, credit memo document date, posting date, and currency on the header screen.
- Select the correct document type if it differs from the transaction default, since reporting and number ranges depend on it.
- Enter the vendor line amount; the system automatically sets the debit posting key for the vendor.
- Add offsetting G/L account line items with amounts, tax codes, and cost assignment (cost center, order, or profit center) as required.
- Check that the document balances to zero before simulating.
- Simulate the document to review debit and credit sides line by line, then post.
Key fields
- BKPF - document header: document type, company code, posting date, fiscal year, document number.
- BSEG - all line items including the vendor line and every G/L offset line, with posting key and debit/credit indicator.
- BSIK - open vendor items index, updated with the new open credit item until it is cleared.
- BSAK - cleared vendor items index, populated once the credit memo is offset against an invoice or payment.
- BSET - tax line data if a tax code is used on the credit memo.
How to prove it in the data
To confirm a credit memo posted correctly, pull the document from BKPF using company code and document number, then join to BSEG on the same keys and filter for account type K (vendor). The vendor line should show a debit posting key (typically 21) and a positive debit amount, not a credit. Cross-check against BSIK or BSAK for the same vendor and document number to confirm whether it is still open or has already cleared against an invoice.
ECC vs S/4HANA
FB65 remains available on S/4HANA and the underlying posting logic is unchanged. The vendor master sits on the Business Partner model rather than the classic vendor master transactions, but that affects master data maintenance, not the FB65 posting screen itself. A Fiori app exists for creating supplier invoices and credit memos as an alternative front end, but the GUI transaction is still fully supported and commonly used by AP teams who work directly in the backend.
Common pitfalls
- Reversed debit and credit logic: the most frequent error is a preparer entering a negative amount in FB60 instead of using FB65, or manually overriding the posting key in FB65 to force a credit posting on the vendor line. Check BSEG for the vendor line's debit/credit indicator; if it shows a credit instead of a debit, the document is wrong and needs reversal, not correction.
- Tax code mismatch against the original invoice: when a credit memo references a prior invoice but uses a different tax code, later automatic clearing or withholding tax adjustment runs fail or produce inconsistent tax bases. Compare the tax code on the credit memo line against the original invoice's BSEG entry.
- No link to the original invoice: FB65 does not force a reference field, so credit memos frequently post with no invoice number in the assignment or text field, making manual clearing in F-44 or automatic clearing programs miss the pairing. Check whether the assignment field was populated at entry.
- Document type misclassification: using the standard invoice document type for a credit memo, or vice versa, skews AP aging and vendor account analysis reports even though the posting itself is financially correct. Verify BKPF-BLART against the site's document type convention.
- Withholding tax base errors on partial credits: if withholding tax was calculated on the original invoice, a partial credit memo that does not proportionally adjust the withholding base leaves the vendor's cumulative withholding figures wrong until a manual correction is posted.
Whose problem this is
This is an accounts payable functional issue. A good handover includes the company code, vendor number, document number and fiscal year, the exact symptom seen in BSEG or BSIK/BSAK, and whether the credit memo was meant to reference an existing invoice. Involve ABAP only if a custom validation or substitution rule is suspected of forcing the wrong posting key; involve Basis only for authorization failures blocking the posting itself.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/fb65ERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.