I_CALCULATEDASSETVALUATIONVIEW

CDS View

Source Valuation Views

I_CALCULATEDASSETVALUATIONVIEW is a CDS View in S/4HANA. Source Valuation Views. It contains 3 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
FAA_CalctDrvdAreaValnVws view from Calculate Derived Area Valuation Views
FAA_CalctDrvdAreaValnVws01 view inner Source area of Derived Area
FAA_CalctDrvdAreaValnVws02 view inner Calculated area of Derived Area
FAA_UPA_MIG_DA_CONS_AREA view_entity inner Constitutional area
FAA_UPA_MIG_DA_DRVD_AREA view_entity inner Derived area
FAA_UPA_MIG_DA_MATH_FMLA view_entity from Mathematical formula
P_AstNetBookBalWthAllAreas1 view inner CONSUMPTION

Fields (3)

KeyField CDS FieldsUsed in Views
KEY SourceAssetValuationView AssetValuationView,SourceValuationView 3
CalculatedAssetValuationView CalculatedValuationView 2
DerivedDeprAreaValCalcSign DerivedDeprAreaValCalcSign 2

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.

-- Source Valuation Views
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CALCULATEDASSETVALUATIONVIEW (
    SOURCEASSETVALUATIONVIEW,
    CALCULATEDASSETVALUATIONVIEW,
    DERIVEDDEPRAREAVALCALCSIGN,
    PRIMARY KEY (SOURCEASSETVALUATIONVIEW)
);