I_ReasonCodeConversionVers

DDL: I_REASONCODECONVERSIONVERS SQL: IRSNCODECNVVERS Type: view BASIC Package: ODATA_PAYMENTADVICES

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)

SourceAliasJoin Type
t053v t053v from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ReasonCodeConversionVersText _Text $projection.PaytAdvcDiffDeterminationRule = _Text.PaytAdvcDiffDeterminationRule

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}