QMMALTEXT

Transparent Table Application Table

Notification Activity Long Text

QMMALTEXT is an SAP database table in S/4HANA. Notification Activity Long Text. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_QltyNotifActivityLongText view from BASIC Quality Notification Activity Long Text

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY client mandt Client
KEY qmnum qmnum Notification
KEY manum aknum Activity
KEY counter qltcounter Counter
KEY langu langu Language

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.

-- Notification Activity Long Text
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE QMMALTEXT (
    CLIENT,   -- Client [mandt]
    QMNUM,    -- Notification [qmnum]
    MANUM,    -- Activity [aknum]
    COUNTER,  -- Counter [qltcounter]
    LANGU,    -- Language [langu]
    PRIMARY KEY (CLIENT, QMNUM, MANUM, COUNTER, LANGU)
);