C_Currencyvhtemp
Value Help for Purchase Order Currency
C_Currencyvhtemp is a Consumption CDS View that provides data about "Value Help for Purchase Order Currency" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 2 fields with key field Currency. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Currency | Currency | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | C_Currencytextvhtemp | _Text | $projection.Currency = _Text.Currency |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCURRENCYVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | Currency | view | |
| Search.searchable | true | view | |
| EndUserText.label | Value Help for Purchase Order Currency | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Currency | I_Currency | Currency | |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CCURRENCYVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'Currency'
@Search.searchable: true
@EndUserText.label: 'Value Help for Purchase Order Currency'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view C_Currencyvhtemp
as select from I_Currency as Currency
association [0..*] to C_Currencytextvhtemp as _Text on $projection.Currency = _Text.Currency
{
@Semantics.currencyCode: true
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.75
@Search.ranking: #HIGH
key Currency.Currency,
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.75
// @Search.ranking: #HIGH
// @EndUserText.label: 'Decimals'
// COALESCE(Currency.Decimals, 2) as Decimals,
// @Search.defaultSearchElement: true
// @Search.fuzzinessThreshold: 0.75
// @Search.ranking: #HIGH
// Currency.CurrencyISOCode,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CURRENCY"
],
"ASSOCIATED":
[
"C_CURRENCYTEXTVHTEMP"
],
"BASE":
[],
"ANNO_REF":
[],
"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