SQLMZI

Transparent Table Temporary Data

SQL Monitor: Info & Key

SQLMZI is an SAP database table in S/4HANA. SQL Monitor: Info & Key. It contains 2 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
SQLMDZVDISZ view inner CDS View for SQLMCZVDISZ
SQLMEZVDISZ view_entity inner CDS View for SQLMCZVDISZ

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY measid int4 INT4
KEY infoid 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: Info & Key
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SQLMZI (
    MEASID,  -- INT4 [int4]
    INFOID,  -- INT4 [int4]
    PRIMARY KEY (MEASID, INFOID)
);