TEWAWAWINFO

Transparent Table Customizing Table

Wiegeinformationen

TEWAWAWINFO is an SAP database table in S/4HANA. Wiegeinformationen. It contains 6 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_EWA_WeighingInformation view_entity from BASIC Weighing Information

Fields (6)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY infoid ewawa_infoid Weighing Data
icon ewael_symbol Icon
msgid arbgb Area
msgno msgnr Message
msgty msgty Message Type

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.

-- Wiegeinformationen
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TEWAWAWINFO (
    MANDT,   -- Client [mandt]
    INFOID,  -- Weighing Data [ewawa_infoid]
    ICON,    -- Icon [ewael_symbol]
    MSGID,   -- Area [arbgb]
    MSGNO,   -- Message [msgnr]
    MSGTY,   -- Message Type [msgty]
    PRIMARY KEY (MANDT, INFOID)
);