I_CNSLDTNFSITEMHIERNODETEXT_2

CDS View

Consolidation FS Item HierNode - Txt

I_CNSLDTNFSITEMHIERNODETEXT_2 is a CDS View in S/4HANA. Consolidation FS Item HierNode - Txt. It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CnsldtnFSItemHierNodeText view_entity from BASIC Consolidation FS Item HierNode - Text
A_CnsldtnFSItemHierT view from BASIC Financial Statement Item Hier Node - Txt
A_CnsldtnFSItemHierT_2 view from COMPOSITE Financial Statement Item Hier Node V2 - Txt

Fields (5)

KeyField CDS FieldsUsed in Views
KEY CnsldtnFSItemHierarchy FinancialStatementItemHier 2
KEY ConsolidationChartOfAccounts ConsolidationChartOfAccounts 2
KEY HierarchyNode HierarchyNode 2
KEY Language Language 2
HierarchyNodeText HierarchyNodeText 2
@AbapCatalog:{
  sqlViewName: 'ICCFSITMHIERT2',
  compiler.compareFilter: true
  }
@Analytics: {
  dataExtraction.enabled: true
  }
@AccessControl.authorizationCheck: #MANDATORY
@Metadata:{
  ignorePropagatedAnnotations:true
  }
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
  usageType: {
    dataClass: #MASTER,
    serviceQuality: #A,
    sizeCategory: #XL
    },
  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,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
  }
@EndUserText.label: 'Consolidation FS Item HierNode - Txt'

/*+[hideWarning] { "IDS" : [ "CALCULATED_FIELD_CHECK", "KEY_CHECK" ]  } */
define view I_CnsldtnFSItemHierNodeText_2
  as select from P_CnsldtnUnivHierNodeText_3 (P_HierarchyType: 'CS15', P_MasterDataType: 'RITEM') as _HierarchyNodeText

  association [1..1] to I_Language                 as _Language               on  $projection.Language = _Language.Language

  association [1..1] to I_CnsldtnChartOfAccounts   as _CnsldtnChartOfAccounts on  $projection.ConsolidationChartOfAccounts = _CnsldtnChartOfAccounts.ConsolidationChartOfAccounts

  association [1..*] to I_CnsldtnFSItemHierarchy_2 as _Hierarchy              on  $projection.ConsolidationChartOfAccounts = _Hierarchy.ConsolidationChartOfAccounts
                                                                              and $projection.CnsldtnFSItemHierarchy       = _Hierarchy.CnsldtnFSItemHierarchy
  //                                                                              and $projection.ValidityEndDate              = _Hierarchy.ValidityEndDate // see Accounting

{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key _HierarchyNodeText.Language,

      @ObjectModel: { foreignKey.association: '_CnsldtnChartOfAccounts' }
  key ConsolidationChartOfAccounts,

      @ObjectModel: { foreignKey.association: '_Hierarchy' }
  key cast( substring(_HierarchyNodeText.UniversalHierarchy, 9, 10 ) as fincs_fsitemhierarchy preserving type ) as CnsldtnFSItemHierarchy,

  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,


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