I_TrdClassfctnPrpslSourceTypeT

DDL: I_TRDCLASSFCTNPRPSLSOURCETYPET Type: view_entity BASIC Package: VDM_SLL_CLS_PRPSL

Classif Proposal Source Type - Text

I_TrdClassfctnPrpslSourceTypeT is a Basic CDS View that provides data about "Classif Proposal Source Type - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, TrdClassfctnProposalSourceType. It has 2 associations to related views. Part of development package VDM_SLL_CLS_PRPSL.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Classif Proposal Source Type - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #META view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey TrdClassfctnProposalSourceType view
Analytics.technicalName ITRDCLSPRPSLALSRCET view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY TrdClassfctnProposalSourceType
TrdClassfctnPrpslSrceTypeDesc ddtext
_Language _Language
_TrdClassfctnPrpslSourceType _TrdClassfctnPrpslSourceType
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Classif Proposal Source Type - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #A,
  sizeCategory: #S,
  dataClass: #META
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'TrdClassfctnProposalSourceType'
@Analytics.technicalName:'ITRDCLSPRPSLALSRCET'

define view entity I_TrdClassfctnPrpslSourceTypeT
  as select from dd07t
  association [0..1] to I_Language                 as _Language                 on $projection.Language = _Language.Language
  association [0..1] to I_TrdClassfctnPrpslSourceType as _TrdClassfctnPrpslSourceType on $projection.TrdClassfctnProposalSourceType = _TrdClassfctnPrpslSourceType.TrdClassfctnProposalSourceType
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                  as Language,
      @ObjectModel.foreignKey.association: '_TrdClassfctnPrpslSourceType'
  key cast(domvalue_l as /sapsll/cls_prpsl_source_type)                  as TrdClassfctnProposalSourceType,
      @Semantics.text: true
      ddtext                      as TrdClassfctnPrpslSrceTypeDesc,

      _Language,
      _TrdClassfctnPrpslSourceType
}
where
      domname  = '/SAPSLL/CLS_PRPSL_SOURCE_TYPE'
  and as4local = 'A'