I_ChmlCmpstnProcgStsTxt

DDL: I_CHMLCMPSTNPROCGSTSTXT Type: view_entity BASIC Package: EHFND_BO_CMPS_COMN

Composition Processing Status - Text

I_ChmlCmpstnProcgStsTxt is a Basic CDS View that provides data about "Composition Processing Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Language, ChmlCompositionStatus. It has 1 association to related views. Part of development package EHFND_BO_CMPS_COMN.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (11)

NameValueLevelField
EndUserText.label Composition Processing Status - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey ChmlCompositionStatus view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY ChmlCompositionStatus
ChmlCompositionStatusName ddtext
_Language _Language
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Composition Processing Status - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'ChmlCompositionStatus',
  dataCategory: #TEXT,
  usageType: {
    serviceQuality: #A,
    sizeCategory: #S,
    dataClass: #MASTER
  }
}

@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_ChmlCmpstnProcgStsTxt
  as select from dd07t

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key cast(ddlanguage as spras preserving type )  as Language,

      @ObjectModel.text.element: ['ChmlCompositionStatusName']
  key cast(domvalue_l as ehfnd_cci_ccmps_status ) as ChmlCompositionStatus,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }
      ddtext                                      as ChmlCompositionStatusName,

      /* Associations */
      _Language
}
where
      as4local = 'A'
  and as4vers  = '0000'
  and domname  = 'EHFND_CCI_CCMPS_STATUS'