I_BPHIERARCHYNODEGOVERNANCETP

CDS View

BP Hierarchy Node (Governance) - TP

I_BPHIERARCHYNODEGOVERNANCETP is a CDS View in S/4HANA. BP Hierarchy Node (Governance) - TP. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_BPHierarchyNodeGovernanceTP view_entity projection Projection of BPH Node (Governance)
C_MDBusinessPartnerHierNodeVH view_entity from CONSUMPTION Value help for BP Hierarchies Node
C_MDBusPartHierNodeGovVH view_entity from CONSUMPTION Value help for BP Hier Nodes Gov

Fields (4)

KeyField CDS FieldsUsed in Views
KEY BPHierarchyNodeDisplayID BPHierarchyNodeID 2
KEY MasterDataChangeProcess MasterDataChangeProcess 2
KEY MDChgProcessSrceObject BPHierarchyNodeUUID,MDChgProcessSrceObject 2
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem 2

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.

-- BP Hierarchy Node (Governance) - TP
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BPHIERARCHYNODEGOVERNANCETP (
    BPHIERARCHYNODEDISPLAYID,
    MASTERDATACHANGEPROCESS,
    MDCHGPROCESSSRCEOBJECT,
    MDCHGPROCESSSRCESYSTEM,
    PRIMARY KEY (BPHIERARCHYNODEDISPLAYID, MASTERDATACHANGEPROCESS, MDCHGPROCESSSRCEOBJECT, MDCHGPROCESSSRCESYSTEM)
);