P_SCHEDFIRSTOPERATION
P_SCHEDFIRSTOPERATION is a CDS View in S/4HANA. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SchedOperations | view | left_outer | COMPOSITE |
@AbapCatalog.sqlViewName: 'PSCHEDFRSTOP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_SchedFirstOperation as select from I_CapacityRequirementItemCap as CapRqmtItmCap {
key CapRqmtItmCap.CapacityRequirement as CapacityRequirement,
key CapRqmtItmCap.WorkCenterInternalID as WorkCenterInternalID,
min( CapRqmtItmCap.Operation ) as Operation
} group by CapacityRequirement, WorkCenterInternalID