I_LocSubstnExclsnStsText

DDL: I_LOCSUBSTNEXCLSNSTSTEXT Type: view_entity BASIC

Substitution Exclusion Status Text

I_LocSubstnExclsnStsText is a Basic CDS View that provides data about "Substitution Exclusion Status Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, MDSubstnExclsnSts. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Substitution Exclusion Status Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey MDSubstnExclsnSts view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY MDSubstnExclsnSts
DomainValue domvalue_l
MDSubstnStatusDescription
_Language _Language
_ExclsnSts _ExclsnSts
@AccessControl: {
  authorizationCheck: #NOT_REQUIRED
}
@EndUserText.label: 'Substitution Exclusion Status Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'MDSubstnExclsnSts',
  usageType: {
    dataClass: #META,
    serviceQuality: #A,
    sizeCategory: #S
  }
}
@Search.searchable: true
@VDM: {
  viewType: #BASIC
}
/*+[hideWarning] { "IDS" : [ "KEY_CHECK", "CALCULATED_FIELD_CHECK" ]  } */
define view entity I_LocSubstnExclsnStsText 
  as select from dd07t
  association        to parent I_LocSubstnExclsnSts as _ExclsnSts on $projection.MDSubstnExclsnSts = _ExclsnSts.MDSubstnExclsnSts
  association [0..1] to I_Language                  as _Language  on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast(ddlanguage  as spras preserving type )              as Language,

      @ObjectModel.foreignKey.association: '_ExclsnSts'
      @ObjectModel.text.element: ['MDSubstnStatusDescription']
  key cast ( domvalue_l as loc_substn_sub_exclsn_status )      as MDSubstnExclsnSts,

      @Consumption.hidden: true
      domvalue_l                                               as DomainValue,

      @Search: {
        defaultSearchElement: true,
        fuzzinessThreshold: 0.8,
        ranking: #HIGH
      }
      @Semantics.text: true
      cast( ddtext as md_substn_status_text  preserving type ) as MDSubstnStatusDescription,

      /* Associations */
      _Language,
      _ExclsnSts
}
where
      domname  = 'LOC_SUBSTN_SUB_EXCLSN_STATUS'
  and as4local = 'A'
  and as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_LOCSUBSTNEXCLSNSTS"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/