//GENERATED:004:ZDpK08xG7jU}eBgLtOZvI0
@AbapCatalog.sqlViewName : 'IFL__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true // Optimize Type ahead for value helps - 2302
@ObjectModel.representativeKey : 'FunctionalLocation'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#VALUE_HELP_PROVIDER,
#SEARCHABLE_ENTITY
]
@AccessControl.authorizationCheck: #CHECK
@AccessControl.privilegedAssociations:['_LocationAccountAssignment', '_FunctionalLocationText']
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label : 'Functional Location'
@Search.searchable: true
define view I_FunctionalLocationStdVH
as select from I_FunctionalLocation
{
@ObjectModel.text.association : '_FunctionalLocationText'
@Search: { defaultSearchElement: true , ranking: #HIGH, fuzzinessThreshold: 0.7 }
@Consumption.valueHelpDefault.binding.usage:#FILTER_AND_RESULT // Optimize Type ahead for value helps - 2302
key FunctionalLocation,
@Search: { defaultSearchElement: true , ranking: #LOW, fuzzinessThreshold: 0.7 } // ranking #HIGH to #LOW - Optimize Type ahead for value helps - 2302
@Consumption.hidden: true
_FunctionalLocationText[1:Language = $session.system_language].FunctionalLocationName,
_FunctionalLocationText,
@Consumption.hidden: true
MaintObjectLocAcctAssgmtNmbr,
@Consumption.hidden: true
AuthorizationGroup,
@Consumption.hidden: true
MaintenancePlannerGroup,
@Consumption.hidden: true
MaintenancePlanningPlant,
@Consumption.hidden: true
_LocationAccountAssignment
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_FUNCTIONALLOCATION",
"I_FUNCTIONALLOCATIONTEXT"
],
"ASSOCIATED":
[
"I_FUNCTIONALLOCATIONTEXT",
"I_LOCATIONACCOUNTASSIGNMENT"
],
"BASE":
[
"I_FUNCTIONALLOCATION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_FunctionalLocationStdVH view