A_FinancialTransactionNPV

DDL: A_FINANCIALTRANSACTIONNPV Type: view_entity CONSUMPTION

Financial Transaction Net Present Value

A_FinancialTransactionNPV is a Consumption CDS View that provides data about "Financial Transaction Net Present Value" in SAP S/4HANA. It reads from 1 data source (R_FinancialTransactionNPVTP) and exposes 14 fields with key fields CompanyCode, FinancialTransaction, FinancialTransactionNPVType, NetPresentValueValidityDate.

Data Sources (1)

SourceAliasJoin Type
R_FinancialTransactionNPVTP R_FinancialTransactionNPVTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Financial Transaction Net Present Value view
AccessControl.authorizationCheck #MANDATORY view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
OData.entityType.name FinancialTransactionNPV_Type view

Fields (14)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY FinancialTransaction FinancialTransaction
KEY FinancialTransactionNPVType FinancialTransactionNPVType
KEY NetPresentValueValidityDate NetPresentValueValidityDate
NetPresentValueAmountInNPVCrcy NetPresentValueAmountInNPVCrcy
NetPresentValueCurrency NetPresentValueCurrency
IntrinsicValueAmountInNPVCrcy IntrinsicValueAmountInNPVCrcy
TimeValueAmountInNPVCrcy TimeValueAmountInNPVCrcy
CleanPriceAmountInNPVCrcy CleanPriceAmountInNPVCrcy
IncomingNPVAmountInNPVCrcy IncomingNPVAmountInNPVCrcy
OutgoingNPVAmountInNPVCrcy OutgoingNPVAmountInNPVCrcy
RiskFreeNPVAmountInNPVCrcy RiskFreeNPVAmountInNPVCrcy
CreditValueAdjmtAmtInNPVCrcy CreditValueAdjmtAmtInNPVCrcy
DebitValueAdjmtAmtInNPVCrcy DebitValueAdjmtAmtInNPVCrcy
@EndUserText.label: 'Financial Transaction Net Present Value'
@AccessControl.authorizationCheck: #MANDATORY
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@VDM.viewType: #CONSUMPTION
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #M,
  dataClass: #TRANSACTIONAL }
@OData.entityType.name:'FinancialTransactionNPV_Type'  
define root view entity A_FinancialTransactionNPV
  provider contract transactional_query
  as projection on R_FinancialTransactionNPVTP 
{
  key CompanyCode,
  key FinancialTransaction,
  key FinancialTransactionNPVType,
  key NetPresentValueValidityDate, 
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      NetPresentValueAmountInNPVCrcy,
      NetPresentValueCurrency,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      IntrinsicValueAmountInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      TimeValueAmountInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      CleanPriceAmountInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      IncomingNPVAmountInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      OutgoingNPVAmountInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      RiskFreeNPVAmountInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      CreditValueAdjmtAmtInNPVCrcy,
      @Semantics.amount.currencyCode: 'NetPresentValueCurrency'
      DebitValueAdjmtAmtInNPVCrcy
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_FINANCIALTRANSACTIONNPVTP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/