@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@EndUserText.label : 'Production Routing Value Help'
@ObjectModel.representativeKey : 'BillOfOperationsGroup'
@Analytics.technicalName : 'CPRODNROUTINGVH'
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #S}
@Search.searchable: true
define view entity C_ChangeRecordProdnRoutingVH
as select from I_BillOfOperations as _BillOfOperations
{
@EndUserText.label : 'Group '
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold : 0.8
key cast ( BillOfOperationsGroup as plnnr preserving type) as BillOfOperationsGroup,
key BillOfOperationsType,
@Search.defaultSearchElement: true
@EndUserText.label : 'Group Counter'
key BillOfOperationsVariant,
@Search.defaultSearchElement: true
_BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date and ValidityEndDate >= $session.system_date].ResponsiblePlannerGroup,
@Search.defaultSearchElement: true
cast ( _BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date and ValidityEndDate >= $session.system_date].Plant as werks_d preserving type) as Plant,
@Search.defaultSearchElement: true
cast ( _BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date and ValidityEndDate >= $session.system_date].BillOfOperationsDesc as planaltext preserving type) as BillOfOperationsDesc,
@Search.defaultSearchElement: true
_BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date and ValidityEndDate >= $session.system_date].BillOfOperationsUsage,
@Search.defaultSearchElement: true
cast ( _BillOfOperations._BillOfOperationsChangeState[1: ValidityStartDate <= $session.system_date and ValidityEndDate >= $session.system_date].BillOfOperationsStatus as plnst preserving type) as BillOfOperationsStatus
}
where
BillOfOperationsType = 'N'
Depth:
1
2
3
4
5
All
Reload
C_ChangeRecordProdnRoutingVH view_entity