C_PurOrdMaintainCrcyValHelp
PO Maintenance: Value Help for Currency
C_PurOrdMaintainCrcyValHelp is a Consumption CDS View that provides data about "PO Maintenance: Value Help for 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 | curr | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_CurrencyText | _Text | _Text.Currency = $projection.Currency and _Text.Language = $session.system_language |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.sqlViewName | CPOMAINTVHCRCY | view | |
| EndUserText.label | PO Maintenance: Value Help for Currency | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Currency | Currency | Currency | |
| CurrencyName | _Text | CurrencyName |
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@VDM.viewType: #CONSUMPTION
@AbapCatalog.sqlViewName: 'CPOMAINTVHCRCY'
@EndUserText.label: 'PO Maintenance: Value Help for Currency'
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view C_PurOrdMaintainCrcyValHelp
as select from I_Currency as curr
association [0..1] to I_CurrencyText as _Text on _Text.Currency = $projection.Currency
and _Text.Language = $session.system_language
{
@EndUserText.label: 'Currency' key Currency,
_Text.CurrencyName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CURRENCY",
"I_CURRENCYTEXT"
],
"ASSOCIATED":
[
"I_CURRENCYTEXT"
],
"BASE":
[],
"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