I_FinancialTransactionType
Financial Transaction Type
I_FinancialTransactionType is a Basic CDS View (Dimension) that provides data about "Financial Transaction Type" in SAP S/4HANA. It reads from 1 data source (t856) and exposes 10 fields with key field FinancialTransactionType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t856 | t856 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FinancialTransactionTypeT | _Text | $projection.FinancialTransactionType = _Text.FinancialTransactionType |
Annotations (18)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Financial Transaction Type | view | |
| AbapCatalog.sqlViewName | IFITRANSTYPE | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| ObjectModel.representativeKey | FinancialTransactionType | view | |
| ObjectModel.sapObjectNodeType.name | FinancialTransactionType | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.buffering.numberOfKeyFields | 1 | view | |
| Search.searchable | true | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialTransactionType | trtyp | ||
| FinancialTransactionTypeGroup | ttgrp | |||
| CarryForwardTransactionType | ttcfo | |||
| TransactionTypeIsDerived | toind | |||
| TransacTypeTotalsFormulaText | sumru | |||
| BalanceCarryForwardIsFixed | cfind | |||
| AcquisitionIsCurrentYearOnly | cyind | |||
| BrkdwnByYearsIsNotApplicable | cydbi | |||
| RetirementTransactionType | ttret | |||
| _Text | _Text |
@EndUserText.label: 'Financial Transaction Type'
@AbapCatalog.sqlViewName: 'IFITRANSTYPE'
@VDM.viewType: #BASIC
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@ObjectModel: {representativeKey: 'FinancialTransactionType',
sapObjectNodeType.name: 'FinancialTransactionType',
modelingPattern: #ANALYTICAL_DIMENSION,
supportedCapabilities: [#ANALYTICAL_DIMENSION,
#CDS_MODELING_ASSOCIATION_TARGET,
#CDS_MODELING_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#SQL_DATA_SOURCE],
usageType: { sizeCategory: #S,
dataClass: #MASTER,
serviceQuality: #A }
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AbapCatalog.buffering.numberOfKeyFields: 1
@Search.searchable: true
define view I_FinancialTransactionType
as select from t856
association [0..*] to I_FinancialTransactionTypeT as _Text on $projection.FinancialTransactionType = _Text.FinancialTransactionType
{
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
key trtyp as FinancialTransactionType,
ttgrp as FinancialTransactionTypeGroup,
ttcfo as CarryForwardTransactionType,
//sign,
toind as TransactionTypeIsDerived,
sumru as TransacTypeTotalsFormulaText,
cfind as BalanceCarryForwardIsFixed,
cyind as AcquisitionIsCurrentYearOnly,
cydbi as BrkdwnByYearsIsNotApplicable,
ttret as RetirementTransactionType,
_Text
};
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