WFD_D_NEW_PERS

Transparent Table Application Table

DMA: Use New Persistency

WFD_D_NEW_PERS is an SAP database table in S/4HANA. DMA: Use New Persistency. It contains 2 fields. 22 CDS views read from this table.

CDS Views using this table (22)

ViewTypeJoinVDMDescription
I_EmploymentStatusText view union_all BASIC Employment Status
I_EmploymentStatusText view left_outer BASIC Employment Status
P_EmployeePositionOP view left_outer BASIC Employee Position for OnPremise
P_EmploymentManagerOP view left_outer BASIC Employment Manager for OnPremise
P_EmploymentManagerOP view inner BASIC Employment Manager for OnPremise
P_EMPLREPORTINGSTRUCTUREOP view left_outer BASIC Employment Reporting Structure for OnPremise
P_EMPLREPORTINGSTRUCTUREOP view inner BASIC Employment Reporting Structure for OnPremise
P_HrRelation_CP_P view inner BASIC Read HRP1001 relation table and wfd_d_keymap table
P_PDOBJECT_001 view left_outer BASIC PD Object
P_PDOBJECT_001 view inner BASIC PD Object
P_PDRELATION_001 view inner BASIC PD Relation
P_PDRELATION_001 view left_outer BASIC PD Relation
P_PERSNWRKAGRMTROLEFOROPG view left_outer BASIC Person Work Agreement Role Details for Object Page
P_PERSNWRKAGRMTROLEFOROPG view inner BASIC Person Work Agreement Role Details for Object Page
P_PersWrkAgrmtToPartner view left_outer BASIC Internal to HCM : Do not use
P_PersWrkAgrmtToPartner view inner BASIC Internal to HCM : Do not use
P_U_Employee view left_outer BASIC Employee
P_U_Employee view inner BASIC Employee
P_U_PersonWorkAgreement view left_outer COMPOSITE Retrieve the work agreements of the Person
P_U_PersonWorkAgreement view inner COMPOSITE Retrieve the work agreements of the Person
P_WorkforcePersonImageURL view left_outer BASIC Workforce person Image URL
P_WorkforcePersonImageURL view inner BASIC Workforce person Image URL

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
switch abap.char NEW: If the Feature Toggle is activated

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.

-- DMA: Use New Persistency
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE WFD_D_NEW_PERS (
    MANDT,   -- Client [mandt]
    SWITCH,  -- NEW: If the Feature Toggle is activated [abap.char]
    PRIMARY KEY (MANDT)
);