BPH_HIER_PRC

Transparent Table Application Table

MDC:Process table for BPH_HIER

BPH_HIER_PRC is an SAP database table in S/4HANA. MDC:Process table for BPH_HIER. It contains 1 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_BPHierarchyProcess view_entity from Business Partner Hierarchy (Process)
I_BPHierChangeProcessGov view_entity inner Change Process (Governance) of BPH

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- MDC:Process table for BPH_HIER
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE BPH_HIER_PRC (
    CLIENT,  -- Client [mandt]
    PRIMARY KEY (CLIENT)
);