P_SCHEDFIRSTOPERATION
Schedule Production Top Operation on same Resource
P_SCHEDFIRSTOPERATION is a CDS View in S/4HANA. Schedule Production Top Operation on same Resource. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_SchedOperations | view | left_outer | COMPOSITE | Scheduled Operation details |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity 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