@AbapCatalog.sqlViewName: 'p_procmttypet_vh'
@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 procurement type'
define view P_Procmttypetext as select from dd07t
{
--key dd07t.domname,
key cast(dd07t.domvalue_l as ProcurementType) 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 = 'BESKZ'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/