I_CNSLDTNPROFITCENTERHIERNODET

CDS View

Cnsldtn Profit Center Hier Node - Text

I_CNSLDTNPROFITCENTERHIERNODET is a CDS View in S/4HANA. Cnsldtn Profit Center Hier Node - Text. It contains 6 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CnsldtnPartnerPrftCtrHierT view from BASIC Combined Partner PrftCtr HierNode - Txt
A_CnsldtnPrftCtrHierForElimT view from COMPOSITE Cmbnd Profit Center for Elim Hier - Txt
A_CnsldtnProfitCenterHierT view from COMPOSITE Combined Profit Center Hierarchy - Text

Fields (6)

KeyField CDS FieldsUsed in Views
KEY ControllingArea ControllingArea 3
KEY HierarchyNode HierarchyNode 3
KEY Language Language 3
KEY ValidityEndDate ValidityEndDate 3
HierarchyNodeText HierarchyNodeText 3
ValidityStartDate ValidityStartDate 3
@AbapCatalog: {
    sqlViewName: 'ICCPRFTCTRHNT',
    compiler.compareFilter: true
  }
@Analytics: {
  dataExtraction.enabled: true
  }
@AccessControl.authorizationCheck: #MANDATORY
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata:{
  ignorePropagatedAnnotations: true
 }
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #L},
  dataCategory: #TEXT,
  representativeKey: 'HierarchyNode',
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE,
                          #CDS_MODELING_ASSOCIATION_TARGET,
                          #SQL_DATA_SOURCE,
                          #EXTRACTION_DATA_SOURCE,
                          #LANGUAGE_DEPENDENT_TEXT]
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Cnsldtn Profit Center Hier Node - Text'

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view I_CnsldtnProfitCenterHierNodeT
  as select from P_CnsldtnUnivHierNodeText_3( P_HierarchyType: 'CS04', P_MasterDataType : 'PRCTR' ) as _HierarchyNodeText

  association [1..1] to I_CnsldtnControllingArea       as _ControllingArea on  $projection.ControllingArea = _ControllingArea.ControllingArea

  association [1..*] to I_CnsldtnProfitCenterHierarchy as _Hierarchy       on  $projection.ConsolidationPrftCtrHierarchy = _Hierarchy.ConsolidationPrftCtrHierarchy
                                                                           and $projection.ControllingArea               = _Hierarchy.ControllingArea
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key _HierarchyNodeText.Language,

      @ObjectModel.foreignKey.association: '_ControllingArea'
      @Consumption.valueHelpDefinition: [{
        entity: {
          name: 'I_CnsldtnControllingAreaVH',
          element: 'ControllingArea'
        }
      }]
  key ControllingArea,

      @ObjectModel.foreignKey.association: '_Hierarchy'
  key cast(_HierarchyNodeText.CnsldtnUniversalHierarchy as fincs_profitcenterhierarchy preserving type ) as ConsolidationPrftCtrHierarchy,

  key _HierarchyNodeText.HierarchyNode,

      @Semantics.businessDate.to: true
  key _HierarchyNodeText.ValidityEndDate,

      @Semantics.businessDate.from: true
      _HierarchyNodeText.ValidityStartDate,

      _HierarchyNodeText.ParentNode,

      _HierarchyNodeText.HierarchyVersion,

      @Semantics.text: true
      _HierarchyNodeText.HierarchyNodeText,


      _Language,
      _ControllingArea,
      _Hierarchy
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CNSLDTNUNIVHIERNODETEXT_3"
],
"ASSOCIATED":
[
"I_CNSLDTNCONTROLLINGAREA",
"I_CNSLDTNPROFITCENTERHIERARCHY",
"I_LANGUAGE"
],
"BASE":
[
"P_CNSLDTNUNIVHIERNODETEXT_3"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/