I_FinTransactionTimeToMaturity

DDL: I_FINTRANSACTIONTIMETOMATURITY SQL: IFINTRNTIMTOMA Type: view COMPOSITE

Financial Transaction Time to Maturity

I_FinTransactionTimeToMaturity is a Composite CDS View that provides data about "Financial Transaction Time to Maturity" in SAP S/4HANA. It reads from 1 data source (I_TimeToMaturity) and exposes 6 fields with key field TimeToMaturity. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_TimeToMaturity TimeToMaturity from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_FinTransTimeToMaturityText _Text $projection.TimeToMaturity = _Text.TimeToMaturity and _Text.Language = $session.system_language

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IFINTRNTIMTOMA view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Financial Transaction Time to Maturity view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #COMPOSITE view
ObjectModel.representativeKey TimeToMaturity view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY TimeToMaturity I_TimeToMaturity TimeToMaturity
NumberOfYearsOfTimeToMaturity I_TimeToMaturity NumberOfYearsOfTimeToMaturity
NumberOfMonthsOfTimeToMaturity I_TimeToMaturity NumberOfMonthsOfTimeToMaturity
NumberOfDaysOfTimeToMaturity I_TimeToMaturity NumberOfDaysOfTimeToMaturity
MaturitySelectionRoutine
_Text _Text
@AbapCatalog.sqlViewName: 'IFINTRNTIMTOMA'
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Financial Transaction Time to Maturity'
@ObjectModel.usageType:{  sizeCategory: #L,
                          serviceQuality: #D,
                          dataClass: #MASTER }
@VDM.viewType: #COMPOSITE
@ObjectModel.representativeKey: 'TimeToMaturity'

define view I_FinTransactionTimeToMaturity
  as select from I_TimeToMaturity as TimeToMaturity
  association [0..1] to I_FinTransTimeToMaturityText as _Text on  $projection.TimeToMaturity = _Text.TimeToMaturity
                                                              and _Text.Language             = $session.system_language
{
  key TimeToMaturity.TimeToMaturity,
      TimeToMaturity.NumberOfYearsOfTimeToMaturity,
      TimeToMaturity.NumberOfMonthsOfTimeToMaturity,
      TimeToMaturity.NumberOfDaysOfTimeToMaturity,
      cast ( TimeToMaturity.MaturitySelectionRoutine as cpet_keydate_selection_rout ) as MaturitySelectionRoutine,
      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TIMETOMATURITY"
],
"ASSOCIATED":
[
"I_FINTRANSTIMETOMATURITYTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/