C_ChangeRecordProdnRoutingVH

DDL: C_CHANGERECORDPRODNROUTINGVH SQL: CPRODNROUTINGVH Type: view CONSUMPTION

Production Routing Value Help

C_ChangeRecordProdnRoutingVH is a Consumption CDS View that provides data about "Production Routing Value Help" in SAP S/4HANA. It reads from 1 data source (I_BillOfOperations) and exposes 8 fields with key fields BillOfOperationsGroup, BillOfOperationsType, BillOfOperationsVariant.

Data Sources (1)

SourceAliasJoin Type
I_BillOfOperations _BillOfOperations from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CPRODNROUTINGVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
EndUserText.label Production Routing Value Help view
ObjectModel.representativeKey BillOfOperationsGroup view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY BillOfOperationsGroup Group
KEY BillOfOperationsType BillOfOperationsType
KEY BillOfOperationsVariant BillOfOperationsVariant Group Counter
ResponsiblePlannerGroup
Plant
BillOfOperationsDesc
BillOfOperationsUsage
BillOfOperationsStatus
@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":""
}
}*/