I_MAINTITEMOBJECTLISTITEM

CDS View

Maintenance Item Object List Item

I_MAINTITEMOBJECTLISTITEM is a CDS View in S/4HANA. Maintenance Item Object List Item. It contains 7 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_TechObjSrvcMaintItmObjList view inner COMPOSITE Tech obj in maint item obj list for srvc
R_MaintItemObjectListItemTP view_entity from TRANSACTIONAL Maintenance Item Object List Item

Fields (7)

KeyField CDS FieldsUsed in Views
_Equipment _Equipment 1
_FunctionalLocation _FunctionalLocation 1
_LocationAccountAssignment _LocationAccountAssignment 1
ControllingArea ControllingArea 1
CostCenter CostCenter 1
Equipment Equipment 1
MaintObjectLocAcctAssgmtNmbr MaintObjectLocAcctAssgmtNmbr 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 Item Object List Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTITEMOBJECTLISTITEM (
    _EQUIPMENT,
    _FUNCTIONALLOCATION,
    _LOCATIONACCOUNTASSIGNMENT,
    CONTROLLINGAREA,
    COSTCENTER,
    EQUIPMENT,
    MAINTOBJECTLOCACCTASSGMTNMBR
);