I_FUNDEDPROGRAMHIERARCHYNODET

CDS View

Funded Program Hierarchy Node - Text

I_FUNDEDPROGRAMHIERARCHYNODET is a CDS View in S/4HANA. Funded Program Hierarchy Node - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_FundedProgramHierNodeT view from CONSUMPTION Funded Program Hierarchy Node Text
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'HierarchyNode'
@EndUserText.label: 'Funded Program Hierarchy Node - Text'
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IFUNDEDPHNT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@AccessControl.authorizationCheck:#PRIVILEGED_ONLY

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #A,
  sizeCategory: #XL
}

define view I_FundedProgramHierarchyNodeT
  as select from hrrp_nodet


  association [1..*] to I_FinancialManagementAreaText as _FinancialManagementAreaText on  $projection.FinancialManagementArea = _FinancialManagementAreaText.FinancialManagementArea

  association [1..1] to I_FinancialManagementArea     as _FinMgmtArea                 on  $projection.FinancialManagementArea = _FinMgmtArea.FinancialManagementArea

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

  association [1..*] to I_FundedProgramHierarchy      as _Hierarchy                   on  $projection.FundedProgramHierarchy  = _Hierarchy.FundedProgramHierarchy
                                                                                      and $projection.FinancialManagementArea = _Hierarchy.FinancialManagementArea

{
      @Consumption.valueHelpDefinition: [
        { entity:  { name:    'I_FinMgmtAreaStdVH',
                     element: 'FinancialManagementArea' }
        }]
      @ObjectModel.foreignKey.association: '_FinMgmtArea'
  key cast( hrrp_nodet.nodecls as fikrs )                 as FinancialManagementArea,
      @ObjectModel.foreignKey.association: '_Hierarchy'
  key cast( hrrp_nodet.hryid as fmis_hryid_fundedprogram) as FundedProgramHierarchy,
  key hrrp_nodet.hrynode                                  as HierarchyNode,
      @Semantics.businessDate.to: true
  key hrrp_nodet.hryvalto                                 as ValidityEndDate,
      @Semantics.language: true
  key hrrp_nodet.spras                                    as Language,
      @Semantics.text: true
      hrrp_nodet.nodetxt                                  as HierarchyNodeText,
      @Semantics.text: true
      substring(hrrp_nodet.nodetxt, 1, 20)                as HierarchyNodeShortText,

      @Semantics.businessDate.from: true
      hrrp_nodet.hryvalfrom                               as ValidityStartDate,
      _FinMgmtArea,
      _Language,
      _Hierarchy,
      @Consumption.hidden: true
      _FinancialManagementAreaText

}
where
  hrrp_nodet.hrytyp = '0315';