I_ChmlCmplncIdfrProcgStsTxt

DDL: I_CHMLCMPLNCIDFRPROCGSTSTXT Type: view_entity BASIC Package: EHFND_RAP_CCIDFR

Chml Cmplnc Idfr Procg Status - Text

I_ChmlCmplncIdfrProcgStsTxt is a Basic CDS View that provides data about "Chml Cmplnc Idfr Procg Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, ChmlCmplncIdfrProcgStatus. It has 1 association to related views. Part of development package EHFND_RAP_CCIDFR.

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 Chml Cmplnc Idfr Procg Status - Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.representativeKey ChmlCmplncIdfrProcgStatus 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 (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY ChmlCmplncIdfrProcgStatus
ChmlCmplncIdfrProcgStatusTxt ddtext
_Language _Language
_ChmlCmplncIdfrProcgStsVH _ChmlCmplncIdfrProcgStsVH
@AbapCatalog.viewEnhancementCategory: [#NONE]
@EndUserText.label: 'Chml Cmplnc Idfr Procg Status - Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel: {
  representativeKey: 'ChmlCmplncIdfrProcgStatus',
  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_ChmlCmplncIdfrProcgStsTxt
  as select from dd07t

  association        to parent I_ChmlCmplncIdfrProcgStsVH as _ChmlCmplncIdfrProcgStsVH on $projection.ChmlCmplncIdfrProcgStatus = _ChmlCmplncIdfrProcgStsVH.ChmlCmplncIdfrProcgStatus
  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: ['ChmlCmplncIdfrProcgStatusTxt']
  key cast(domvalue_l as ehfnd_ccidfr_procstat)  as ChmlCmplncIdfrProcgStatus,

      @Semantics.text: true
      @Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8 }      
      ddtext                                     as ChmlCmplncIdfrProcgStatusTxt,
      
      /* Associations */
      _Language,
      _ChmlCmplncIdfrProcgStsVH
}
 where 
       as4local = 'A' 
   and as4vers  = '0000'
   and domname  = 'EHFND_CCIDFR_PROCSTAT'