_ASSETVALUATIONFORLEDGER

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

Fields (14)

KeyField CDS FieldsUsed in Views
DepreciationKey DepreciationKey 3
DepreciationStartDate DepreciationStartDate 3
DeprKeyChangeoverPeriod DeprKeyChangeoverPeriod 3
DeprKeyChangeoverYear DeprKeyChangeoverYear 3
InvestmentSupportMeasure InvestmentSupportMeasure 2
OriglAstUsefulLifeInPerds OriglAstUsefulLifeInPerds 3
OriglAstUsefulLifeInYears OriglAstUsefulLifeInYears 3
PlannedUsefulLifeInPeriods PlannedUsefulLifeInPeriods 3
PlannedUsefulLifeInYears PlannedUsefulLifeInYears 3
ReplacementValueIndexSers ReplacementValueIndexSers 3
RplcmtValueAgingIndexSers RplcmtValueAgingIndexSers 3
SpecialDeprStartDate SpecialDeprStartDate 2
VintageMonth VintageMonth 3
VintageYear VintageYear 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 _ASSETVALUATIONFORLEDGER (
    DEPRECIATIONKEY,
    DEPRECIATIONSTARTDATE,
    DEPRKEYCHANGEOVERPERIOD,
    DEPRKEYCHANGEOVERYEAR,
    INVESTMENTSUPPORTMEASURE,
    ORIGLASTUSEFULLIFEINPERDS,
    ORIGLASTUSEFULLIFEINYEARS,
    PLANNEDUSEFULLIFEINPERIODS,
    PLANNEDUSEFULLIFEINYEARS,
    REPLACEMENTVALUEINDEXSERS,
    RPLCMTVALUEAGINGINDEXSERS,
    SPECIALDEPRSTARTDATE,
    VINTAGEMONTH,
    VINTAGEYEAR
);