Analytics Catalog/SAP S/4HANA/CDS views
Explore the catalogACDOCAGeneral LedgerFixed AssetsExtraction
SAP S/4HANA · Virtual Data Model

Released CDS Views

Released analytical viewsThe compliant sourceUpgrade-safe

CDS views are SAP’s own analytical views over the underlying tables. The ones SAP marks released are the views you build reporting and extraction on — they hide the table complexity and stay stable across upgrades. This is the by-module list of the released views behind this catalog.

released compliant Raw tables the source data ACDOCABSEGANLABSETBUT000 many · shift on upgrade Released CDS views the semantic layer I_GLAccountLineItemI_OperationalAcctgDocItemI_FixedAssetI_BusinessPartner C1 / C2 · upgrade-safe Your owned model the star schema fact one fact · conformed dimensions
Released — build here Compatibility views (BSIS, FAAV_*) ODP-RFC
What “released” means: SAP attaches a release contract to each view. C1 = a stable API for use inside the system (reporting, custom views); C2 = released for remote consumption (e.g. exposed as OData). A released view is SAP’s promise it will stay stable across upgrades — which is exactly why you build on it instead of a raw table or a compatibility view.

Tap a row to drill into the released views.

General Ledger— 4 released views over ACDOCA: the journal, the G/L line, the operational item, the FSV tree.
Released viewWhat it gives youContractSits over
I_JournalEntryThe journal-entry header — document, type, dates, reference.ReleasedBKPF + ACDOCA
I_GLAccountLineItemEvery G/L line — account, amount, currencies, account assignment.ReleasedACDOCA
I_OperationalAcctgDocItemAll line items by type — G/L, vendor (K), customer (D) — the operational grain.ReleasedACDOCA / BSEG
I_FinancialStatementVersionNodeThe financial-statement-version hierarchy — the balance-sheet / P&L tree.ReleasedFSV config (T011)
Accounts Payable & Receivable— vendor (K) and customer (D) come off one operational line view; master off the Business Partner.
Released viewWhat it gives youContractSits over
I_OperationalAcctgDocItemVendor (type K) and customer (type D) line items — the open-item grain for aging.ReleasedACDOCA / BSEG
I_BusinessPartnerSupplier & customer master — one partner, surfaced through its roles.ReleasedBUT000 + LFA1 / KNA1
In S/4HANA the supplier and the customer are roles on one Business Partner (FLVN / FLCU), CVI-synced to the classic LFA1 / KNA1. Read the partner from I_BusinessPartner and filter the line items by financial-account type — you do not need the old BSIK / BSID compatibility views.
Fixed Assets— 4 released views; asset values read from ACDOCA, so there's no sub-ledger to reconcile.
Released viewWhat it gives youContractSits over
I_FixedAssetAsset master — class, description, capitalization date.ReleasedANLA
I_FixedAssetAssgmtTime-dependent assignments — cost center, profit center, segment.ReleasedANLZ
I_FixedAssetForLedgerThe asset as seen by a specific ledger / accounting principle.ReleasedANLB / ledger
I_AssetValuationForLedgerAsset values per ledger — APC, depreciation, net book value.ReleasedACDOCA
The legacy value tables (ANEP / ANLC) are now FAAV_* compatibility views over ACDOCA — read context only, never the extraction source.
Transaction Tax— the honest exception: no released view replaces BSET; read the transparent table directly.

Tax is the honest exception. There is no released CDS view that replaces BSET as the per-code tax summary — the tax code rides on the line-item views (I_GLAccountLineItem, I_OperationalAcctgDocItem), but the authoritative tax breakdown is still the transparent table BSET.

So for tax you read BSET directly (a live transparent table) and join the released line views for context — and extract it via SLT or Table/Table-CDC, the same compliant routes. Not every object has a released view; saying so is the accurate answer, not a gap.
How to tell a view is released— API State C1/C2, the Business Accelerator Hub, or the ADT repository tree.
Released vs compatibility views vs ODP-RFC— build on released views; never a compatibility view, never ODP-RFC.
ObjectWhat it isUse it to extract?
Released CDS viewSAP's stable analytical view — upgrade-safe (C1 / C2).Yes — via released CDS + ODP-OData, SLT, or Datasphere Replication Flow.
Compatibility viewBSIS / BSID / BSIK / KNC1 / FAAV_* — looks like the old table, is a view over ACDOCA.No — backward-compatible reads only.
ODP-RFCThe legacy RFC extraction route for third-party tools.No — prohibited (Note 3255746), blocked June 2026.
Build on the released view or, where there isn't one (tax), the transparent table — extracted the compliant way. See the extraction pattern →
Want a model built on the released views?
We build your reporting layer on released CDS views and transparent tables — upgrade-safe, reconciled to source, extracted the compliant way — and you own the code.
Talk to us
Terms on this page
CDS view
Core Data Services — SAP's semantic layer of analytical views over the tables.
Released
A view SAP marks stable for consumption — it won't break across upgrades.
Release contract
SAP's stability classification: C0, C1, C2, C3.
C1
Released for use inside the system — reporting and custom views.
C2
Released for remote consumption — e.g. exposed as an OData service.
Virtual Data Model
SAP's organized layer of CDS views over the underlying tables.
Compatibility view
A view that mimics an old table (BSIS, FAAV_*) over ACDOCA — read only, not for extraction.
ACDOCA
The Universal Journal — the single line-item table most finance views sit over.
ODP-OData
Operational Data Provisioning over OData — a compliant extraction route.
SLT
SAP Landscape Transformation — SAP's real-time table-copy tool.
ODP-RFC
An older extraction route SAP now bans for non-SAP tools (Note 3255746).