I_MAINTORDERCOMPONENTTP

CDS View

Maintenance Order Operation Component

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

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_MaintOrderComponentTP view from CONSUMPTION Maintenance Order Component with Draft

Fields (22)

KeyField CDS FieldsUsed in Views
KEY MaintenanceOrder MaintenanceOrder 1
KEY MaintenanceOrderOperation MaintenanceOrderOperation 1
KEY MaintenanceOrderSubOperation MaintenanceOrderSubOperation 1
KEY MaintOrderComponentInternalID MaintOrderComponentInternalID 1
_Material _Material 1
_Plant _Plant 1
_StorageLocation _StorageLocation 1
_UnitOfMeasure _UnitOfMeasure 1
BaseUnit BaseUnit 1
ComponentDescription ComponentDescription 1
MaintenanceOrderComponent MaintenanceOrderComponent 1
MaintOrderComponentForEdit MaintOrderComponentForEdit 1
MaintOrderOperationCounter MaintOrderOperationCounter 1
MaintOrderRoutingNumber MaintOrderRoutingNumber 1
Material Material 1
Plant Plant 1
QuantityWithdrawnInBaseUnit QuantityWithdrawnInBaseUnit 1
RequirementQuantityInBaseUnit RequirementQuantityInBaseUnit 1
Reservation Reservation 1
ReservationItem ReservationItem 1
ReservationType ReservationType 1
StorageLocation StorageLocation 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_MAINTORDERCOMPONENTTP (
    MAINTENANCEORDER,
    MAINTENANCEORDEROPERATION,
    MAINTENANCEORDERSUBOPERATION,
    MAINTORDERCOMPONENTINTERNALID,
    _MATERIAL,
    _PLANT,
    _STORAGELOCATION,
    _UNITOFMEASURE,
    BASEUNIT,
    COMPONENTDESCRIPTION,
    MAINTENANCEORDERCOMPONENT,
    MAINTORDERCOMPONENTFOREDIT,
    MAINTORDEROPERATIONCOUNTER,
    MAINTORDERROUTINGNUMBER,
    MATERIAL,
    PLANT,
    QUANTITYWITHDRAWNINBASEUNIT,
    REQUIREMENTQUANTITYINBASEUNIT,
    RESERVATION,
    RESERVATIONITEM,
    RESERVATIONTYPE,
    STORAGELOCATION,
    PRIMARY KEY (MAINTENANCEORDER, MAINTENANCEORDEROPERATION, MAINTENANCEORDERSUBOPERATION, MAINTORDERCOMPONENTINTERNALID)
);