I_FINANCIALTRANSACTIONTYPE
Financial Transaction Type
I_FINANCIALTRANSACTIONTYPE is a CDS View in S/4HANA. Financial Transaction Type. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| FAC_FINANCIALTRANSACTIONTYPEVH | view | from | Value help of financial Transaction Type | |
| I_CnsldtnMasterData | view | union_all | COMPOSITE | Consolidation - Combined Master Data |
| I_FinancialTransactionTypeVH | view_entity | from | BASIC | Financial Transaction Type |
| P_CnsldtnFinTransType | view | from | COMPOSITE | Consolidation Combined FinTransType |
@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 cast( trtyp as fis_rmvct preserving type ) as FinancialTransactionType,
cast( ttgrp as fis_rmvct_grp preserving type ) 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
};