C_SlsOrdProdnModMstrRtgBOMVers

DDL: C_SLSORDPRODNMODMSTRRTGBOMVERS Type: view_entity CONSUMPTION

Master Routing and BOM

C_SlsOrdProdnModMstrRtgBOMVers is a Consumption CDS View that provides data about "Master Routing and BOM" in SAP S/4HANA. It reads from 1 data source (I_ProdnVersRtgBOMVers) and exposes 15 fields with key fields Material, Plant, ProductionVersion, ProdnVersRtgBOMVersInternalId. It is exposed through 1 OData service (UI_SLSORD_PRODNMODEL_MANAGE).

Data Sources (1)

SourceAliasJoin Type
I_ProdnVersRtgBOMVers I_ProdnVersRtgBOMVers from

Annotations (7)

NameValueLevelField
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Master Routing and BOM view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view

OData Services (1)

ServiceBindingVersionContractRelease
UI_SLSORD_PRODNMODEL_MANAGE UI_SLSORD_PRODNMODEL_MANAGE V4 C1 NOT_RELEASED

Fields (15)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY Plant Plant
KEY ProductionVersion ProductionVersion
KEY ProdnVersRtgBOMVersInternalId ProdnVersRtgBOMVersInternalId
BillOfOperationsGroup BillOfOperationsGroup
BillOfOperationsVariant BillOfOperationsVariant
BillOfMaterialVariantUsage BillOfMaterialVariantUsage
BillOfMaterialVariant BillOfMaterialVariant
BillOfOperationsVersion BillOfOperationsVersion
BillOfMaterialVersion BillOfMaterialVersion
ValidityStartDate ValidityStartDate
ValidityEndDate ValidityEndDate
BillOfOperationsType BillOfOperationsType
BillOfMaterialCategory BillOfMaterialCategory
BillOfMaterial
@AbapCatalog.viewEnhancementCategory: [#NONE]
@VDM: { viewType: #CONSUMPTION }
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Master Routing and BOM'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
define view entity C_SlsOrdProdnModMstrRtgBOMVers
  as select from I_ProdnVersRtgBOMVers
{
      @UI.facet: [ { id              : 'MasterBOMRoutingVers',
                     purpose         : #STANDARD,
                     type            : #FIELDGROUP_REFERENCE,
                     label           : 'Production Version',
                     targetQualifier : 'MasterBOMRTGVers',
                     position        : 10 } ]
      @UI.hidden: true
  key Material,
      @UI.hidden: true
  key Plant,
      @UI.hidden: true
  key ProductionVersion,
      @UI.hidden: true
  key ProdnVersRtgBOMVersInternalId,
      @UI.hidden: true
      BillOfOperationsGroup,
      @UI.hidden: true
      BillOfOperationsVariant,
      @UI.hidden: true
      BillOfMaterialVariantUsage,
      @UI.hidden: true
      BillOfMaterialVariant,
      @UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 10 }]
      BillOfOperationsVersion,
      @UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 20 }]
      BillOfMaterialVersion,
      @UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 30 }]
      @Semantics.dateTime: true
      ValidityStartDate,
      @UI.lineItem: [{ qualifier: 'MasterBOMRoutingVers', position: 40 }]
      @Semantics.dateTime: true
      ValidityEndDate,
      @UI.hidden: true
      BillOfOperationsType,
      @UI.hidden: true
      BillOfMaterialCategory,
      @UI.hidden: true
      cast( BillOfMaterial as cs_stlnr ) as BillOfMaterial
}