P_WORKFORCEKEYMAPPING

CDS View

Private view for key mapping details

P_WORKFORCEKEYMAPPING is a CDS View in S/4HANA. Private view for key mapping details. It contains 1 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_FunctionalAreaHrMaster view from BASIC HR Master for Funtional Area
I_FundHrMaster view from BASIC HR Master for Fund
I_GrantHrMaster view from BASIC HR Master for Grant
WFD_PremG view inner Workforce Domain - Sel view for PREMG
WFD_PremJ view inner Workforce Domain - Sel view for PREMJ
WFD_PremK view inner Workforce Domain - Sel view for PREMK
WFD_PremU view inner Workforce Domain - Sel view for PREMU

Fields (1)

KeyField CDS FieldsUsed in Views
KEY BusinessPartner BusinessPartner 3

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.

-- Private view for key mapping details
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE P_WORKFORCEKEYMAPPING (
    BUSINESSPARTNER,
    PRIMARY KEY (BUSINESSPARTNER)
);