A_CnsldtnCrcyCnvrsnDiffTypeT
Currency Conversions Difference Type Text
A_CnsldtnCrcyCnvrsnDiffTypeT is a Basic CDS View that provides data about "Currency Conversions Difference Type Text" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnCrcyCnvrsnDiffTypeT_2) and exposes 3 fields with key fields Language, CurrencyConversionsDiffType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnCrcyCnvrsnDiffTypeT_2 | I_CnsldtnCrcyCnvrsnDiffTypeT_2 | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACSCRCVNDIFFTYPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Currency Conversions Difference Type Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | Language | ||
| KEY | CurrencyConversionsDiffType | |||
| CurrencyConversionsDiffTypeTxt |
@AbapCatalog.sqlViewName: 'ACSCRCVNDIFFTYPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Currency Conversions Difference Type Text'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: ['CurrencyConversionsDiffType']
@ObjectModel.usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view A_CnsldtnCrcyCnvrsnDiffTypeT
as select from I_CnsldtnCrcyCnvrsnDiffTypeT_2
{
@Semantics.language: true
key Language,
@ObjectModel.sapObjectNodeTypeReference: 'CnsldtnCrcyConversionDiffType'
key cast(CurrencyConversionsDiffType as domvalue_l) as CurrencyConversionsDiffType,
@Semantics.text:true
cast(CurrencyConversionsDiffTypeTxt as fincs_rtflg_t preserving type ) as CurrencyConversionsDiffTypeTxt
}
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