P_HrrpNodeLiqItmHier

DDL: P_HRRPNODELIQITMHIER Type: view_entity BASIC Package: FCLM_LIQUIDITY_ITEM

Liquidity Item Hierarchy Relationship

P_HrrpNodeLiqItmHier is a Basic CDS View that provides data about "Liquidity Item Hierarchy Relationship" in SAP S/4HANA. It reads from 1 data source (hrrp_node) and exposes 9 fields with key fields hryid, hryvalto, hrynode, parnode. Part of development package FCLM_LIQUIDITY_ITEM.

Data Sources (1)

SourceAliasJoin Type
hrrp_node hrrp_node from

Annotations (3)

NameValueLevelField
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.

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