SQLMZZ

Transparent Table Temporary Data

SQL Monitor: Timeslices

SQLMZZ is an SAP database table in S/4HANA. SQL Monitor: Timeslices. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
SQLMDZVDISZ view inner
SQLMEZVDISZ view_entity inner

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY measid INT4 INT4
KEY timeid INT4 INT4
unixtimefrom INT4 INT4
unixtimeto INT4 INT4

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.

-- SQL Monitor: Timeslices
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SQLMZZ (
    MEASID,        -- INT4 [INT4]
    TIMEID,        -- INT4 [INT4]
    UNIXTIMEFROM,  -- INT4 [INT4]
    UNIXTIMETO,    -- INT4 [INT4]
    PRIMARY KEY (MEASID, TIMEID)
);