I_SupProtCheckProcStatusText

DDL: I_SUPPROTCHECKPROCSTATUSTEXT Type: view_entity BASIC

Review Sup Prot Check Status - Text

I_SupProtCheckProcStatusText is a Basic CDS View that provides data about "Review Sup Prot Check Status - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, SupProtCheckProcStatus. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t ValueProvider from

Associations (1)

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

Annotations (14)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey SupProtCheckProcStatus view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view
Analytics.technicalName ISUPCHCKSTATUST view
EndUserText.label Review Sup Prot Check Status - Text view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY SupProtCheckProcStatus
DomainValue dd07t domvalue_l
SupProtCheckProcStatusText
_SupProtCheckProcStatus _SupProtCheckProcStatus
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
                representativeKey: 'SupProtCheckProcStatus',
                usageType: { serviceQuality: #A,
                             dataClass: #META,
                             sizeCategory: #S } }
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@Search.searchable: true
@VDM: { lifecycle.contract.type: #PUBLIC_LOCAL_API,
        viewType: #BASIC }
@Analytics.dataExtraction.enabled:true
@Analytics.technicalName: 'ISUPCHCKSTATUST'
@EndUserText.label: 'Review Sup Prot Check Status - Text'
define view entity I_SupProtCheckProcStatusText
  as select from dd07t as ValueProvider
  association        to parent I_SupProtCheckProcStatus as _SupProtCheckProcStatus on $projection.SupProtCheckProcStatus = _SupProtCheckProcStatus.SupProtCheckProcStatus
  association [0..1] to I_Language                      as _Language               on $projection.Language = _Language.Language
{

      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( ValueProvider.ddlanguage as spras preserving type )                     as Language,

      @ObjectModel.text.element: ['SupProtCheckProcStatusText']
  key cast( ValueProvider.domvalue_l as sup_check_processing_status )               as SupProtCheckProcStatus,
      @Analytics.hidden: true
      @Consumption.hidden: true
      ValueProvider.domvalue_l                                                      as DomainValue,
      @Search: { defaultSearchElement: true,
                 fuzzinessThreshold: 0.8,
                 ranking: #HIGH }
      @Semantics.text: true
      cast( ValueProvider.ddtext as sup_check_process_status_text preserving type ) as SupProtCheckProcStatusText,
      _SupProtCheckProcStatus,
      _Language
}
where
      ValueProvider.domname  = 'SUP_CHECK_PROCESSING_STATUS'
  and ValueProvider.as4local = 'A'
  and ValueProvider.as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SUPPROTCHECKPROCSTATUS"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/