@AbapCatalog.sqlViewName : 'CPRODNROUTINGVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #CONSUMPTION
@EndUserText.label : 'Production Routing Value Help'
@ObjectModel.representativeKey : 'BillOfOperationsGroup'
@ObjectModel.usageType: {serviceQuality: #C,
dataClass: #MIXED,
sizeCategory: #S}
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
define view 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,
@UI.hidden: true
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'
/*+[internal] {
"BASEINFO":
{
"FROM ":
[
"I_BILLOFOPERATIONS",
"I_BILLOFOPERATIONSCHANGESTATE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
C_ChangeRecordProdnRoutingVH view