A_FinancialTransactionNPV
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)
| Source | Alias | Join Type |
|---|---|---|
| R_FinancialTransactionNPVTP | R_FinancialTransactionNPVTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA