Skip to content
SAP Reference
Interactive Tool

SAP Reference Database

A searchable reference for SAP tables, transaction codes, fields, relationships, and released CDS views. Built for supply chain business analysts and data engineers modeling SAP sources in Databricks, Snowflake, or any downstream analytics platform.

148
Tables
82
T-Codes
11
Modules
23
CDS Views

How this is scoped

  • Scope: core supply chain and financial modules — MM, PP, SD, EWM plus classic WM, QM, FI, CO, APO, LE, plus cross-module org tables. Not a complete SAP Data Dictionary (yet).
  • S/4HANA awareness: every table and t-code carries an S/4HANA lifecycle tag — active, deprecated, replaced, or migrating to IBP — and tables whose classic name still answers reads carry a second tag for the mechanism (compatibility view or NSDM proxy view). Module-level tags flag broader shifts: APO moving toward IBP and embedded PP/DS depending on planning capability, and classic WM moving toward embedded or decentralized EWM. Released CDS views are cataloged alongside the classic tables they read over.
  • Field data: key fields are populated for every table; secondary fields for the highest-traffic tables. Table and field metadata is cross-checked against SAP-Tables, SAP Datasheet, and SAP Help. Every field record carries its provenance, shown beneath each table's field listing; see the full sources list below. Last verified July 2026.
  • Built for analytics: relationships are focused on the joins you'll actually write — header/item pairs, foreign keys, and the cross-module keys (MATNR, EBELN, VBELN, BUKRS) that stitch SAP data together.

Browse by Module

Organized by SAP functional area. Click a module to see its tables and transaction codes.

Sources & further reading

S/4HANA status, simplification semantics, and Fiori mappings are authoritative only at source. Use these references to verify before building on any claim in this reference.

  • SAP Help Portal — authoritative S/4HANA simplification, Universal Journal, NSDM, Business Partner/CVI, and CDS documentation.
  • SAP View Browser — released CDS views (S/4HANA Cloud) — the canonical lookup for which CDS views are released in a given S/4HANA Cloud release. Only Released-status views are safe to build on.
  • SAP Business Accelerator Hub — central catalog for S/4HANA Cloud CDS views, APIs, events, and integrations with release status. The first stop when replacing classic-table reads with released CDS views.
  • SAP Cloudification Repository — SAP-official, machine-readable JSON/CSV lists of released and classic APIs with successor objects for Cloud ERP — the bulk-export counterpart to the View Browser.
  • sap-tables.org — community SAP table and field reference, useful for spot-checking classic DDIC objects.
  • sapdatasheet.org — deep-linkable SAP object repository (tables, data elements, search helps, T-codes) for ECC-era schemas.
  • sap-tcodes.org — transaction code descriptions and module/component analytics.
  • SAP Fiori Apps Reference Library — classic-to-Fiori transaction mapping and S/4HANA release availability.
  • SAP Databricks documentation — Business Data Cloud integration, SAP data products, and Delta Sharing with SAP.
  • SAP Architecture Center — BDC ↔ Databricks integration — SAP-authored reference architecture for Business Data Cloud with Databricks via Delta Sharing and data-product activation. The SAP-side view of the Databricks docs above.
  • SAP Business Data Cloud Catalog — official index of concrete BDC data packages and products. Pairs the integration pattern and mechanics above with what is actually available to activate.
  • SAP Samples (GitHub) — official sample repos for ABAP CDS, CAP/RAP, S/4HANA extensions, Fiori Elements, and clean-core patterns.