R_MAINTNOTIFICATIONITEMTP

CDS View

Maintenance Notification Item

R_MAINTNOTIFICATIONITEMTP is a CDS View in S/4HANA. Maintenance Notification Item. It contains 2 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
A_MaintNotificationItem view_entity projection COMPOSITE Maintenance Notification Item
C_MaintNotificationItemTP_2 view_entity projection CONSUMPTION Maintenance Notification Item
C_MaintNotificationItemTP_3 view from CONSUMPTION Maintenance Notification Item
I_MaintNotificationItemTP_2 view_entity projection TRANSACTIONAL Maintenance Notification Item TP
I_MaintNotificationItemTP_3 view_entity projection TRANSACTIONAL Maintenance Notification Item - TP

Fields (2)

KeyField CDS FieldsUsed in Views
MaintNotifItemChangedDateTime MaintNotifItemChangedDateTime 1
MaintNotifItemCreationDateTime MaintNotifItemCreationDateTime 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 Notification Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE R_MAINTNOTIFICATIONITEMTP (
    MAINTNOTIFITEMCHANGEDDATETIME,
    MAINTNOTIFITEMCREATIONDATETIME
);