I_FinancialTransactionTypeVH
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)
| Source | Alias | Join Type |
|---|---|---|
| I_FinancialTransactionType | I_FinancialTransactionType | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA