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.
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 |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ConsolidationUnit | ConsolidationUnit | ||
| KEY | FromFiscalYearPeriod | FromFiscalYearPeriod | ||
| ToFiscalYearPeriod | ToFiscalYearPeriod | |||
| ConsolidationUnitLocalCurrency | ConsolidationUnitLocalCurrency | |||
| Company | Company |
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #C,
sizeCategory: #M
}
//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
{
key ConsolidationUnit,
key FromFiscalYearPeriod,
ToFiscalYearPeriod,
ConsolidationUnitLocalCurrency,
Company,
// parent definition
_CnsldtnUnit as _CnsldtnUnit : redirected to parent A_CnsldtnUnit_2
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNSLDTNUNITBYTIMETP"
],
"ASSOCIATED":
[
"A_CNSLDTNUNIT_2"
],
"BASE":
[
"R_CNSLDTNUNITBYTIMETP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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