SAP transaction codeObjectFK01ModuleFI_FICO

FK01 — FK01 Create Vendor Accounting View

FK01 creates a vendor master record limited to general data and the company code (accounting) segment: reconciliation account, payment terms, bank details, withholding tax. It does not create the purchasing organization view, so a vendor built only through FK01 cannot be used on a purchase order until MK01 or XK01 adds the purchasing segment.

This page covers FK01, the classic transaction for creating a vendor master record from the finance side, and the structural split between general, company code, and purchasing data that causes most downstream errors. It also covers how the object behaves once vendor master data is absorbed into the Business Partner model on S/4HANA.

Reviewed by an ERPClimb SAP consultant on 15 Sept 2026· 1,143 words

Purpose

FK01 creates a vendor master record but only touches two of the three data layers: general data (name, address, control data, one instance per vendor across all company codes) and company code data (reconciliation account, payment terms, dunning, bank details, withholding tax indicators, specific to one company code). It deliberately skips the purchasing organization segment that lives on the vendor master alongside these. The structural fact that explains most confusion: a vendor created purely through FK01 exists and can receive FI postings, but it is invisible to MM until someone runs MK01 (purchasing view only) or XK01 (all views at once) to add the purchasing data. Consultants who assume FK01 produces a fully usable vendor get surprised when a purchase order or RFQ refuses to accept the vendor number.

When it is used

FK01 is reached for when the vendor is finance-only: a landlord, a tax authority, a one-time payee for an FI invoice, a business partner that will only ever be paid through direct FI postings and never referenced on a purchase order. It sits early in the vendor onboarding process, before any procurement activity, and is typically owned by the AP or GL team rather than procurement. If the vendor will ever be used for purchasing, XK01 is the correct entry point because it creates general, company code, and purchasing data together in one session instead of leaving a partial record that someone has to complete later. On S/4HANA the equivalent activity increasingly runs through the Business Partner transaction with the vendor role, not through FK01 directly.

How to use it in practice

  • Start FK01 and enter the vendor account group; this fixes the number range and which fields are mandatory, optional, or suppressed
  • Enter the company code the accounting data applies to
  • If the account group uses external numbering, enter the vendor number; otherwise leave blank for internal assignment
  • Complete the general data screens (name, address, communication, control data) if this is a genuinely new vendor
  • Complete the company code data: reconciliation account, payment terms, dunning procedure, bank details, withholding tax types and codes if applicable
  • Save; the system assigns or confirms the vendor number and writes the record

Key data objects

  • LFA1 - general data: name, address, country, one row per vendor regardless of company code
  • LFB1 - company code data: reconciliation account, payment terms, dunning area, one row per vendor per company code
  • LFBK - bank details linked to the vendor
  • LFBW - withholding tax types and codes at company code level, if withholding tax is active
  • BUT000 and related Business Partner tables, if the system is configured to synchronize vendor creation into a Business Partner via Customer/Vendor Integration

How to prove it in the data

In SE16, check LFB1 filtered on LIFNR and BUKRS to confirm the company code segment exists and to read the reconciliation account and payment terms actually stored. Join to LFA1 on LIFNR to confirm general data exists and matches expectations. Check LFBK on LIFNR for bank detail rows if a payment run is failing to find a bank. If the vendor should also be usable in procurement, absence of a purchasing organization data row (checked through the purchasing view in the vendor master display, not LFB1) confirms the FK01-only creation is the cause.

ECC vs S/4HANA

On S/4HANA the vendor master is technically a Business Partner with a vendor role; FK01 is retained mainly as a compatibility transaction and, depending on system configuration, either transparently creates the Business Partner behind the scenes through Customer/Vendor Integration or is blocked in favor of the Business Partner transaction with the vendor role assigned directly. The recommended entry point going forward is Business Partner maintenance, not FK01, XK01, or MK01, though the classic transactions may still be reachable for reference or in systems that have not fully cut over.

Common pitfalls and how to diagnose them

  • Missing purchasing view - vendor created through FK01 alone works fine for FI invoice posting but is rejected or invisible when referenced on a purchase order; fix by running MK01 to add the purchasing segment rather than recreating the vendor
  • Duplicate vendor master - FK01 does not force a check against existing vendors with the same name or tax number before saving; if duplicate check functionality is not configured or not run, the same real-world vendor ends up as two or three vendor numbers, splitting open item history and payment history across records
  • Wrong account group chosen at creation - the account group locks the number range and field status; if the account group is wrong, required fields like withholding tax type may be suppressed on the screen, and the only fix afterward is a vendor number range or account group conversion, not a field edit
  • Reconciliation account mismatch - if the GL account entered is not flagged as a vendor reconciliation account type in FS00, saving fails or later invoice postings fail with a reconciliation account error; check FS00 for that account before blaming FK01
  • Withholding tax not activated at company code level - the fields exist on the vendor master screen but stay blank if withholding tax is not switched on for that company code, leading to invoices posting without withholding deduction
  • On S/4HANA, FK01 either redirects into Business Partner creation or is blocked outright depending on the synchronization configuration; a vendor number that exists in LFA1 but has no corresponding Business Partner row indicates the synchronization step did not run, and no amount of retrying FK01 fixes it without correcting the CVI mapping first

Whose problem this is

This is a functional FI issue: account group design, reconciliation account setup, withholding tax configuration, and field status all belong to the FI/AP consultant. Basis is only involved for number range technical issues or authorization objects. A good handover includes the vendor number, company code, account group used, and whether the purchasing view exists, so the receiving consultant does not have to reverse-engineer which segment is missing.

Related SAP objects

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

Source: ERPClimb — https://erpclimb.com/sap-tcodes/fk01ERPClimb is an independent platform and is not affiliated with SAP SE. Reference pages are written and reviewed by SAP consultants for learning and troubleshooting.