I_FinTransFlowCategory

DDL: I_FINTRANSFLOWCATEGORY SQL: IFTFLOWCAT Type: view BASIC

Financial Transaction Flow Category

I_FinTransFlowCategory is a Basic CDS View (Dimension) that provides data about "Financial Transaction Flow Category" in SAP S/4HANA. It reads from 1 data source (at07) and exposes 2 fields with key field FinTransFlowCategory. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
at07 at07 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_FinTransFlowCategoryText _FlowCategoryText $projection.FinTransFlowCategory = _FlowCategoryText.FinTransFlowCategory

Annotations (17)

NameValueLevelField
AbapCatalog.buffering.status #NOT_ALLOWED view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.sqlViewName IFTFLOWCAT view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Financial Transaction Flow Category view
ObjectModel.representativeKey FinTransFlowCategory view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY FinTransFlowCategory
_FlowCategoryText _FlowCategoryText
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.sqlViewName: 'IFTFLOWCAT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION 
@Analytics.dataExtraction.enabled: true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: [ #ANALYTICAL_DIMENSION ]
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Financial Transaction Flow Category'
@ObjectModel.representativeKey: 'FinTransFlowCategory'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #S
@Metadata.allowExtensions:true  
@Metadata.ignorePropagatedAnnotations: true 
@VDM.viewType: #BASIC 
define view I_FinTransFlowCategory 
  as select from at07
  association [0..*] to I_FinTransFlowCategoryText as _FlowCategoryText on $projection.FinTransFlowCategory = _FlowCategoryText.FinTransFlowCategory
{
  @ObjectModel.text.association: '_FlowCategoryText'
  key cast( sbktyp as ftr_flow_category preserving type ) as FinTransFlowCategory,
  
  _FlowCategoryText  
}
where sbkklas = '1'
  and sbktypb = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AT07"
],
"ASSOCIATED":
[
"I_FINTRANSFLOWCATEGORYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/