I_FinInstrActivityCategoryText

DDL: I_FININSTRACTIVITYCATEGORYTEXT SQL: IFININSTRACTCATT Type: view BASIC

Fin Instrument Activity Category - Text

I_FinInstrActivityCategoryText is a Basic CDS View that provides data about "Fin Instrument Activity Category - Text" in SAP S/4HANA. It reads from 1 data source (at02t) and exposes 9 fields with key fields Language, FinancialInstrProductCategory, FinInstrTransactionCategory, FinancialInstrActivityCategory. It has 4 associations to related views.

Data Sources (1)

SourceAliasJoin Type
at02t at02t from

Associations (4)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_FinancialInstrProdCat _ProductCategory $projection.FinancialInstrProductCategory = _ProductCategory.FinancialInstrProductCategory
[0..1] I_FinInstrTransCat _TransactionCategory $projection.FinancialInstrProductCategory = _TransactionCategory.FinancialInstrProductCategory and $projection.FinInstrTransactionCategory = _TransactionCategory.FinInstrTransactionCategory
[0..1] I_FinInstrActivityCategory _ActivityCategory $projection.FinancialInstrProductCategory = _ActivityCategory.FinancialInstrProductCategory and $projection.FinInstrTransactionCategory = _ActivityCategory.FinInstrTransactionCategory and $projection.FinancialInstrActivityCategory = _ActivityCategory.FinancialInstrActivityCategory

Annotations (16)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IFININSTRACTCATT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Fin Instrument Activity Category - Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FinancialInstrActivityCategory view
ObjectModel.usageType.dataClass #MASTER 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 (9)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY FinancialInstrProductCategory sanlfor
KEY FinInstrTransactionCategory sfgtyp
KEY FinancialInstrActivityCategory sfgzustt
FinInstrActivityCategoryName xtext
_Language _Language
_ProductCategory _ProductCategory
_TransactionCategory _TransactionCategory
_ActivityCategory _ActivityCategory
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IFININSTRACTCATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Fin Instrument Activity Category - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.modelingPattern: [ #LANGUAGE_DEPENDENT_TEXT ] 
@ObjectModel.representativeKey: 'FinancialInstrActivityCategory'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@Metadata.ignorePropagatedAnnotations: true 
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true

define view I_FinInstrActivityCategoryText
  as select from at02t
  association [0..1] to I_Language                 as _Language              on $projection.Language = _Language.Language
  association [0..1] to I_FinancialInstrProdCat    as _ProductCategory       on $projection.FinancialInstrProductCategory  = _ProductCategory.FinancialInstrProductCategory
  association [0..1] to I_FinInstrTransCat         as _TransactionCategory   on $projection.FinancialInstrProductCategory  = _TransactionCategory.FinancialInstrProductCategory
                                                                            and $projection.FinInstrTransactionCategory    = _TransactionCategory.FinInstrTransactionCategory
  association [0..1] to I_FinInstrActivityCategory as _ActivityCategory      on $projection.FinancialInstrProductCategory  = _ActivityCategory.FinancialInstrProductCategory
                                                                            and $projection.FinInstrTransactionCategory    = _ActivityCategory.FinInstrTransactionCategory
                                                                            and $projection.FinancialInstrActivityCategory = _ActivityCategory.FinancialInstrActivityCategory
{
  @Semantics.language: true
  @ObjectModel.foreignKey.association: '_Language'
  key spras    as Language,
  @ObjectModel.foreignKey.association: '_ProductCategory'
  key sanlfor  as FinancialInstrProductCategory,
  @ObjectModel.foreignKey.association: '_TransactionCategory'
  key sfgtyp   as FinInstrTransactionCategory,
  @ObjectModel.foreignKey.association: '_ActivityCategory'
  key sfgzustt as FinancialInstrActivityCategory,

  @Semantics.text: true
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #LOW
  xtext        as FinInstrActivityCategoryName,

  _Language,
  _ProductCategory,
  _TransactionCategory,
  _ActivityCategory
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AT02T"
],
"ASSOCIATED":
[
"I_FINANCIALINSTRPRODCAT",
"I_FININSTRACTIVITYCATEGORY",
"I_FININSTRTRANSCAT",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/