I_FinancialTransactionTypeVH

DDL: I_FINANCIALTRANSACTIONTYPEVH Type: view_entity BASIC

Financial Transaction Type

I_FinancialTransactionTypeVH is a Basic CDS View that provides data about "Financial Transaction Type" in SAP S/4HANA. It reads from 1 data source (I_FinancialTransactionType) and exposes 3 fields with key field FinancialTransactionType.

Data Sources (1)

SourceAliasJoin Type
I_FinancialTransactionType I_FinancialTransactionType from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Financial Transaction Type view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey FinancialTransactionType view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #VALUE_HELP_PROVIDER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #A view
Search.searchable true view
Consumption.ranked true view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY FinancialTransactionType FinancialTransactionType
FinancialTransactionTypeGroup FinancialTransactionTypeGroup
_Text _Text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Financial Transaction Type'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {representativeKey: 'FinancialTransactionType', 
               dataCategory: #VALUE_HELP,
               modelingPattern: #VALUE_HELP_PROVIDER,
               supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #VALUE_HELP_PROVIDER ],
               usageType: { sizeCategory: #S,
                            dataClass:  #MASTER,
                            serviceQuality: #A }
               }
@Search.searchable: true
@Consumption.ranked: true
@VDM.viewType: #BASIC
               
define view entity I_FinancialTransactionTypeVH as select from I_FinancialTransactionType
{
  @ObjectModel.text.association: '_Text'
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH  
  key FinancialTransactionType,

  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #LOW
  FinancialTransactionTypeGroup,
  
  /* Associations */
  _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FINANCIALTRANSACTIONTYPE"
],
"ASSOCIATED":
[
"I_FINANCIALTRANSACTIONTYPET"
],
"BASE":
[
"I_FINANCIALTRANSACTIONTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/