I_MAINTENANCEORDERHISTORY

CDS View

Maintenance Order History

I_MAINTENANCEORDERHISTORY is a CDS View in S/4HANA. Maintenance Order History. It contains 61 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MaintOrderHistTechObj view from COMPOSITE Maintenance Order History w/ Techn. Obj.

Fields (61)

KeyField CDS FieldsUsed in Views
KEY MaintenanceOrder MaintenanceOrder 1
_Assembly _Assembly 1
_BusinessArea _BusinessArea 1
_Equipment _Equipment 1
_LocationAccountAssignment _LocationAccountAssignment 1
_MaintenanceActivityType _MaintenanceActivityType 1
_MaintenanceItem _MaintenanceItem 1
_MaintenanceNotification _MaintenanceNotification 1
_MaintenanceOrderCategory _MaintenanceOrderCategory 1
_MaintenanceOrderComponent _MaintenanceOrderComponent 1
_MaintenanceOrderPhase _MaintenanceOrderPhase 1
_MaintenanceOrderType _MaintenanceOrderType 1
_MaintenancePlan _MaintenancePlan 1
_MaintenancePlannerGroup _MaintenancePlannerGroup 1
_MaintenancePlanningPlant _MaintenancePlanningPlant 1
_MaintenancePriority _MaintenancePriority 1
_MaintenancePriorityType _MaintenancePriorityType 1
_OperationSystemCondition _OperationSystemCondition 1
_StatusObject _StatusObject 1
_StatusObjectStatus _StatusObjectStatus 1
ActualStartDate ActualStartDate 1
Assembly Assembly 1
AuthorizationGroup AuthorizationGroup 1
BillOfOperations BillOfOperations 1
BillOfOperationsType BillOfOperationsType 1
BillOfOperationsVariant BillOfOperationsVariant 1
BusinessArea BusinessArea 1
ConfirmedEndDate ConfirmedEndDate 1
ControllingArea ControllingArea 1
CreatedByUser CreatedByUser 1
CreationDate CreationDate 1
Equipment Equipment 1
IsMarkedForDeletion IsMarkedForDeletion 1
LastChangeDate LastChangeDate 1
LastChangedByUser LastChangedByUser 1
LeadingOrder LeadingOrder 1
MaintenanceActivityType MaintenanceActivityType 1
MaintenanceItem MaintenanceItem 1
MaintenanceNotification MaintenanceNotification 1
MaintenanceOrderCategory MaintenanceOrderCategory 1
MaintenanceOrderDesc MaintenanceOrderDesc 1
MaintenanceOrderInternalID MaintenanceOrderInternalID 1
MaintenanceOrderPlanningCode MaintenanceOrderPlanningCode 1
MaintenanceOrderType MaintenanceOrderType 1
MaintenancePlan MaintenancePlan 1
MaintenancePlannerGroup MaintenancePlannerGroup 1
MaintenancePlanningPlant MaintenancePlanningPlant 1
MaintenancePlant MaintenancePlant 1
MaintenanceProcessingPhase MaintenanceProcessingPhase 1
MaintenanceRevision MaintenanceRevision 1
MaintObjectLocAcctAssgmtNmbr MaintObjectLocAcctAssgmtNmbr 1
MaintOrdBasicEndDate MaintOrdBasicEndDate 1
MaintOrdBasicStartDate MaintOrdBasicStartDate 1
MaintOrderReferenceDate MaintOrderReferenceDate 1
MaintPriority MaintPriority 1
MaintPriorityType MaintPriorityType 1
OperationSystemCondition OperationSystemCondition 1
Plant Plant 1
SerialNumber SerialNumber 1
WorkCenterInternalID WorkCenterInternalID 1
WorkCenterTypeCode WorkCenterTypeCode 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 History
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTENANCEORDERHISTORY (
    MAINTENANCEORDER,
    _ASSEMBLY,
    _BUSINESSAREA,
    _EQUIPMENT,
    _LOCATIONACCOUNTASSIGNMENT,
    _MAINTENANCEACTIVITYTYPE,
    _MAINTENANCEITEM,
    _MAINTENANCENOTIFICATION,
    _MAINTENANCEORDERCATEGORY,
    _MAINTENANCEORDERCOMPONENT,
    _MAINTENANCEORDERPHASE,
    _MAINTENANCEORDERTYPE,
    _MAINTENANCEPLAN,
    _MAINTENANCEPLANNERGROUP,
    _MAINTENANCEPLANNINGPLANT,
    _MAINTENANCEPRIORITY,
    _MAINTENANCEPRIORITYTYPE,
    _OPERATIONSYSTEMCONDITION,
    _STATUSOBJECT,
    _STATUSOBJECTSTATUS,
    ACTUALSTARTDATE,
    ASSEMBLY,
    AUTHORIZATIONGROUP,
    BILLOFOPERATIONS,
    BILLOFOPERATIONSTYPE,
    BILLOFOPERATIONSVARIANT,
    BUSINESSAREA,
    CONFIRMEDENDDATE,
    CONTROLLINGAREA,
    CREATEDBYUSER,
    CREATIONDATE,
    EQUIPMENT,
    ISMARKEDFORDELETION,
    LASTCHANGEDATE,
    LASTCHANGEDBYUSER,
    LEADINGORDER,
    MAINTENANCEACTIVITYTYPE,
    MAINTENANCEITEM,
    MAINTENANCENOTIFICATION,
    MAINTENANCEORDERCATEGORY,
    MAINTENANCEORDERDESC,
    MAINTENANCEORDERINTERNALID,
    MAINTENANCEORDERPLANNINGCODE,
    MAINTENANCEORDERTYPE,
    MAINTENANCEPLAN,
    MAINTENANCEPLANNERGROUP,
    MAINTENANCEPLANNINGPLANT,
    MAINTENANCEPLANT,
    MAINTENANCEPROCESSINGPHASE,
    MAINTENANCEREVISION,
    MAINTOBJECTLOCACCTASSGMTNMBR,
    MAINTORDBASICENDDATE,
    MAINTORDBASICSTARTDATE,
    MAINTORDERREFERENCEDATE,
    MAINTPRIORITY,
    MAINTPRIORITYTYPE,
    OPERATIONSYSTEMCONDITION,
    PLANT,
    SERIALNUMBER,
    WORKCENTERINTERNALID,
    WORKCENTERTYPECODE,
    PRIMARY KEY (MAINTENANCEORDER)
);