A_CnsldtnUnitByTime
Consolidation Unit by Time
A_CnsldtnUnitByTime is a Composite CDS View that provides data about "Consolidation Unit by Time" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnUnitByTimeTP) and exposes 5 fields with key fields ConsolidationUnit, FromFiscalYearPeriod. It is exposed through 1 OData service (API_CONSOLIDATIONUNIT). Part of development package FIN_CS_MD_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CnsldtnUnitByTimeTP | R_CnsldtnUnitByTimeTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Consolidation Unit by Time | view | |
| OData.entitySet.name | ConsolidationUnitByTime | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CONSOLIDATIONUNIT | API_CONSOLIDATIONUNIT | V2 | C2 | C1 |
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
}
// sapObjectNodeType.name: 'ConsolidationUnitByTime'
//STS - no representative key definition as it requires the foreign key relationships
}
@VDM:{
viewType: #COMPOSITE,
usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@EndUserText.label: 'Consolidation Unit by Time'
@OData.entitySet.name: 'ConsolidationUnitByTime'
define view entity A_CnsldtnUnitByTime
as projection on R_CnsldtnUnitByTimeTP as _Source
{
key _Source.ConsolidationUnit,
key _Source.FromFiscalYearPeriod,
_Source.ToFiscalYearPeriod,
_Source.ConsolidationUnitLocalCurrency,
_Source.Company,
// parent definition
_CnsldtnUnit as _CnsldtnUnit : redirected to parent A_CnsldtnUnit_2
}
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