Model / PS / PRHI

PS — Project System

PRHI

7 fields · 2 key · 6 foreign keys · sourced from leanx.eu

Work Breakdown Structure, Edges (Hierarchy Pointer) — the linked-list structure that encodes the WBS hierarchy for a project: for every WBS element (POSNR) it records its parent project (PSPHI) plus its superior element (UP), first subordinate (DOWN), and left/right sibling pointers within the tree. PRPS carries the WBS element as a flat master-data row with a level number (STUFE) but does not itself encode traversal order; PRHI is the table SAP's hierarchy-walk function modules (e.g. GET_PROJECT_HIERARCHY) actually read to reconstruct parent/child/sibling order. Every UP/DOWN/LEFT/RIGHT pointer resolves back to a PSPNR on PRPS, and PSPHI resolves to PROJ — so PRHI is pure structure, carrying no descriptive or financial attributes of its own.

Hover a canonical name to see the legacy SAP field name

Canonical nameConceptDescriptionData elementTypeCheck table
CLI keycliensClientMANDTCLNT 3T000
EOP keyelementum operisWBS ElementPS_POSNRNUMC 8PRPS
NUM_PRPnumerus propositumCurrent number of the appropriate projectPS_PSPHINUMC 8PROJ
NUM_EOPnumerus elementum operisNumber of the superior WBS elementPS_PHIUPNUMC 8PRPS
NUM_EOP2numerus elementum operisNumber of the 1st subordinate WBS elementPS_PHIDONUMC 8PRPS
NUM_MNUnumerus munusNumber of the left adjacent position in the WBSPS_PHILENUMC 8PRPS
NUM_MNU2numerus munusNumber of the right adjacent position in the WBSPS_PHIRINUMC 8PRPS

Foreign keys

FieldCheck tableCheck field
POSNRPRPSPSPNR
PSPHIPROJPSPNR
UPPRPSPSPNR
DOWNPRPSPSPNR
LEFTPRPSPSPNR
RIGHTPRPSPSPNR

View PRHI.yaml in the repository