I_FinTransFlowCategoryText

DDL: I_FINTRANSFLOWCATEGORYTEXT SQL: IFTFLOWCATT Type: view BASIC Package: FTTR_CORE

Fin Transaction Flow Category - Text

I_FinTransFlowCategoryText is a Basic CDS View that provides data about "Fin Transaction Flow Category - Text" in SAP S/4HANA. It reads from 1 data source (at07t) and exposes 5 fields with key fields Language, FinTransFlowCategory. It has 2 associations to related views. Part of development package FTTR_CORE.

Data Sources (1)

SourceAliasJoin Type
at07t at07t from

Associations (2)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language
[0..1] I_FinTransFlowCategory _FlowCategory $projection.FinTransFlowCategory = _FlowCategory.FinTransFlowCategory

Annotations (14)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IFTFLOWCATT view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Fin Transaction Flow Category - Text view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey FinTransFlowCategory view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY FinTransFlowCategory
FinTransFlowCategoryName xbktyp
_Language _Language
_FlowCategory _FlowCategory
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IFTFLOWCATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Fin Transaction Flow 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: 'FinTransFlowCategory'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@Metadata.ignorePropagatedAnnotations: true 
@VDM.viewType: #BASIC
define view I_FinTransFlowCategoryText 
  as select from at07t
  association [0..1] to I_Language             as _Language     on $projection.Language = _Language.Language
  association [0..1] to I_FinTransFlowCategory as _FlowCategory on $projection.FinTransFlowCategory = _FlowCategory.FinTransFlowCategory
{
  @Semantics.language: true
  @ObjectModel.foreignKey.association: '_Language'
  key spras  as Language,
  @ObjectModel.foreignKey.association: '_FlowCategory'
  key cast( sbktyp as ftr_flow_category preserving type ) as FinTransFlowCategory,
  
  @Semantics.text: true
  xbktyp     as FinTransFlowCategoryName,
  
  _Language,
  _FlowCategory
}
where sbkklas = '1'