I_RSHMAINTSCHEDULEOPERATIONS
Schedule Operations
I_RSHMAINTSCHEDULEOPERATIONS is a CDS View in S/4HANA. Schedule Operations. It contains 3 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_RSHMaintSchedOpList | view | from | COMPOSITE | All Schedule Operations |
| I_RSHMaintSchedSmltdOp | view | from | COMPOSITE | Maint Scheduling Simulation Operations |
| P_RSHMaintSchedSmltdDueStatus | view | from | CONSUMPTION | Processing Status |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| MaintOrderOperationCounter | MaintOrderOperationCounter | 2 | |
| MaintOrderRoutingNumber | MaintOrderRoutingNumber | 2 | |
| MaintSchedSimlnUUID | MaintSchedSimlnUUID | 1 |
@AbapCatalog.sqlViewName: 'IRSHMNTSCHDOP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Schedule Operations'
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #XL
@ClientHandling.algorithm: #SESSION_VARIABLE
define view I_RSHMaintScheduleOperations
as select from rsh_d_mntschdop
{
key maintschedsimlnoperationuuid as MaintSchedSimlnOperationUUID,
maintschedsimlnuuid as MaintSchedSimlnUUID,
maintorderroutingnumber as MaintOrderRoutingNumber,
maintorderoperationcounter as MaintOrderOperationCounter,
maintorderconfirmation as MaintOrderConfirmation,
maintordopsimulatedstartdate as MaintOrdOpSimulatedStartDate,
maintordopsimulatedstarttime as MaintOrdOpSimulatedStartTime,
maintordopsimulatedenddate as MaintOrdOpSimulatedEndDate,
maintordopsimulatedendtime as MaintOrdOpSimulatedEndTime,
simulatedworkcenterinternalid as SimulatedWorkCenterInternalID,
simulatedworkcentertypecode as SimulatedWorkCenterTypeCode,
maintordopsimulationstatus as MaintOrdOpSimulationStatus,
maintordopschedsimulationmode as MaintOrdOpSchedSimulationMode,
// cast( maintordopschedwork as abap.dec(24,0) ) as MaintOrdOpSchedWork,
maintordopschedwork as MaintOrdOpSchedWork,
lastchangedbyuser as LastChangedByUser,
lastchangedatetime as LastChangeDateTime
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"RSH_D_MNTSCHDOP"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/