I_RSHOPERATIONANDSUBOPERATION

CDS View

Maintenance Order Operation and Suboperation

I_RSHOPERATIONANDSUBOPERATION is a CDS View in S/4HANA. Maintenance Order Operation and Suboperation. It contains 9 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_RSHOpUnassignedWork view from CONSUMPTION Unassigned Work Overview
P_RSHOperationsBase view from CONSUMPTION Maintenance Operations Base Details

Fields (9)

KeyField CDS FieldsUsed in Views
Equipment Equipment 1
MaintenanceOrderType MaintenanceOrderType 1
MaintenancePlannerGroup MaintenancePlannerGroup 1
MaintenancePlanningPlant MaintenancePlanningPlant 1
MaintenanceRevision MaintenanceRevision 1
MaintObjectLocAcctAssgmtNmbr MaintObjectLocAcctAssgmtNmbr 1
MainWorkCenter MainWorkCenter 1
MainWorkCenterPlant MainWorkCenterPlant 1
OperationPersonResponsible OperationPersonResponsible 1

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- Maintenance Order Operation and Suboperation
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_RSHOPERATIONANDSUBOPERATION (
    EQUIPMENT,
    MAINTENANCEORDERTYPE,
    MAINTENANCEPLANNERGROUP,
    MAINTENANCEPLANNINGPLANT,
    MAINTENANCEREVISION,
    MAINTOBJECTLOCACCTASSGMTNMBR,
    MAINWORKCENTER,
    MAINWORKCENTERPLANT,
    OPERATIONPERSONRESPONSIBLE
);