R_FINANCIALTRANSACTIONNPVTP

CDS View

Fin Transaction Net Present Value - TP

R_FINANCIALTRANSACTIONNPVTP is a CDS View in S/4HANA. Fin Transaction Net Present Value - TP. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
A_FinancialTransactionNPV view_entity projection CONSUMPTION Financial Transaction Net Present Value
C_FinancialTransactionNPVTP view_entity projection CONSUMPTION Financial Transaction Net Present Value
I_FinancialTransactionNPVTP view_entity projection TRANSACTIONAL Fin Transaction Net Present Value - TP
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Fin Transaction Net Present Value - TP'

@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #M,
  dataClass: #TRANSACTIONAL }
@ObjectModel.sapObjectNodeType.name : 'FinancialTransactionNPV'
@VDM:         { usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ],
                viewType:  #TRANSACTIONAL,
                lifecycle: { contract: { type: #SAP_INTERNAL_API } } }

define root view entity R_FinancialTransactionNPVTP
  as select from R_FinancialTransactionNPV
{
  key CompanyCode,
  key FinancialTransaction,
  key FinancialTransactionNPVType,
  key NetPresentValueValidityDate,
      TreasuryContractType,
      NetPresentValueAmountInNPVCrcy,
      NetPresentValueCurrency,
      IntrinsicValueAmountInNPVCrcy,
      TimeValueAmountInNPVCrcy,
      CleanPriceAmountInNPVCrcy,
      IncomingNPVAmountInNPVCrcy,
      OutgoingNPVAmountInNPVCrcy,
      RiskFreeNPVAmountInNPVCrcy,
      CreditValueAdjmtAmtInNPVCrcy,
      DebitValueAdjmtAmtInNPVCrcy,
      CreditValueAdjustmentType,
      @Semantics.user.createdBy: true
      CreatedByUser,
      CreationTransactionCode,
      FinTransNPVCreationDate,
      FinTransNPVCreationTime,
      @Semantics.user.lastChangedBy: true
      LastChangedByUser,
      ChangeTransactionCode,
      FinTransNPVChangeDate,
      FinTransNPVChangeTime,
      cast( coalesce( FinTransNPVChangeDateTime, FinTransNPVCreationDateTime ) as ftr_npv_last_change_tstmp preserving type ) as FinTransNPVLastChangeDateTime,
      FinTransNPVCalculationLogUUID,
      FinancialTransactionNPVHash,

      _CompanyCode,
      _FinancialTransaction,
      _NPVType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_FINANCIALTRANSACTIONNPV"
],
"ASSOCIATED":
[
"I_COMPANYCODE",
"I_FINANCIALTRANSACTION",
"I_FINANCIALTRANSACTIONNPVTYPE"
],
"BASE":
[
"R_FINANCIALTRANSACTIONNPV"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/