I_TrdClassfctnProposalStatusT

DDL: I_TRDCLASSFCTNPROPOSALSTATUST Type: view_entity BASIC

Classification Proposal Status - Text

I_TrdClassfctnProposalStatusT is a Basic CDS View that provides data about "Classification Proposal Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, TrdClassfctnProposalStatus. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (2)

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

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Classification Proposal Status - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey TrdClassfctnProposalStatus view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language ddlanguage
KEY TrdClassfctnProposalStatus
TrdClassfctnProposalStatusDesc ddtext
_Language _Language
_TrdClassfctnProposalStatus _TrdClassfctnProposalStatus
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Classification Proposal Status - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'TrdClassfctnProposalStatus'

@Search.searchable: true


define view entity I_TrdClassfctnProposalStatusT 
  as select from dd07t
  association [0..1] to I_Language                 as _Language                 on $projection.Language = _Language.Language
  association [0..1] to I_TrdClassfctnProposalStatus as _TrdClassfctnProposalStatus on $projection.TrdClassfctnProposalStatus = _TrdClassfctnProposalStatus.TrdClassfctnProposalStatus
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                  as Language,
      @ObjectModel.foreignKey.association: '_TrdClassfctnProposalStatus'
  key cast(domvalue_l as /sapsll/cls_prpsl_status)                  as TrdClassfctnProposalStatus,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking:#LOW
      ddtext                      as TrdClassfctnProposalStatusDesc,

      _Language,
      _TrdClassfctnProposalStatus
}
where
      domname  = '/SAPSLL/CLS_PRPSL_STATUS'
  and as4local = 'A'