A_CnsldtnUnitByTime

DDL: A_CNSLDTNUNITBYTIME Type: view_entity COMPOSITE

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)

SourceAliasJoin Type
R_CnsldtnUnitByTimeTP R_CnsldtnUnitByTimeTP projection

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/