@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label : 'Source system company codes'
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #ORGANIZATIONAL
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.semanticKey: [ 'SupCosBrkTmplSrceSystCoCode' ]
@ObjectModel.representativeKey : 'SupCosBrkTmplSrceSystCoCode'
@Consumption.ranked: true
define view entity C_SupCosBrkTmplSrcSysCoCodeVH as select from I_BackendCoCodeForPurg {
// @UI.hidden: true
@ObjectModel.text.element: [ 'ProcmtHubCompanyCodeName' ]
key cast ( concat(ProcurementHubSourceSystem, CompanyCode) as mmpur_scbdt_srcesystcocode preserving type ) as SupCosBrkTmplSrceSystCoCode,
ProcurementHubSourceSystem,
///@ObjectModel.text.element: [ 'ProcmtHubCompanyCodeName' ]
@Search: { defaultSearchElement: true , ranking: #HIGH, fuzzinessThreshold: 0.8 }
@UI.lineItem:[ { position:01 } ]
CompanyCode as ProcmtHubCompanyCode,
@Semantics.text: true
@Search: { defaultSearchElement: true , ranking: #LOW, fuzzinessThreshold: 0.7 }
@UI.lineItem:[ { position:01 } ]
CompanyCodeName as ProcmtHubCompanyCodeName,
@Consumption.filter .hidden: true
@EndUserText.label : 'Connected System Name'
@Consumption.valueHelpDefinition: [
{ entity : { name: 'C_ProcmtHubBackendSrceSystemVH',
element: 'ProcurementHubSourceSystemName' }
}]
ProcurementHubSourceSystemName,
//cast ( concat(ProcurementHubSourceSystem, CompanyCode) as mmpur_scbdt_srcesystcocode preserving type ) as SupCosBrkTmplSrceSystCoCode,
@Consumption.filter .hidden: true
_BackendSourceSystem
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_BACKENDCOCODEFORPURG"
],
"ASSOCIATED":
[
"I_BACKENDSOURCESYSTEM"
],
"BASE":
[
"I_BACKENDCOCODEFORPURG"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
C_SupCosBrkTmplSrcSysCoCodeVH view_entity