_PRFTCTRTOSERVICEDOCUMENTITEM

_PRFTCTRTOSERVICEDOCUMENTITEM is an SAP database table in S/4HANA. It contains 11 fields.

Fields (11)

KeyField CDS FieldsUsed in Views
CompanyCode RootCompanyCode 4
ControllingArea RootControllingArea 4
OrganizationalChange RootOrganizationalChange 4
OrglChangeEffectiveDate OrglChangeEffectiveDate 1
OrglChangeReassignmentStatus RootOrglChangeReassignmentSts 4
OrglChgLastDateBeforeEffDate OrglChgLastDateBeforeEffDate 1
ProfitCenter RootProfitCenter 4
ProfitCenterBeforeOrglChange RootProfitCenterBeforeOrglChng 4
ProfitCenterDerivationSrceType RootProfitCenterDrvtnSrceTp 4
ValidityEndDate RootValidityEndDate 4
ValidityStartDate RootValidityStartDate 4

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 _PRFTCTRTOSERVICEDOCUMENTITEM (
    COMPANYCODE,
    CONTROLLINGAREA,
    ORGANIZATIONALCHANGE,
    ORGLCHANGEEFFECTIVEDATE,
    ORGLCHANGEREASSIGNMENTSTATUS,
    ORGLCHGLASTDATEBEFOREEFFDATE,
    PROFITCENTER,
    PROFITCENTERBEFOREORGLCHANGE,
    PROFITCENTERDERIVATIONSRCETYPE,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE
);