I_DE_DtaMdmExchRecipientCode

DDL: I_DE_DTAMDMEXCHRECIPIENTCODE SQL: ISUPLRDMEIND Type: view BASIC

Recipient Code for Data Medium Exchange

I_DE_DtaMdmExchRecipientCode is a Basic CDS View that provides data about "Recipient Code for Data Medium Exchange" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field DataMediumExchangeIndicator. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DE_DtaMdmExchRecipientCodeT _Text $projection.DataMediumExchangeIndicator = _Text.DataMediumExchangeIndicator

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ISUPLRDMEIND view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
Search.searchable true view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey DataMediumExchangeIndicator view
ObjectModel.modelingPattern #NONE view
EndUserText.label Recipient Code for Data Medium Exchange view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DataMediumExchangeIndicator Indicator
DomainValue domvalue_l Data Medium Exchange Indicator
_Text _Text
@AbapCatalog.sqlViewName: 'ISUPLRDMEIND'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Search.searchable: true
@ObjectModel: {
  usageType: {
    sizeCategory: #S,
    serviceQuality: #X,
    dataClass: #CUSTOMIZING
  },
  resultSet.sizeCategory: #XS,
  representativeKey: 'DataMediumExchangeIndicator',
  supportedCapabilities: [#CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET ],
  modelingPattern: #NONE
}
@EndUserText.label: 'Recipient Code for Data Medium Exchange'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
define view I_DE_DtaMdmExchRecipientCode
  as select from dd07l

  association [0..*] to I_DE_DtaMdmExchRecipientCodeT as _Text on $projection.DataMediumExchangeIndicator = _Text.DataMediumExchangeIndicator

{
      @ObjectModel.text.association: '_Text'
      @EndUserText.label: 'Indicator'
      @Consumption.filter.hidden: true
  key cast ( cast ( substring( domvalue_l, 1, 1 ) as abap.char( 1 ) ) as dtams ) as DataMediumExchangeIndicator,

      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @EndUserText.label: 'Data Medium Exchange Indicator'
      @Consumption.hidden: true
      domvalue_l                                                                 as DomainValue,

      _Text

}

where
      domname  = 'DTAMS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_DE_DTAMDMEXCHRECIPIENTCODET"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/