I_MAINTNOTIFICATIONTASKTP

CDS View

Maint. Notification Task /w Tech. Obj.

I_MAINTNOTIFICATIONTASKTP is a CDS View in S/4HANA. Maint. Notification Task /w Tech. Obj.. It contains 26 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_ObjPgMaintNotificationTask view from CONSUMPTION Maintenance Notification Task

Fields (26)

KeyField CDS FieldsUsed in Views
KEY MaintenanceNotification MaintenanceNotification 1
KEY MaintenanceNotificationTask MaintenanceNotificationTask 1
_ContactPerson _ContactPerson 1
_Customer _Customer 1
_Employee _Employee 1
_MaintenanceNotification _MaintenanceNotification 1
_OrganizationalUnitText _OrganizationalUnitText 1
_PartnerFunction _PartnerFunction 1
_PositionText _PositionText 1
_Supplier _Supplier 1
_User _User 1
CompletedByUser CompletedByUser 1
CompletionDate CompletionDate 1
CompletionTime CompletionTime 1
IsDeleted IsDeleted 1
MaintenanceNotificationItem MaintenanceNotificationItem 1
MaintNotifTaskCode MaintNotifTaskCode 1
MaintNotifTaskCodeGroup MaintNotifTaskCodeGroup 1
MaintNotifTaskInternalID MaintNotifTaskInternalID 1
MaintNotifTaskTxt MaintNotifTaskTxt 1
PlannedEndDate PlannedEndDate 1
PlannedEndTime PlannedEndTime 1
PlannedStartDate PlannedStartDate 1
PlannedStartTime PlannedStartTime 1
ResponsiblePerson ResponsiblePerson 1
ResponsiblePersonFunctionCode ResponsiblePersonFunctionCode 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.

-- Maint. Notification Task /w Tech. Obj.
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_MAINTNOTIFICATIONTASKTP (
    MAINTENANCENOTIFICATION,
    MAINTENANCENOTIFICATIONTASK,
    _CONTACTPERSON,
    _CUSTOMER,
    _EMPLOYEE,
    _MAINTENANCENOTIFICATION,
    _ORGANIZATIONALUNITTEXT,
    _PARTNERFUNCTION,
    _POSITIONTEXT,
    _SUPPLIER,
    _USER,
    COMPLETEDBYUSER,
    COMPLETIONDATE,
    COMPLETIONTIME,
    ISDELETED,
    MAINTENANCENOTIFICATIONITEM,
    MAINTNOTIFTASKCODE,
    MAINTNOTIFTASKCODEGROUP,
    MAINTNOTIFTASKINTERNALID,
    MAINTNOTIFTASKTXT,
    PLANNEDENDDATE,
    PLANNEDENDTIME,
    PLANNEDSTARTDATE,
    PLANNEDSTARTTIME,
    RESPONSIBLEPERSON,
    RESPONSIBLEPERSONFUNCTIONCODE,
    PRIMARY KEY (MAINTENANCENOTIFICATION, MAINTENANCENOTIFICATIONTASK)
);