I_TIMETOMATURITY
Table for Time to Maturity (Tenor)
I_TIMETOMATURITY is a CDS View in S/4HANA. Table for Time to Maturity (Tenor). It contains 4 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FinTransactionTimeToMaturity | view | from | COMPOSITE | Financial Transaction Time to Maturity |
| P_Vlogp_PositionRep | view | left_outer | COMPOSITE |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | TimeToMaturity | TimeToMaturity | 1 |
| NumberOfDaysOfTimeToMaturity | NumberOfDaysOfTimeToMaturity | 1 | |
| NumberOfMonthsOfTimeToMaturity | NumberOfMonthsOfTimeToMaturity | 1 | |
| NumberOfYearsOfTimeToMaturity | NumberOfYearsOfTimeToMaturity | 1 |
@EndUserText.label: 'Table for Time to Maturity (Tenor)'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #CHECK
@Metadata.allowExtensions:true
@Analytics.dataCategory: #DIMENSION
@AbapCatalog: { sqlViewName: 'ITIMETOMATURITY',
compiler.compareFilter: true,
preserveKey:true }
@VDM.viewType: #BASIC
@ObjectModel.usageType:{ sizeCategory: #L,
serviceQuality: #A,
dataClass: #TRANSACTIONAL }
@ObjectModel.representativeKey: 'TimeToMaturity'
define view I_TimeToMaturity
as select from tbac_tenor
{
key tenor as TimeToMaturity,
tenor_years as NumberOfYearsOfTimeToMaturity,
tenor_months as NumberOfMonthsOfTimeToMaturity,
tenor_days as NumberOfDaysOfTimeToMaturity,
matselrtn as MaturitySelectionRoutine
}