I_Financialinstrvaluationclass

DDL: I_FINANCIALINSTRVALUATIONCLASS SQL: IFININSVALCL Type: view BASIC Package: FTTR_CORE

FinancialInstrValuationClass

I_Financialinstrvaluationclass is a Basic CDS View (Dimension) that provides data about "FinancialInstrValuationClass" in SAP S/4HANA. It reads from 1 data source (trgc_com_valcl) and exposes 2 fields with key field FinancialInstrValuationClass. It has 1 association to related views. It is exposed through 5 OData services (ASQL_F1754, ASQL_F1755, ASQL_F1867, ...). Part of development package FTTR_CORE.

Data Sources (1)

SourceAliasJoin Type
trgc_com_valcl FinancialInstrValuationClass from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinancialInstrValClassText _Text $projection.FinancialInstrValuationClass = _Text.FinancialInstrValuationClass

Annotations (14)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey FinancialInstrValuationClass view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.sqlViewName IFININSVALCL view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label FinancialInstrValuationClass view
Search.searchable true view
Consumption.ranked true view

OData Services (5)

ServiceBindingVersionContractRelease
ASQL_F1754 ASQL_F1754 C2 NOT_RELEASED
ASQL_F1755 ASQL_F1755 C2 NOT_RELEASED
ASQL_F1867 ASQL_F1867 C2 NOT_RELEASED
ASQL_F3966 ASQL_F3966 C2 NOT_RELEASED
ASQL_F6157 ASQL_F6157 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinancialInstrValuationClass
_Text _Text

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 I_Financialinstrvaluationclass.
-- 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.
-- SQL view name: IFININSVALCL

CREATE VIEW I_Financialinstrvaluationclass AS
SELECT
  cast(FinancialInstrValuationClass.com_val_class as ftr_gen_fin_instr_val_class) AS FinancialInstrValuationClass
FROM trgc_com_valcl AS FinancialInstrValuationClass
LEFT OUTER JOIN I_FinancialInstrValClassText AS _Text ON FinancialInstrValuationClass = _Text.FinancialInstrValuationClass  -- association [0..*]
;