I_BUSINESSPARTNERROLEPROC

CDS View

Core View: Bus Part Role (Process)

I_BUSINESSPARTNERROLEPROC is a CDS View in S/4HANA. Core View: Bus Part Role (Process). It contains 6 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
I_BPRoleProcessChanges view from TRANSACTIONAL Business Partner Process Changes
I_BPRoleProcessChanges view union_all TRANSACTIONAL Business Partner Process Changes
I_BusinessPartnerRoleGov view from BASIC BP Roles with RAP (Governance)
I_BusinessPartnerRoleProcTP view_entity from TRANSACTIONAL Business Partner Role (Process Data)

Fields (6)

KeyField CDS FieldsUsed in Views
KEY BusinessPartnerRole BusinessPartnerRole 1
KEY MasterDataChangeProcess MasterDataChangeProcess 1
KEY MDChgProcessSrceObject MDChgProcessSrceObject 1
KEY MDChgProcessSrceSystem MDChgProcessSrceSystem 1
KEY MDChgProcessStep MDChgProcessStep 1
MDChgProcessSourceModified MDChgProcessSourceModified 1

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.

-- Core View: Bus Part Role (Process)
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_BUSINESSPARTNERROLEPROC (
    BUSINESSPARTNERROLE,
    MASTERDATACHANGEPROCESS,
    MDCHGPROCESSSRCEOBJECT,
    MDCHGPROCESSSRCESYSTEM,
    MDCHGPROCESSSTEP,
    MDCHGPROCESSSOURCEMODIFIED,
    PRIMARY KEY (BUSINESSPARTNERROLE, MASTERDATACHANGEPROCESS, MDCHGPROCESSSRCEOBJECT, MDCHGPROCESSSRCESYSTEM, MDCHGPROCESSSTEP)
);