I_MAINTORDEROPERCOMP

CDS View

Maintenance Order Operation Component

I_MAINTORDEROPERCOMP is a CDS View in S/4HANA. Maintenance Order Operation Component. It contains 29 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_MaintOrderComponentTP view from TRANSACTIONAL Maintenance Order Operation Component

Fields (29)

KeyField CDS FieldsUsed in Views
KEY MaintenanceOrder MaintenanceOrder 1
KEY MaintenanceOrderOperation MaintenanceOrderOperation 1
KEY MaintenanceOrderSubOperation MaintenanceOrderSubOperation 1
KEY MaintOrderComponentInternalID MaintOrderComponentInternalID 1
_ItemCategoryText _ItemCategoryText 1
_Material _Material 1
_MaterialText _MaterialText 1
_Plant _Plant 1
_SafetyRelevance _SafetyRelevance 1
_StatusObject _StatusObject 1
_StorageLocation _StorageLocation 1
_UnitOfMeasure _UnitOfMeasure 1
BaseUnit BaseUnit 1
ComponentDescription ComponentDescription 1
IsDeleted IsDeleted 1
ItemCategory ItemCategory 1
MaintenanceOrderComponent MaintenanceOrderComponent,MaintOrderComponentForEdit 1
MaintOrderOperationCounter MaintOrderOperationCounter 1
MaintOrderRoutingNumber MaintOrderRoutingNumber 1
Material Material 1
MaterialGroup MaterialGroup 1
Plant Plant 1
QuantityWithdrawnInBaseUnit QuantityWithdrawnInBaseUnit 1
RequirementQuantityInBaseUnit RequirementQuantityInBaseUnit 1
Reservation Reservation 1
ReservationItem ReservationItem 1
ReservationType ReservationType 1
StorageLocation StorageLocation 1
Supplier Supplier 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 Component
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTORDEROPERCOMP (
    MAINTENANCEORDER,
    MAINTENANCEORDEROPERATION,
    MAINTENANCEORDERSUBOPERATION,
    MAINTORDERCOMPONENTINTERNALID,
    _ITEMCATEGORYTEXT,
    _MATERIAL,
    _MATERIALTEXT,
    _PLANT,
    _SAFETYRELEVANCE,
    _STATUSOBJECT,
    _STORAGELOCATION,
    _UNITOFMEASURE,
    BASEUNIT,
    COMPONENTDESCRIPTION,
    ISDELETED,
    ITEMCATEGORY,
    MAINTENANCEORDERCOMPONENT,
    MAINTORDEROPERATIONCOUNTER,
    MAINTORDERROUTINGNUMBER,
    MATERIAL,
    MATERIALGROUP,
    PLANT,
    QUANTITYWITHDRAWNINBASEUNIT,
    REQUIREMENTQUANTITYINBASEUNIT,
    RESERVATION,
    RESERVATIONITEM,
    RESERVATIONTYPE,
    STORAGELOCATION,
    SUPPLIER,
    PRIMARY KEY (MAINTENANCEORDER, MAINTENANCEORDEROPERATION, MAINTENANCEORDERSUBOPERATION, MAINTORDERCOMPONENTINTERNALID)
);