A_CnsldtnUnitByTimeVersion

DDL: A_CNSLDTNUNITBYTIMEVERSION Type: view_entity COMPOSITE

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

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 ConsolidationUnit
KEY ConsolidationVersion ConsolidationVersion
KEY FromFiscalYearPeriod FromFiscalYearPeriod
ToFiscalYearPeriod ToFiscalYearPeriod
ConsolidationUnitIsPartnerOnly ConsolidationUnitIsPartnerOnly
CnsldtnCrcyTranslationMethod CnsldtnCrcyTranslationMethod
TaxRate TaxRate
FiscalYearVariant FiscalYearVariant
CnsldtnDataTransferMethod CnsldtnDataTransferMethod
DocumentEntryIsInGroupCurrency DocumentEntryIsInGroupCurrency
CnsldtnUnitLocalCrcySource CnsldtnUnitLocalCrcySource
CnsldtnUnitGroupCrcySource CnsldtnUnitGroupCrcySource
CnsldtnUploadMethod CnsldtnUploadMethod
CnsldtnUnitDataCollection CnsldtnUnitDataCollection
ConsolidationUnitPartner ConsolidationUnitPartner
ConsolidationUnitPostingRule ConsolidationUnitPostingRule
ConsolidationUnitValidation ConsolidationUnitValidation
@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 and Version'
@OData.entitySet.name: 'ConsolidationUnitByTimeVersion'

define view entity A_CnsldtnUnitByTimeVersion
  as projection on R_CnsldtnUnitByTimeVersionTP

{

  key ConsolidationUnit,

  key ConsolidationVersion,

  key FromFiscalYearPeriod,

      ToFiscalYearPeriod,

      ConsolidationUnitIsPartnerOnly,

      CnsldtnCrcyTranslationMethod,

      TaxRate,

      @ObjectModel.sapObjectNodeTypeReference: 'FiscalYearVariant'
      FiscalYearVariant,

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

      CnsldtnDataTransferMethod,

      DocumentEntryIsInGroupCurrency,

      CnsldtnUnitLocalCrcySource,

      CnsldtnUnitGroupCrcySource,

      CnsldtnUploadMethod,
      
      CnsldtnUnitDataCollection,
      
      ConsolidationUnitPartner,
      
      ConsolidationUnitPostingRule,
      
      ConsolidationUnitValidation,
      
      // parent definition

      _CnsldtnUnit as _CnsldtnUnit : redirected to parent A_CnsldtnUnit_2

}