R_TrdgProcessVariantTypeText

DDL: R_TRDGPROCESSVARIANTTYPETEXT Type: view_entity BASIC

Variant Type of Trading Process - Text

R_TrdgProcessVariantTypeText is a Basic CDS View that provides data about "Variant Type of Trading Process - Text" in SAP S/4HANA. It reads from 1 data source (tewtypet) and exposes 5 fields with key fields TradingProcessVariantType, Language. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
tewtypet tewtypet from

Associations (2)

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

Annotations (11)

NameValueLevelField
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey TradingProcessVariantType view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
Analytics.internalName #LOCAL view
EndUserText.label Variant Type of Trading Process - Text view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY TradingProcessVariantType tew_type
KEY Language spras
TradingProcessVariantTypeName text
_TrdgProcessVariantType _TrdgProcessVariantType
_Language _Language
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@ObjectModel: {
   representativeKey: 'TradingProcessVariantType',
   dataCategory: #TEXT,
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #B,
     sizeCategory:   #S
   }
}
@Analytics: {
    internalName: #LOCAL
}
@EndUserText.label: 'Variant Type of Trading Process - Text'
@Metadata.ignorePropagatedAnnotations: true

define view entity R_TrdgProcessVariantTypeText
  as select from tewtypet

  association [0..1] to R_TrdgProcessVariantType as _TrdgProcessVariantType on $projection.TradingProcessVariantType = _TrdgProcessVariantType.TradingProcessVariantType
  association [0..1] to I_Language               as _Language               on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_TrdgProcessVariantType'
  key tew_type as TradingProcessVariantType,

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras    as Language,

      @Semantics.text: true
      text     as TradingProcessVariantTypeName,

      //Associations

      _TrdgProcessVariantType,
      _Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TEWTYPET"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_TRDGPROCESSVARIANTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/