I_FinancialInstrProdCatText

DDL: I_FINANCIALINSTRPRODCATTEXT SQL: IFININSPRODCATT Type: view BASIC

Product Category - Text

I_FinancialInstrProdCatText is a Basic CDS View that provides data about "Product Category - Text" in SAP S/4HANA. It reads from 1 data source (tzaft) and exposes 5 fields with key fields Language, FinancialInstrProductCategory. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tzaft tzaft from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_FinancialInstrProdCat _FinancialInstrProdCat $projection.FinancialInstrProductCategory = _FinancialInstrProdCat.FinancialInstrProductCategory

Annotations (17)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IFININSPRODCATT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Product Category - Text view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FinancialInstrProductCategory view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view
Search.searchable true view
Consumption.ranked true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY FinancialInstrProductCategory sanlf
FinInstrProductCategoryName ltx
_Language _Language
_FinancialInstrProdCat _FinancialInstrProdCat
// harmonized annotations

@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true 
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IFININSPRODCATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Product Category - Text'
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET]
@ObjectModel.dataCategory: #TEXT 
@ObjectModel.representativeKey: 'FinancialInstrProductCategory'
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@Metadata.ignorePropagatedAnnotations:true 
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true

define view I_FinancialInstrProdCatText as select from tzaft 
  association [0..1] to I_Language              as _Language              on $projection.Language = _Language.Language
  association [0..1] to I_FinancialInstrProdCat as _FinancialInstrProdCat on $projection.FinancialInstrProductCategory = _FinancialInstrProdCat.FinancialInstrProductCategory

{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key spras                                  as Language,  
      @ObjectModel.foreignKey.association: '_FinancialInstrProdCat'  
  key sanlf as FinancialInstrProductCategory,
      @Semantics.text:true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      ltx as FinInstrProductCategoryName,
      _Language,
      _FinancialInstrProdCat
}