P_Srnoexpllvltext

DDL: P_SRNOEXPLLVLTEXT SQL: P_ExplLVL_text Type: view BASIC

P_Srnoexpllvltext is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Value, Language.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName P_ExplLVL_text view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
domname
KEY Value dd07t domvalue_l
KEY Language dd07t ddlanguage
Description dd07t ddtext
@AbapCatalog.sqlViewName: 'P_ExplLVL_text'
@ObjectModel.dataCategory: #TEXT
//@Analytics: { datacategory: #TEXT  }

@VDM.viewType: #BASIC
@VDM.private: true
//@ClientDependent: true

//@AbapCatalog.compiler.compareFilter: true

@AccessControl.authorizationCheck:  #NOT_REQUIRED

//@Search.searchable: true

//@EndUserText.label: 'Value help for Explicitness of SrNo LVL'

define view P_Srnoexpllvltext
  as select from dd07t
{
       --key dd07t.domname,

  key  dd07t.domvalue_l as Value,
       //    @Search.defaultSearchElement: true

       //    @Search.fuzzinessThreshold: 0.8

       //    @Search.ranking: #HIGH

       @Semantics.language:true
  key  dd07t.ddlanguage as Language,
       //    @Search.defaultSearchElement: true

       //    @Search.fuzzinessThreshold: 0.8

       //    @Search.ranking: #HIGH

       @Semantics.text: true
       dd07t.ddtext     as Description
}
where
  domname = 'SERLV' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/