P_HrrpNodeLiqItmHier

DDL: P_HRRPNODELIQITMHIER SQL: PHRRPNDLQHIER Type: view BASIC

P_HrrpNodeLiqItmHier is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (hrrp_node) and exposes 9 fields with key fields hryid, hryvalto, hrynode, parnode.

Data Sources (1)

SourceAliasJoin Type
hrrp_node hrrp_node from

Annotations (7)

NameValueLevelField
AbapCatalog.sqlViewName PHRRPNDLQHIER view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY hryid hryid Hierarchy ID
KEY hryvalto hryvalto Valid To
KEY hrynode hrynode Node
KEY parnode parnode Par. Node
hryver hryver Version: Structures
nodevalue nodevalue Value
hryseqnbr hryseqnbr Sequence Number
hrylevel hrylevel Hierarchy Level
hryvalfrom hryvalfrom Valid From

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 P_HrrpNodeLiqItmHier.
-- 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.
-- SQL view name: PHRRPNDLQHIER

CREATE VIEW P_HrrpNodeLiqItmHier AS
SELECT
  hryid,
  hryvalto,
  hrynode,
  parnode,
  hryver,
  nodevalue,
  hryseqnbr,
  hrylevel,
  hryvalfrom
FROM hrrp_node
;