I_Financialinstrvaluationclass
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.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| trgc_com_valcl | FinancialInstrValuationClass | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinancialInstrValClassText | _Text | $projection.FinancialInstrValuationClass = _Text.FinancialInstrValuationClass |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| 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 |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialInstrValuationClass | |||
| _Text | _Text |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'FinancialInstrValuationClass'
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.sqlViewName: 'IFININSVALCL'
@VDM.viewType: #BASIC
@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'FinancialInstrValuationClass'
@Search.searchable: true
@Consumption.ranked: true
define view I_Financialinstrvaluationclass
as select from trgc_com_valcl as FinancialInstrValuationClass
association [0..*] to I_FinancialInstrValClassText as _Text on $projection.FinancialInstrValuationClass = _Text.FinancialInstrValuationClass
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold: 0.8
key cast(FinancialInstrValuationClass.com_val_class as ftr_gen_fin_instr_val_class)
as FinancialInstrValuationClass,
// FinancialInstrValuationClass.flg_cpltd,
// FinancialInstrValuationClass.ltd_com_val_clas,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TRGC_COM_VALCL"
],
"ASSOCIATED":
[
"I_FINANCIALINSTRVALCLASSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA