I_RAChangeTransactionCode

DDL: I_RACHANGETRANSACTIONCODE Type: view_entity BASIC Package: FARR_CONTRACT_CDS

RA Change Transaction Code

I_RAChangeTransactionCode is a Basic CDS View that provides data about "RA Change Transaction Code" in SAP S/4HANA. It reads from 1 data source (farr_d_trancode) and exposes 2 fields with key field ChangeTransactionCode. It has 1 association to related views. Part of development package FARR_CONTRACT_CDS.

Data Sources (1)

SourceAliasJoin Type
farr_d_trancode farr_d_trancode from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RAChangeTransactionCodeText _Text $projection.ChangeTransactionCode = _Text.ChangeTransactionCode

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IRACHGTCODE view
EndUserText.label RA Change Transaction Code view
ObjectModel.representativeKey ChangeTransactionCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ChangeTransactionCode transaction_code
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED

@Analytics.technicalName: 'IRACHGTCODE'

@EndUserText.label: 'RA Change Transaction Code'

@ObjectModel.representativeKey: 'ChangeTransactionCode'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #META }

@VDM.viewType: #BASIC

define view entity I_RAChangeTransactionCode
  as select from farr_d_trancode

  association [0..*] to I_RAChangeTransactionCodeText as _Text
    on $projection.ChangeTransactionCode = _Text.ChangeTransactionCode

{
      @ObjectModel.text.association: '_Text'
  key transaction_code as ChangeTransactionCode,

      _Text

}