Released CDS Views
Released SAP standard CDS views — the virtual data model (VDM) interface views (I_*) that read over the classic tables in this reference. This catalog lists 23 views, grouped by module and linked to the tables each one reads over.
Only Released views are stable contracts you can safely build on — SAP guarantees their structure across upgrades. Unreleased views can change without notice. Release status is version-specific, so verify each view against your own S/4HANA release before relying on it, using the SAP View Browser or the SAP Business Accelerator Hub.
CO — Controlling
FI — Financial Accounting
- I_JournalEntry
Accounting document header — company code, document type, and posting date over BKPF.
Reads overBKPF - I_OperationalAcctgDocItem
Universal Journal line items — the operational read model over ACDOCA, spanning FI and CO postings.
Reads overACDOCA - I_GLAccountLineItem
General ledger line items — G/L account, amounts, and assignment fields over ACDOCA.
Reads overACDOCA
MM — Materials Management
- I_Material
General material master data — the released read model over MARA, keyed by material number.
Reads overMARA - I_MaterialDocumentItem
Material document line items for goods movements — inventory postings, quantities, and movement types.
The released read model over MATDOC in S/4HANA, where MSEG/MKPF persist only as compatibility views. Prefer this view over classic MSEG/MKPF joins.
- I_MaterialStock
On-hand stock quantities by material, plant, and storage location, calculated from material documents.
Under NSDM, stock quantities are aggregated from MATDOC at read time rather than stored in MARD.
- I_PurchaseOrder
Purchase order header data — supplier, purchasing org, and document-level terms over EKKO.
Reads overEKKO - I_PurchaseOrderItem
Purchase order line items — material, quantity, net price, plant, and account assignment over EKPO.
- I_PurchaseRequisitionItem
Purchase requisition line items — requested material, quantity, and source of supply over EBAN.
Reads overEBAN - I_Supplier
Supplier (vendor) master data — the released read model over LFA1, sourced from the Business Partner.
Reads overLFA1
PP — Production Planning
- I_ManufacturingOrder
Manufacturing (production) order header — material, order quantity, and scheduling data over AFKO.
Reads overAFKO
QM — Quality Management
- I_InspectionLot
Quality inspection lot header — material, inspection type, lot quantity, and usage decision over QALS.
Reads overQALS
SD — Sales & Distribution
- I_SalesOrder
Sales order header data — sold-to party, sales area, and document-level terms over VBAK.
Reads overVBAK - I_SalesOrderItem
Sales order line items — material, order quantity, net value, and plant over VBAP.
- I_SalesOrderScheduleLine
Sales order schedule lines — confirmed and requested delivery quantities and dates over VBEP.
Reads overVBEP - I_DeliveryDocument
Outbound/inbound delivery header data — ship-to party, shipping point, and route over LIKP.
Reads overLIKP - I_DeliveryDocumentItem
Delivery line items — material, delivery quantity, plant, and reference document over LIPS.
- I_BillingDocument
Billing document header data — payer, billing type, and net value over VBRK.
Reads overVBRK - I_BillingDocumentItem
Billing document line items — material, billed quantity, and net value over VBRP.
- I_Customer
Customer master data — the released read model over KNA1, sourced from the Business Partner.
Reads overKNA1 - I_BusinessPartner
Business Partner general data — the lead master-data object over BUT000 for customers and suppliers.
Reads overBUT000