C_ChangeRecordProdnRoutingVH_2

DDL: C_CHANGERECORDPRODNROUTINGVH_2 Type: view_entity CONSUMPTION Package: VDM_PLMB_CR_RAP

Production Routing in Change Record V4

C_ChangeRecordProdnRoutingVH_2 is a Consumption CDS View that provides data about "Production Routing in Change Record V4" in SAP S/4HANA. It reads from 1 data source (I_BOOMaterialAssignment) and exposes 11 fields with key fields Material, Plant, BillOfOperationsType, BillOfOperationsGroup, BillOfOperationsVariant. Part of development package VDM_PLMB_CR_RAP.

Data Sources (1)

SourceAliasJoin Type
I_BOOMaterialAssignment I_BOOMaterialAssignment from

Annotations (11)

NameValueLevelField
VDM.viewType #CONSUMPTION view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey BOOToMaterialInternalID view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #MANDATORY view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Production Routing in Change Record V4 view

Fields (11)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY Plant Plant
KEY BillOfOperationsType BillOfOperationsType
KEY BillOfOperationsGroup BillOfOperationsGroup
KEY BillOfOperationsVariant BillOfOperationsVariant
KEY BOOToMaterialInternalID BOOToMaterialInternalID
_Material _Material
_Plant _Plant
_BillOfOperationsType _BillOfOperationsType
_BillOfOperationsGroup _BillOfOperationsGroup
_BillOfOperations _BillOfOperations
@VDM.viewType: #CONSUMPTION
@Consumption.ranked:true 
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'BOOToMaterialInternalID'
@ObjectModel.supportedCapabilities: [#VALUE_HELP_PROVIDER, #SEARCHABLE_ENTITY]
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.authorizationCheck: #MANDATORY

@Search.searchable: true

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Production Routing in Change Record V4'
define view entity C_ChangeRecordProdnRoutingVH_2 as select from I_BOOMaterialAssignment
{
  
  @ObjectModel.foreignKey.association: '_Material'
  @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  @Search.fuzzinessThreshold: 0.8
  key Material,
  @ObjectModel.foreignKey.association: '_Plant'
  @Search.defaultSearchElement: true
  @Search.ranking: #MEDIUM
  @Search.fuzzinessThreshold: 0.8
  key Plant,
  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  @Search.fuzzinessThreshold: 0.8
  @ObjectModel.foreignKey.association: '_BillOfOperationsType'
  key BillOfOperationsType,
  @ObjectModel.foreignKey.association: '_BillOfOperationsGroup'
  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  @Search.fuzzinessThreshold: 0.8
  key BillOfOperationsGroup,
  @ObjectModel.foreignKey.association: '_BillOfOperations'
  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  @Search.fuzzinessThreshold: 0.8
  key BillOfOperationsVariant,
  @Search.defaultSearchElement: true
  @Search.ranking: #LOW
  @Search.fuzzinessThreshold: 0.8
  key BOOToMaterialInternalID,

  @Consumption.hidden: true
  _Material,
  @Consumption.hidden: true
  _Plant,
  @Consumption.hidden: true
  _BillOfOperationsType,
  @Consumption.hidden: true
  _BillOfOperationsGroup,
  @Consumption.hidden: true
  _BillOfOperations
}
where BillOfOperationsType = 'N'