A_CnsldtnUnitByTime

DDL: A_CNSLDTNUNITBYTIME Type: view_entity COMPOSITE Package: FIN_CS_MD_API

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)

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

OData Services (1)

ServiceBindingVersionContractRelease
API_CONSOLIDATIONUNIT API_CONSOLIDATIONUNIT V2 C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationUnit _Source ConsolidationUnit
KEY FromFiscalYearPeriod _Source FromFiscalYearPeriod
ToFiscalYearPeriod _Source ToFiscalYearPeriod
ConsolidationUnitLocalCurrency _Source ConsolidationUnitLocalCurrency
Company _Source Company
@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

}