//GENERATED:003:E6ExH29r7kU{rnfafLa8L0
//@AbapCatalog.sqlViewName : 'IBOOV__VH'
//@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey : 'BillOfOperationsVersion'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #CHECK
//@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label : 'Bill of Operations Version'
//define view I_BillOfOperationsVersStdVH
define view entity I_BillOfOperationsVersStdVH
as select from I_BillOfOperationsVersion
{
@ObjectModel.foreignKey.association : '_BillOfOperationsType'
@Search: {defaultSearchElement: true , ranking: #LOW, fuzzinessThreshold: 0.8}
key BillOfOperationsType,
@ObjectModel.foreignKey.association : '_BillOfOperationsGroup'
@Search: {defaultSearchElement: true , ranking: #LOW, fuzzinessThreshold: 0.8}
key BillOfOperationsGroup,
@ObjectModel.foreignKey.association : '_BillOfOperations'
@Search: {defaultSearchElement: true , ranking: #LOW, fuzzinessThreshold: 0.8}
key BillOfOperationsVariant,
@Search: {defaultSearchElement: true , ranking: #HIGH, fuzzinessThreshold: 0.8}
key BillOfOperationsVersion,
@Consumption.hidden: true
_BillOfOperationsType,
@Consumption.hidden: true
_BillOfOperationsGroup,
@Consumption.hidden: true
_BillOfOperations
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_BILLOFOPERATIONSVERSION"
],
"ASSOCIATED":
[
"I_BILLOFOPERATIONS",
"I_BILLOFOPERATIONSGROUP",
"I_BILLOFOPERATIONSTYPE"
],
"BASE":
[
"I_BILLOFOPERATIONSVERSION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_BillOfOperationsVersStdVH view_entity