C_DbtflAcctsValnCurrencyVH
DAV Display Currency
C_DbtflAcctsValnCurrencyVH is a Consumption CDS View that provides data about "DAV Display Currency" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 2 fields with key field Currency. Part of development package ODATA_DOUBTFUL_ACCTS_VALUATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Currency | I_Currency | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CDAVCRVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | DAV Display Currency | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Currency | Currency | ||
| CurrencyName | Currency Name |
@AbapCatalog.sqlViewName: 'CDAVCRVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'DAV Display Currency'
@VDM.viewType: #CONSUMPTION
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType: {
serviceQuality: #B,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
define view C_DbtflAcctsValnCurrencyVH
as select from I_Currency
{
@Search: {
defaultSearchElement: true,
ranking: #HIGH,
fuzzinessThreshold: 0.7
}
@ObjectModel.text.element: [ 'CurrencyName' ]
key Currency,
@EndUserText.label: 'Currency Name'
@Search: {
defaultSearchElement: true,
ranking: #LOW,
fuzzinessThreshold: 0.7
}
@Semantics.text: true
_Text[1: Language = $session.system_language ].CurrencyName as CurrencyName
}
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