COSTCENTER

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

Fields (11)

KeyField CDS FieldsUsed in Views
_BusinessArea _BusinessArea 1
_CompanyCode _CompanyCode 1
_ControllingArea _ControllingArea 1
AssignedOrganisation EngagementProjectCostCenter 1
BusinessArea BusinessArea 1
CompanyCode CompanyCode 1
ControllingArea ControllingArea 1
CostCenter CostCenter 1
CostCenterName CostCenterName 1
ValidityEndDate ValidityEndDate 3
ValidityStartDate ValidityStartDate 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 COSTCENTER (
    _BUSINESSAREA,
    _COMPANYCODE,
    _CONTROLLINGAREA,
    ASSIGNEDORGANISATION,
    BUSINESSAREA,
    COMPANYCODE,
    CONTROLLINGAREA,
    COSTCENTER,
    COSTCENTERNAME,
    VALIDITYENDDATE,
    VALIDITYSTARTDATE
);