R_TradingProcessErrorFlagText

DDL: R_TRADINGPROCESSERRORFLAGTEXT Type: view_entity BASIC

Follow on Document Creation in TEW - Txt

R_TradingProcessErrorFlagText is a Basic CDS View that provides data about "Follow on Document Creation in TEW - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, TradingProcessErrorFlag. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (13)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName RTRDGPROCERRFLG view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Follow on Document Creation in TEW - Txt view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey TradingProcessErrorFlag view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY TradingProcessErrorFlag
DomainValue dd07t domvalue_l
TradingProcessErrorFlagName ddtext
_TradingProcessErrorFlag _TradingProcessErrorFlag
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.technicalName: 'RTRDGPROCERRFLG'
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@EndUserText.label: 'Follow on Document Creation in TEW - Txt'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'TradingProcessErrorFlag'
@ObjectModel.supportedCapabilities:
[ #CDS_MODELING_ASSOCIATION_TARGET,
  #CDS_MODELING_DATA_SOURCE,
  #LANGUAGE_DEPENDENT_TEXT,
  #SEARCHABLE_ENTITY,
  #SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
define view entity R_TradingProcessErrorFlagText as select from dd07t
  association        to parent R_TradingProcessErrorFlag as _TradingProcessErrorFlag on $projection.TradingProcessErrorFlag = _TradingProcessErrorFlag.TradingProcessErrorFlag
  association [0..1] to I_Language                      as _Language               on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type ) as Language,
//      @ObjectModel.foreignKey.association: '_TradingProcessErrorFlag'

      @ObjectModel.text.element: ['TradingProcessErrorFlagName']
  key cast( dd07t.domvalue_l as  wb2b_error_tew )       as TradingProcessErrorFlag,
      @Consumption.hidden: true
      dd07t.domvalue_l                                  as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      @Consumption.filter.hidden: true
      @UI.textArrangement: #TEXT_ONLY
      ddtext                                            as TradingProcessErrorFlagName,

//      Associations

     _TradingProcessErrorFlag,
      _Language
}
where
      dd07t.domname  = 'WB2B_ERROR_TEW'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'