I_CHARTOFDEPRFORACCTGPRINCIPLE

CDS View

Chart of Depreciation

I_CHARTOFDEPRFORACCTGPRINCIPLE is a CDS View in S/4HANA. Chart of Depreciation. It contains 3 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_CN_CADEDepreciationKeyInfo view inner CONSUMPTION Depreciation Key with Formula
P_IT_StRpFxdAstRegDeprArea view left_outer CONSUMPTION IT FxdAst Reg. - Depr.area at FY per.end
SHSM_CADE_DEPRECIATIONKEY view from CADE - Value Help of Depreciation Key

Fields (3)

KeyField CDS FieldsUsed in Views
KEY ChartOfDepreciation ChartOfDepreciation 4
AccountingPrinciple AccountingPrinciple 2
CompanyCode CompanyCode 1

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.

-- Chart of Depreciation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CHARTOFDEPRFORACCTGPRINCIPLE (
    CHARTOFDEPRECIATION,
    ACCOUNTINGPRINCIPLE,
    COMPANYCODE,
    PRIMARY KEY (CHARTOFDEPRECIATION)
);