_DEPRECIATIONAREA

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

Fields (4)

KeyField CDS FieldsUsed in Views
KEY AssetDepreciationArea AssetDepreciationArea 1
AccountingPrinciple AccountingPrinciple 12
AssetGLPostingMethod AssetGLPostingMethod 1
AssetValuationView AssetValuationView 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 _DEPRECIATIONAREA (
    ASSETDEPRECIATIONAREA,
    ACCOUNTINGPRINCIPLE,
    ASSETGLPOSTINGMETHOD,
    ASSETVALUATIONVIEW,
    PRIMARY KEY (ASSETDEPRECIATIONAREA)
);