R_CNSLDTNGROUPSTRUCTURETP

CDS View

Consolidation Group Structure - TP

R_CNSLDTNGROUPSTRUCTURETP is a CDS View in S/4HANA. Consolidation Group Structure - TP. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CnsldtnGroupStructure view_entity projection COMPOSITE Consolidation Group Structure
C_CnsldtnGroupStructureTP view_entity projection CONSUMPTION Consolidation Group Structure - TP
I_CnsldtnGroupStructureTP view_entity projection TRANSACTIONAL Consolidation Group Structure - TP
@AccessControl: {
  authorizationCheck: #MANDATORY
}
@Metadata: {
  ignorePropagatedAnnotations: true
}
@ObjectModel: {
  sapObjectNodeType:{
    name: 'ConsolidationGroupStructure'
  },
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #B,
    sizeCategory: #S
  }
}
@VDM: {
  lifecycle.contract.type: #SAP_INTERNAL_API,
  viewType: #TRANSACTIONAL
}
@EndUserText.label: 'Consolidation Group Structure - TP'
/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK" ]  } */
define root view entity R_CnsldtnGroupStructureTP
  as select from I_CnsldtnGroupStructure_3 as _Source

  /* associations for transactional processing */
  composition [0..*] of R_CnsldtnGrpStrucMethAssgmtTP as _CnsldtnGrpStrucMethAssgmt

{

  key _Source.ConsolidationGroup,

  key _Source.ConsolidationUnit,

  key _Source.ConsolidationVersion,

      @Semantics.fiscal.yearPeriod: true
  key _Source.GroupStrucFromFiscalYearPeriod,

      @Semantics.fiscal.yearPeriod: true
      _Source.GroupStrucToFiscalYearPeriod,

      @Semantics.fiscal.yearPeriod: true
      _Source.FirstCnsldtnFiscalYearPeriod,

      _Source.FirstCnsldtnIsAtEndOfPeriod,

      @Semantics.fiscal.yearPeriod: true
      _Source.DivestitureFiscalYearPeriod,

      _Source.DivestitureIsAtBeginOfPeriod,

      _Source.DivestitureIsDueToMerger,

      @UI.hidden: true
      _Source.ETag,


      /* Associations */
      _Source._CnsldtnGroup,
      _Source._CnsldtnUnit,
      _Source._CnsldtnVersion,
      _CnsldtnGrpStrucMethAssgmt

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CNSLDTNGROUPSTRUCTURE_3"
],
"ASSOCIATED":
[
"I_CNSLDTNGROUP_3",
"I_CNSLDTNUNIT_4",
"I_CNSLDTNVERSION",
"R_CNSLDTNGRPSTRUCMETHASSGMTTP"
],
"BASE":
[
"I_CNSLDTNGROUPSTRUCTURE_3"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/