I_CNSLDTNFUNCNLAREAHIERNODET

CDS View

Cnsldtn Functional Area HierNode - Text

I_CNSLDTNFUNCNLAREAHIERNODET is a CDS View in S/4HANA. Cnsldtn Functional Area HierNode - Text. It contains 8 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_CnsldtnFuncnlAreaHierNodeT view_entity from BASIC Cnsldtn Functional Area Hier Node - Text
A_CnsldtnFuncnlAreaHierT view from BASIC Combined Functional Area Hierarchy Text
A_CnsldtnPartFuncnlAreaHierT view from BASIC Combined Partner Functional Area Hier - Text

Fields (8)

KeyField CDS FieldsUsed in Views
KEY CnsldtnFunctionalAreaHierarchy CnsldtnFunctionalAreaHierarchy 1
KEY HierarchyNode HierarchyNode 3
KEY Language Language 3
KEY ValidityEndDate ValidityEndDate 3
HierarchyNodeText HierarchyNodeText 3
HierarchyVersion HierarchyVersion 1
ParentNode ParentNode 1
ValidityStartDate ValidityStartDate 3
@AbapCatalog:{
  sqlViewName: 'ICCFAHNT',
  compiler.compareFilter: true,
  preserveKey: true
  }
@Analytics: {
  dataExtraction.enabled: true
}
@AccessControl.authorizationCheck: #CHECK
@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],
  sapObjectNodeType.name: 'CnsldtnFuncnlAreaHierNodeText'
}
@VDM.viewType: #BASIC
@EndUserText.label: 'Cnsldtn Functional Area HierNode - Text'

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

  association [1..*] to I_CnsldtnFuncnlAreaHierarchy as _Hierarchy on $projection.CnsldtnFunctionalAreaHierarchy = _Hierarchy.CnsldtnFunctionalAreaHierarchy

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

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

  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,
      _Hierarchy
};