I_SCHEDPRODNPRODUCTIONVERSION

CDS View

Schedule Production Production Versions

I_SCHEDPRODNPRODUCTIONVERSION is a CDS View in S/4HANA. Schedule Production Production Versions. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_SchedProdnSalesDocumentVH view inner CONSUMPTION Sales Document
@AbapCatalog.sqlViewName: 'ISCHEDPRODVERS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Schedule Production Production Versions'
@ObjectModel.usageType: {serviceQuality: #B, sizeCategory: #XL, dataClass: #TRANSACTIONAL}
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_SchedProdnProductionVersion as select from mkal {
  
    key matnr      as Material,
  key werks      as Plant,
  key verid      as ProductionVersion,
  mdv01  as ProductionLine,
  text1 as ProductionVersionText,
  plnty as BillOfOperationsType 
}