I_ReasonCodeConversionVers
Reason Code Conversion Version
I_ReasonCodeConversionVers is a Basic CDS View (Dimension) that provides data about "Reason Code Conversion Version" in SAP S/4HANA. It reads from 1 data source (t053v) and exposes 3 fields with key field PaytAdvcDiffDeterminationRule. It has 1 association to related views. Part of development package ODATA_PAYMENTADVICES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| t053v | t053v | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ReasonCodeConversionVersText | _Text | $projection.PaytAdvcDiffDeterminationRule = _Text.PaytAdvcDiffDeterminationRule |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IRSNCODECNVVERS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ObjectModel.representativeKey | PaytAdvcDiffDeterminationRule | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Reason Code Conversion Version | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PaytAdvcDiffDeterminationRule | |||
| PaytAdvcDiffDetnRuleDesc | ||||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IRSNCODECNVVERS'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }
@ObjectModel.representativeKey: 'PaytAdvcDiffDeterminationRule'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label: 'Reason Code Conversion Version'
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_ReasonCodeConversionVers
as select from t053v
association [0..*] to I_ReasonCodeConversionVersText as _Text on $projection.PaytAdvcDiffDeterminationRule = _Text.PaytAdvcDiffDeterminationRule
{
@ObjectModel.text.association: '_Text'
key cast(vrsdg as farp_pa_vrsdg preserving type) as PaytAdvcDiffDeterminationRule,
_Text[1:Language=$session.system_language].PaytAdvcDiffDetnRuleDesc,
_Text
}
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