NTFPARTNER_D

Transparent Table Application Table

Draft table for entity R_MAINTNOTIFICATIONPARTNERTP

NTFPARTNER_D is an SAP database table in S/4HANA. Draft table for entity R_MAINTNOTIFICATIONPARTNERTP. It contains 10 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
R_MaintNotifPartnerDraft view_entity from BASIC Draft query view for maint notif partner

Fields (10)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY maintenancenotification qmnum Notification
KEY partnerfunction parvw_unv Partner Funct.
KEY notificationpartnerobjectnmbr i_count Counter
KEY draftuuid sdraft_uuid Draft Document ID
parentdraftuuid sdraft_uuid Draft Document ID
partner i_parnr Partner
maintenancepartner i_parnr Partner
bopfuuid sdraft_uuid Draft Document ID
bopfparentuuid sdraft_uuid Draft Document ID

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.

-- Draft table for entity R_MAINTNOTIFICATIONPARTNERTP
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE NTFPARTNER_D (
    MANDT,                          -- Client [mandt]
    MAINTENANCENOTIFICATION,        -- Notification [qmnum]
    PARTNERFUNCTION,                -- Partner Funct. [parvw_unv]
    NOTIFICATIONPARTNEROBJECTNMBR,  -- Counter [i_count]
    DRAFTUUID,                      -- Draft Document ID [sdraft_uuid]
    PARENTDRAFTUUID,                -- Draft Document ID [sdraft_uuid]
    PARTNER,                        -- Partner [i_parnr]
    MAINTENANCEPARTNER,             -- Partner [i_parnr]
    BOPFUUID,                       -- Draft Document ID [sdraft_uuid]
    BOPFPARENTUUID,                 -- Draft Document ID [sdraft_uuid]
    PRIMARY KEY (MANDT, MAINTENANCENOTIFICATION, PARTNERFUNCTION, NOTIFICATIONPARTNEROBJECTNMBR, DRAFTUUID)
);