A_CnsldtnUnitByTimeVersion

DDL: A_CNSLDTNUNITBYTIMEVERSION Type: view_entity COMPOSITE Package: FIN_CS_MD_API

Consolidation Unit by Time and Version

A_CnsldtnUnitByTimeVersion is a Composite CDS View that provides data about "Consolidation Unit by Time and Version" in SAP S/4HANA. It reads from 1 data source (R_CnsldtnUnitByTimeVersionTP) and exposes 17 fields with key fields ConsolidationUnit, ConsolidationVersion, FromFiscalYearPeriod. It is exposed through 1 OData service (API_CONSOLIDATIONUNIT). Part of development package FIN_CS_MD_API.

Data Sources (1)

SourceAliasJoin Type
R_CnsldtnUnitByTimeVersionTP R_CnsldtnUnitByTimeVersionTP 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 and Version view
OData.entitySet.name ConsolidationUnitByTimeVersion view

OData Services (1)

ServiceBindingVersionContractRelease
API_CONSOLIDATIONUNIT API_CONSOLIDATIONUNIT V2 C2 C1

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY ConsolidationUnit _Source ConsolidationUnit
KEY ConsolidationVersion _Source ConsolidationVersion
KEY FromFiscalYearPeriod _Source FromFiscalYearPeriod
ToFiscalYearPeriod _Source ToFiscalYearPeriod
ConsolidationUnitIsPartnerOnly _Source ConsolidationUnitIsPartnerOnly
CnsldtnCrcyTranslationMethod _Source CnsldtnCrcyTranslationMethod
TaxRate _Source TaxRate
FiscalYearVariant _Source FiscalYearVariant
CnsldtnDataTransferMethod _Source CnsldtnDataTransferMethod
DocumentEntryIsInGroupCurrency _Source DocumentEntryIsInGroupCurrency
CnsldtnUnitLocalCrcySource _Source CnsldtnUnitLocalCrcySource
CnsldtnUnitGroupCrcySource _Source CnsldtnUnitGroupCrcySource
CnsldtnUploadMethod _Source CnsldtnUploadMethod
CnsldtnUnitDataCollection _Source CnsldtnUnitDataCollection
ConsolidationUnitPartner _Source ConsolidationUnitPartner
ConsolidationUnitPostingRule _Source ConsolidationUnitPostingRule
ConsolidationUnitValidation _Source ConsolidationUnitValidation
@AccessControl.authorizationCheck: #CHECK
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #C,
    sizeCategory: #M
  }
//  sapObjectNodeType.name: 'ConsolidationUnitByTimeVersion'

  //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 and Version'
@OData.entitySet.name: 'ConsolidationUnitByTimeVersion'

define view entity A_CnsldtnUnitByTimeVersion
  as projection on R_CnsldtnUnitByTimeVersionTP as _Source

{

  key _Source.ConsolidationUnit,

  key _Source.ConsolidationVersion,

  key _Source.FromFiscalYearPeriod,

      _Source.ToFiscalYearPeriod,

      _Source.ConsolidationUnitIsPartnerOnly,

      _Source.CnsldtnCrcyTranslationMethod,

      _Source.TaxRate,

      @ObjectModel.sapObjectNodeTypeReference: 'FiscalYearVariant'
      _Source.FiscalYearVariant,

      // @ObjectModel.sapObjectNodeTypeReference: 'CnsldtnDataTransferMethod' to be clarified I_CsnldtnIntegration and SOT!

      _Source.CnsldtnDataTransferMethod,

      _Source.DocumentEntryIsInGroupCurrency,

      _Source.CnsldtnUnitLocalCrcySource,

      _Source.CnsldtnUnitGroupCrcySource,

      _Source.CnsldtnUploadMethod,

      _Source.CnsldtnUnitDataCollection,

      _Source.ConsolidationUnitPartner,

      _Source.ConsolidationUnitPostingRule,

      _Source.ConsolidationUnitValidation,

      // parent definition

      _CnsldtnUnit                           as _CnsldtnUnit : redirected to parent A_CnsldtnUnit_2

}