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 designated by SAP as stable interfaces for customers to build on — the closest thing to a contract the VDM offers, though stability still depends on release state and your S/4HANA version. 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 (opens in new tab), the SAP Business Accelerator Hub (opens in new tab), or the SAP Cloudification API Viewer (opens in new tab) — a browsable UI over the same official release lists this catalog is verified against. For the model behind those tools — interface vs. consumption views, the naming layers, and why release status is the contract — see SAP's Virtual Data Model and CDS Views (opens in new tab) overview.
CO — Controlling
FI — Financial Accounting
- I_JournalEntry
Accounting document header — company code, document type, and posting date over BKPF.
Reads overBKPF - I_OperationalAcctgDocItem
Accounting document line items in the operational entry view — reads over BSEG, not ACDOCA.
SAP Help documents this as the operational view over database table BSEG. For Universal Journal (ACDOCA) line items use I_GLAccountLineItem; I_JournalEntryOperationalView is SAP's combined ACDOCA+BSEG+BKPF model.
Reads overBSEG - I_GLAccountLineItem
General ledger line items — G/L account, amounts, and assignment fields over ACDOCA.
Reads overACDOCA
MM — Materials Management
- I_Product
General product (material) master data — the released read model over MARA, keyed by product number.
Successor to I_Material (no longer in SAP's released list) under S/4HANA's material-to-product terminology shift.
Reads overMARA - I_MaterialDocumentItem_2
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. Successor to I_MaterialDocumentItem, which is no longer in SAP's released list.
- I_MaterialStock_2
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. SAP-declared successor to I_MaterialStock, which is deprecated in SAP Cloud ERP.
- I_PurchaseOrderAPI01
Purchase order header data — supplier, purchasing org, and document-level terms over EKKO.
Released successor to I_PurchaseOrder, which is not released as a stable API.
Reads overEKKO - I_PurchaseOrderItemAPI01
Purchase order line items — material, quantity, net price, plant, and account assignment over EKPO.
Released successor to I_PurchaseOrderItem, which is not released as a stable API.
- I_PurchaseRequisitionItemAPI01
Purchase requisition line items — requested material, quantity, and source of supply over EBAN.
Released successor to I_PurchaseRequisitionItem, which is absent from SAP's released lists.
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.
Released in SAP Cloud ERP; absent from the Private Cloud release list — verify availability in your edition.
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