C_MDBusPartHierNodeGovVH

DDL: C_MDBUSPARTHIERNODEGOVVH Type: view_entity CONSUMPTION Package: MDC_BP_HIER_GOV_BO

Value help for BP Hier Nodes Gov

C_MDBusPartHierNodeGovVH is a Consumption CDS View that provides data about "Value help for BP Hier Nodes Gov" in SAP S/4HANA. It reads from 1 data source (I_BPHierarchyNodeGovernanceTP) and exposes 8 fields with key fields MasterDataChangeProcess, MDChgProcessSrceSystem, MDChgProcessSrceObject, BPHierarchyNodeID. Part of development package MDC_BP_HIER_GOV_BO.

Data Sources (1)

SourceAliasJoin Type
I_BPHierarchyNodeGovernanceTP BPHierarchyNode from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Value help for BP Hier Nodes Gov view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BPHierarchyNodeID view
Search.searchable true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY MasterDataChangeProcess I_BPHierarchyNodeGovernanceTP MasterDataChangeProcess Process ID
KEY MDChgProcessSrceSystem I_BPHierarchyNodeGovernanceTP MDChgProcessSrceSystem Source System
KEY MDChgProcessSrceObject I_BPHierarchyNodeGovernanceTP MDChgProcessSrceObject Source ID
KEY BPHierarchyNodeID I_BPHierarchyNodeGovernanceTP BPHierarchyNodeDisplayID BP Hierarchy Node ID
BPHierarchyNodeDescr BP Hierarchy Node Description
BPHierarchyDataType
BPHierarchyDisplayID BP Hierarchy ID
BPHierarchyDescription BP Hierarchy Description

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_MDBusPartHierNodeGovVH.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_MDBusPartHierNodeGovVH AS
SELECT
  BPHierarchyNode.MasterDataChangeProcess AS MasterDataChangeProcess,
  BPHierarchyNode.MDChgProcessSrceSystem AS MDChgProcessSrceSystem,
  BPHierarchyNode.MDChgProcessSrceObject AS MDChgProcessSrceObject,
  BPHierarchyNode.BPHierarchyNodeDisplayID AS BPHierarchyNodeID,
  BPHierarchyNode._HierarchyNodeDescription[ 1:Language = $session.system_language ].BPHierarchyNodeDescription AS BPHierarchyNodeDescr,
  BPHierarchyNode._Hierarchy.BPHierarchyDataType AS BPHierarchyDataType,
  BPHierarchyNode._Hierarchy.BPHierarchyDisplayID AS BPHierarchyDisplayID,
  BPHierarchyNode._Hierarchy._HierarchyDescription[ 1:Language = $session.system_language ].BPHierarchyDescription AS BPHierarchyDescription
FROM I_BPHierarchyNodeGovernanceTP AS BPHierarchyNode
;