FK10N — Vendor Account Balance Display
FK10N shows a vendor's account balance aggregated by fiscal year and period, one line per period with debit, credit and cumulative balance, built from the vendor totals record rather than individual documents. It is the periodic summary view; drilling into a period opens the underlying line items in FBL1N.
FK10N is the standard vendor balance display transaction, showing periodic totals rather than line items. This page covers how the balance is assembled, why it can disagree with the line item report, and the diagnostic order to follow when a vendor balance looks wrong.
Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,057 words
Purpose
FK10N displays a vendor's account balance broken down by fiscal year and posting period, giving debit total, credit total and cumulative balance per period rather than a list of individual documents. It is the vendor-side counterpart to FS10N (G/L) and FD10N (customer). The structural fact that explains most confusion: the numbers shown come from the vendor totals record, an aggregated running-total object updated at posting time, not from a live sum of open and cleared items. When totals updates fall out of step with the item tables, or when special G/L transactions are excluded from the default view, the balance shown here can diverge from what a line item report or a manual sum would produce.
When it is used
Used constantly in day-to-day accounts payable work: before releasing a payment run to check what is actually owed, during period-end close to spot balances that look wrong, when a vendor disputes an amount, and when reconciling vendor sub-ledger totals against the general ledger reconciliation account. A consultant reaches for FK10N first to get the periodic shape of the balance, then switches to FBL1N to see the actual documents behind a suspicious period. It sits upstream of F110 in the payment process and is a routine first stop in any vendor balance investigation, well before opening individual documents in FB03.
How to use it in practice
- Enter the vendor account number and company code on the selection screen
- Set the fiscal year; leave special G/L indicator blank to see standard items only, or select specific indicators to include down payments, guarantees or bills of exchange
- Execute to see the period-by-period balance table for the year
- Double-click a period's debit or credit figure to drill down into the individual line items for that period, which opens a line item list equivalent to FBL1N
- Change company code or fiscal year from the same screen without navigating back to re-enter the vendor
Key data objects
- LFC1 - vendor master transaction figures, the totals table the standard balance display reads, holding period debit and credit totals per vendor and company code
- LFC3 - special G/L transaction figures, holding the equivalent totals for down payments and other special G/L transactions, shown only when the indicator is selected
- BSIK - open vendor line items, the source detail behind an unpaid period balance
- BSAK - cleared vendor line items, the source detail behind a settled period balance
- LFB1 - vendor master company code segment, supplies reconciliation account and other company-code-level attributes used to frame the display
How to prove it in the data
In SE16 on LFC1, filter by vendor number and company code and fiscal year to read the stored period totals directly. To verify those totals against reality, pull BSIK and BSAK for the same vendor and company code, filter by posting date falling in the period in question, and sum the amounts separately for debit and credit postings. If the LFC1 period total does not match the sum from BSIK plus BSAK for that period, the totals record is out of sync and needs a rebuild rather than a master data fix.
ECC vs S/4HANA
FK10N still exists and behaves the same on the surface on S/4HANA. Under the hood, the classic totals tables such as LFC1 and LFC3 are no longer the primary data source; balances are derived on the fly from the universal journal, with the totals tables kept largely for compatibility. A Fiori app for vendor line item and balance display is available as the modern equivalent, but FK10N remains fully usable and is still the fastest route for consultants used to the classic screen.
Common pitfalls and how to diagnose them
- Totals out of sync with line items: LFC1 period balance does not match the sum of open and cleared items for the same period, usually after an archiving run, a manual table correction, or a failed background job; confirm with the SE16 comparison above before touching anything, then run the appropriate totals reconciliation rather than editing the vendor master
- Special G/L excluded: the balance looks lower than the vendor claims because down payments or guarantees sit in LFC3 and were not pulled in; re-run with the special G/L indicator selected before assuming a posting error
- Fiscal year variant mismatch: a document posted late in a calendar period lands in a different SAP posting period than expected because the fiscal year variant shifts period boundaries, making the balance appear in the wrong period line rather than missing
- Parked or held documents: an invoice entered by AP but only parked, not posted, will not appear anywhere in FK10N; check the document status in the parking worklist before assuming the balance display is broken
- Authorization gaps: a blank or partial result for a company code the user cannot see looks identical to a genuine zero balance; check the authorization trace before escalating as a data issue
- Wrong reconciliation account picture: comparing FK10N total to the G/L reconciliation account balance directly ignores timing differences from documents posted in one ledger but not yet reflected in the other; reconcile at period-end only, not intra-period
Whose problem this is
Functional FI-AP territory in almost every case; a mismatched balance is investigated by the accounts payable consultant, not Basis. Escalate to Basis only if authorization objects block company code or vendor visibility, or to ABAP if a custom totals rebuild program is required. A good handover states the vendor, company code, fiscal year, the period where the discrepancy appears, and the raw BSIK/BSAK figures already pulled.
Related SAP objects
Reviewed pages this object connects to in the ERPClimb knowledge graph.
Source: ERPClimb — https://erpclimb.com/sap-tcodes/fk10nERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.