Analytics Catalog/SAP S/4HANA/Master data/Business Partner
Explore the catalogReportsModulesEnterprise modelCDS viewsExtraction
SAP S/4HANA · Master data

Business Partner

Transparent table · BUT000Replaces LFA1 + KNA1Shared dimension

The one master record for suppliers and customers. In S/4HANA there's a single Business Partner per company you deal with; a supplier role and a customer role hang off it, so the same party is never two records.

Primary key: PARTNER — the Business Partner number. The general data sits in BUT000; roles in BUT100; addresses in BUT020.

Key fields (BUT000)

FieldKeyIn reportsDescription
PARTNERPKBusiness Partner number — the single ID for the supplier and the customer.
TYPECategory: 1 person · 2 organization · 3 group.
BU_GROUPBP grouping — sets the number range and account group.
NAME_ORG1Organization name (line 1) — the supplier / customer name.
NAME_ORG2Organization name (line 2).
NAME_LAST / NAME_FIRSTPerson name — used when TYPE = person.
BU_SORT1Search term.
BPKINDBP type — your own classification.
The address isn't in BUT000 — it lives in BUT020ADRC (the central address table). Join through there for street, city, country.

The three Business Partner tables

TableHoldsKey
BUT000General data — name, type, groupingPARTNER
BUT100Roles — which hats this partner wearsPARTNER · RLTYP
BUT020Addresses — link to ADRCPARTNER · ADDRNUMBER

Roles — one partner, many hats

A Business Partner does nothing on its own until you add a role. Each role adds a set of data and, behind the scenes, writes the matching legacy table.

RoleMakes it aAdds / writes
FLVN00Supplier (Finance)Recon account, payment methods → writes LFA1 / LFB1
FLVN01Supplier (Purchasing)Currency, incoterms → writes LFM1
FLCU00Customer (Finance)Recon account, dunning → writes KNA1 / KNB1
FLCU01Customer (Sales)Sales area data → writes KNVV
000000General partnerName, address, language (always present)

What it replaced

The old vendor and customer master tables still exist — but they're now kept in step by CVI. The Business Partner is the source of truth.

Legacy tableWasNow in S/4HANA
LFA1 / LFB1Vendor masterCVI-synced → BUT000
KNA1 / KNB1Customer masterCVI-synced → BUT000
The analytics trap: a report that reads LFA1 or KNA1 directly still runs — but can return stale or incomplete attributes if it bypasses the Business Partner. Build the supplier / customer dimension on BUT000 (or the released views below), not on the legacy table.

Where this surfaces — released CDS views

Reports that use this dimension

How the data gets out: a SAP-compliant extract of the released CDS view via SLT or Table / Table-CDC — never ODP-RFC (SAP Note 3255746). See the extraction pattern →
Need a clean supplier / customer dimension?
We build it on the Business Partner — one conformed party dimension your AP, AR, and spend reports all share — and you own the code.
Talk to us
Terms on this page
Business Partner
The single S/4HANA master for suppliers and customers.
BUT000
The table holding the Business Partner's general data (key = PARTNER).
BUT100
The table listing which roles a Business Partner holds.
Role
A "hat" a partner wears — supplier, customer — that adds its data.
FLVN00 / FLCU00
The finance supplier role / finance customer role.
CVI
Customer / Vendor Integration — keeps LFA1 / KNA1 in sync with the BP.
LFA1 / KNA1
The old vendor / customer master tables — still there, now synced from the BP.
CDS view
Core Data Services — an SAP-supplied, upgrade-safe view onto the data.
ADRC
SAP's central address table — where the street / city / country actually live.
ODP-RFC
An older extraction route SAP now bans for non-SAP tools (Note 3255746).