C_SalesInsightCrcyVH
Sales Insight: Currency Value Help
C_SalesInsightCrcyVH is a Consumption CDS View that provides data about "Sales Insight: Currency Value Help" in SAP S/4HANA. It reads from 1 data source (I_Currency) and exposes 2 fields with key field Currency.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Currency | I_Currency | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSICURRENCYVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sales Insight: Currency Value Help | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Currency | Currency | ||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CSICURRENCYVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sales Insight: Currency Value Help'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
define view C_SalesInsightCrcyVH
as select from I_Currency
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.7
@ObjectModel.text.association: '_Text'
key Currency,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CURRENCY"
],
"ASSOCIATED":
[
"I_CURRENCYTEXT"
],
"BASE":
[
"I_CURRENCY"
],
"VERSION":0
}
}*/
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