I_MAINTPLANCALLOBJECT

CDS View

Maintenance Plan Call Object

I_MAINTPLANCALLOBJECT is a CDS View in S/4HANA. Maintenance Plan Call Object. It contains 17 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
A_MaintPlanCallObject view from CONSUMPTION Maintenance Plan Call Objects
C_MaintPlanCallObject view from CONSUMPTION Maintenance Plan Call Objects
P_MaintPlanSchedulingOverview view from COMPOSITE Maintenance Plan Scheduling Overview
P_RSHMaintAssetBoard view inner CONSUMPTION Maintenance Asset Board
P_RSHMaintAssetBoardShapes view inner CONSUMPTION Maintenance asset board shapes
P_RSHMaintPlanConsumption view inner CONSUMPTION Maintenance Plan Consumption

Fields (17)

KeyField CDS FieldsUsed in Views
KEY MaintenanceItem MaintenanceItem 1
KEY MaintenancePlan MaintenancePlan 1
KEY MaintenancePlanCallNumber MaintenancePlanCallNumber 2
KEY PlannedStartDate BasicStartDate,EndDate,StartDate 2
_MaintenanceItem _MaintenanceItem 1
_MaintenanceNotification _MaintenanceNotification 1
_MaintenanceOrder _MaintenanceOrder 1
_MaintenancePlan _MaintenancePlan 1
_MaintPlanCallHistory _MaintPlanCallHistory 1
CompletionDate CompletionDate 1
CompletionTime CompletionTime 1
MaintCallHorizonIsNotReached MaintCallHorizonIsNotReached 1
MaintenanceNotification MaintenanceNotification 1
MaintenanceOrder MaintenanceOrder 1
ReleasedByUserName ReleasedByUserName 1
ServiceEntrySheet ServiceEntrySheet 1
ServiceOrder ServiceOrder 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 Plan Call Object
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTPLANCALLOBJECT (
    MAINTENANCEITEM,
    MAINTENANCEPLAN,
    MAINTENANCEPLANCALLNUMBER,
    PLANNEDSTARTDATE,
    _MAINTENANCEITEM,
    _MAINTENANCENOTIFICATION,
    _MAINTENANCEORDER,
    _MAINTENANCEPLAN,
    _MAINTPLANCALLHISTORY,
    COMPLETIONDATE,
    COMPLETIONTIME,
    MAINTCALLHORIZONISNOTREACHED,
    MAINTENANCENOTIFICATION,
    MAINTENANCEORDER,
    RELEASEDBYUSERNAME,
    SERVICEENTRYSHEET,
    SERVICEORDER,
    PRIMARY KEY (MAINTENANCEITEM, MAINTENANCEPLAN, MAINTENANCEPLANCALLNUMBER, PLANNEDSTARTDATE)
);