C_AssetRevaluationIndexItemTP

DDL: C_ASSETREVALUATIONINDEXITEMTP Type: view_entity CONSUMPTION Package: FINS_FAA_INDEX

Asset Revaluation Index Item

C_AssetRevaluationIndexItemTP is a Consumption CDS View that provides data about "Asset Revaluation Index Item" in SAP S/4HANA. It reads from 1 data source (R_AssetRevaluationIndexItemTP) and exposes 4 fields with key fields AssetRevaluationIndex, ValidityEndDate. It is exposed through 2 OData services (ASQL_F8119, UI_ASSETREVALUATIONINDEX_MNTN). Part of development package FINS_FAA_INDEX.

Data Sources (1)

SourceAliasJoin Type
R_AssetRevaluationIndexItemTP R_AssetRevaluationIndexItemTP projection

Annotations (7)

NameValueLevelField
EndUserText.label Asset Revaluation Index Item view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F8119 ASQL_F8119 C2 NOT_RELEASED
UI_ASSETREVALUATIONINDEX_MNTN UI_ASSETREVALUATIONINDEX_MNTN V4 C1 NOT_RELEASED

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY AssetRevaluationIndex AssetRevaluationIndex
KEY ValidityEndDate ValidityEndDate ValidTo
ValidityStartDate ValidityStartDate Validity Start Date
AssetRevaluationIndexValue AssetRevaluationIndexValue

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_AssetRevaluationIndexItemTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_AssetRevaluationIndexItemTP AS
SELECT
  AssetRevaluationIndex,
  ValidityEndDate,
  ValidityStartDate,
  AssetRevaluationIndexValue
FROM R_AssetRevaluationIndexItemTP
;