//GENERATED:003:E6ExH29r7kU{rc1Uxl{1wW
@AbapCatalog.sqlViewName : 'IPV__VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey : 'ProductionVersion'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label : 'Production Version'
define view I_ProductionVersionStdVH as select from I_ProductionVersion {
@Consumption.valueHelpDefinition: [ { entity : { name: 'I_MaterialStdVH', element: 'Material' } } ]
@ObjectModel.foreignKey.association : '_Material'
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold : 0.8
key Material,
@ObjectModel.foreignKey.association : '_Plant'
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold : 0.8
key Plant,
@ObjectModel.text.element: ['ProductionVersionText']
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@Search.fuzzinessThreshold : 0.8
key ProductionVersion,
@Search.defaultSearchElement: true
@Search.ranking: #LOW
@Search.fuzzinessThreshold : 0.8
@Semantics.text: true
ProductionVersionText,
@Semantics.businessDate.to: true
ValidityEndDate,
@Semantics.businessDate.from : true
ValidityStartDate,
@Consumption.hidden: true
_Material,
@Consumption.hidden: true
_Plant
};
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_PRODUCTIONVERSION"
],
"ASSOCIATED":
[
"I_MATERIAL",
"I_PLANT"
],
"BASE":
[
"I_PRODUCTIONVERSION"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_ProductionVersionStdVH view