@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@EndUserText.label : 'Control Cycle'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MASTER
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey : 'JITControlCycle'
@Consumption.ranked: true
@Search.searchable: true
define view entity C_JITOutbSqncControlCycleVH
as select from I_JITControlCycle
{
@Search: {defaultSearchElement: true , ranking: #HIGH, fuzzinessThreshold: 0.7}
@EndUserText.label : 'Control Cycle'
@EndUserText.quickInfo : 'Control Cycle'
key JITControlCycle,
@Search: { defaultSearchElement: true , ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
@EndUserText.label : 'Material'
@EndUserText.quickInfo : 'Material'
key Material,
@Search: { defaultSearchElement: true , ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
@EndUserText.label : 'Plant'
@EndUserText.quickInfo : 'Plant'
@UI.hidden: true
@Consumption.filter .hidden: true
key Plant,
@Search: { defaultSearchElement: true , ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
@EndUserText.label : 'Lifecycle Status'
@EndUserText.quickInfo : 'Lifecycle Status'
@UI.hidden: true
@Consumption.filter .hidden: true
JITCtrlCycLifeCycSts,
@Search: { defaultSearchElement: true , ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
@EndUserText.label : 'Supply Area'
@EndUserText.quickInfo : 'Supply Area'
ProductionSupplyArea,
@Search: { defaultSearchElement: true , ranking: #MEDIUM, fuzzinessThreshold: 0.7 }
@EndUserText.label : 'Source Supply Area'
@EndUserText.quickInfo : 'Source Supply Area'
SourceProductionSupplyArea
}
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_JITCONTROLCYCLE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
C_JITOutbSqncControlCycleVH view_entity