T100U

Transparent Table System Table (transport)

Letzter Änderer von Nachrichten

T100U is an SAP database table in S/4HANA. Letzter Änderer von Nachrichten. It contains 5 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
ATOV_REWORK_TASK view left_outer Rework Task
I_CASystemMessageLastChangedBy view_entity from BASIC Letzter Änderer einer Systemnachricht

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY arbgb arbgb Area
KEY msgnr msgnr Message
name syuname User Name
datum sydatum Current Date
selfdef doku_selfd Docu status

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.

-- Letzter Änderer von Nachrichten
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T100U (
    ARBGB,    -- Area [arbgb]
    MSGNR,    -- Message [msgnr]
    NAME,     -- User Name [syuname]
    DATUM,    -- Current Date [sydatum]
    SELFDEF,  -- Docu status [doku_selfd]
    PRIMARY KEY (ARBGB, MSGNR)
);