C_ChangeRecordProdnRoutingVH

DDL: C_CHANGERECORDPRODNROUTINGVH Type: view_entity CONSUMPTION Package: VDM_PLMB_CR

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. Part of development package VDM_PLMB_CR.

Data Sources (1)

SourceAliasJoin Type
I_BillOfOperations _BillOfOperations from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
EndUserText.label Production Routing Value Help view
ObjectModel.representativeKey BillOfOperationsGroup view
Analytics.technicalName CPRODNROUTINGVH view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #S 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
@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'