I_ENTERPRISEPROJECTHIERARCHY
Enterprise Project Hierarchy Data
I_ENTERPRISEPROJECTHIERARCHY is a CDS View in S/4HANA. Enterprise Project Hierarchy Data. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_EnterpriseProjectHierarchyTP | view_entity | from | TRANSACTIONAL | Enterprise Project Hierarchy |
@EndUserText.label: 'Enterprise Project Hierarchy Data'
@VDM: {
viewType: #BASIC,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #BLOCKED_DATA_EXCLUDED
}
@Hierarchy.parentChild: [{
recurse: {
parent: ['ParentObjectUUID'],
child: ['ReferencedObjectUUID']
},
siblingsOrder: [{
by: 'ProjectElementOrdinalNumber',
direction: #ASC
}]
}]
@ObjectModel: {
representativeKey: 'HierarchyNodeUUID',
dataCategory: #HIERARCHY,
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #XL
}
}
define view entity I_EnterpriseProjectHierarchy
as select from /s4ppm/hierarchy as hierarchy
{
key hierarchy.guid as HierarchyNodeUUID,
hierarchy.hierarchy_type as HierarchyType,
object_guid as ReferencedObjectUUID,
root_object_guid as RootObjectUUID,
up as ParentObjectUUID,
sort_number as ProjectElementOrdinalNumber
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/S4PPM/HIERARCHY"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/