_ROOTPROFITCENTERTOPROJECT

_ROOTPROFITCENTERTOPROJECT is an SAP database table in S/4HANA. It contains 9 fields.

Fields (9)

KeyField CDS FieldsUsed in Views
CompanyCode RootCompanyCode 3
ControllingArea RootControllingArea 3
OrganizationalChange RootOrganizationalChange 3
OrglChangeReassignmentStatus RootOrglChangeReassignmentSts 3
ProfitCenter RootProfitCenter 3
ProfitCenterBeforeOrglChange RootProfitCenterBeforeOrglChng 3
ProjectInternalID RootProjectInternalID 3
ValidityEndDate RootValidityEndDate 3
ValidityStartDate RootValidityStartDate 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.

-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE _ROOTPROFITCENTERTOPROJECT (
    COMPANYCODE,
    CONTROLLINGAREA,
    ORGANIZATIONALCHANGE,
    ORGLCHANGEREASSIGNMENTSTATUS,
    PROFITCENTER,
    PROFITCENTERBEFOREORGLCHANGE,
    PROJECTINTERNALID,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE
);