I_CNSLDTNPROJECTHIERDIRENHCD

CDS View

Consolidation Project Hierarchy Directory

I_CNSLDTNPROJECTHIERDIRENHCD is a CDS View in S/4HANA. Consolidation Project Hierarchy Directory. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CnsldtnProjectHierDir view from BASIC Combined Project Hierarchy Directory
@AbapCatalog.sqlViewName: 'ICSPROJECTHDE'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Consolidation Project Hierarchy Directory'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'AdditionalMasterDataHierarchy'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
  dataClass: #MASTER,
  serviceQuality: #C,
  sizeCategory: #S
}
define view I_CnsldtnProjectHierDirEnhcd as select from hrrp_directory cross join fincs_addlcharcx as _Conf

association [1..*] to I_CnsldtnProjectHierDirT as _text on $projection.AdditionalMasterDataHierarchy = _text.AdditionalMasterDataHierarchy
and $projection.ValidityEndDate = _text.ValidityEndDate
 {

 @ObjectModel.text.association: '_Text'
 key cast(hrrp_directory.hryid as fincs_hryid)                     as AdditionalMasterDataHierarchy,
 
 @Semantics.businessDate.to: true
  key cast(hrrp_directory.hryvalto as fis_datbi)                       as ValidityEndDate,
      @Semantics.businessDate.from: true
      cast(hrrp_directory.hryvalfrom as fis_datab)                     as ValidityStartDate,
      @Semantics.user.lastChangedBy: true
      hrrp_directory.upduser                                           as LastChangedByUser,
      @Semantics.systemDateTime.lastChangedAt: true
      updtime                                                          as LastChangeDateTime,     
      
//      cast('' as fincs_hryid)                     as CnsldtnMasterDataHier,       

      hrytyp as HierarchyType,
      _text
 
}
where
  hrytyp = 'CS10' and  _Conf.cnsldtnaddlcharcfldname = 'PS_PSPID' and _Conf.cnsldtnaddlmdhierisinuse = 'X';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINCS_ADDLCHARCX",
"HRRP_DIRECTORY"
],
"ASSOCIATED":
[
"I_CNSLDTNPROJECTHIERDIRT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/