A_CnsldtnLedger
Consolidation Ledger
A_CnsldtnLedger is a Basic CDS View that provides data about "Consolidation Ledger" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnLedger) and exposes 3 fields with key field ConsolidationLedger. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnLedger | _Source | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_CnsldtnLedgerT | _CnsldtnLedgerT | $projection.ConsolidationLedger = _CnsldtnLedgerT.ConsolidationLedger |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSLEDGER | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Consolidation Ledger | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| OData.entitySet.name | ConsolidationLedger | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationLedger | I_CnsldtnLedger | ConsolidationLedger | |
| GroupCurrency | I_CnsldtnLedger | GroupCurrency | ||
| _CnsldtnLedgerT | _CnsldtnLedgerT |
@AbapCatalog.sqlViewName: 'ACSLEDGER'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Consolidation Ledger'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entitySet.name: 'ConsolidationLedger'
define view A_CnsldtnLedger
as select from I_CnsldtnLedger as _Source
association [0..*] to A_CnsldtnLedgerT as _CnsldtnLedgerT on $projection.ConsolidationLedger = _CnsldtnLedgerT.ConsolidationLedger
{
@ObjectModel.text.association: '_CnsldtnLedgerT'
key _Source.ConsolidationLedger,
_Source.GroupCurrency,
_CnsldtnLedgerT
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA