SUSG_SUB

Transparent Table Temporary Data

Usage Data: Subkeys

SUSG_SUB is an SAP database table in S/4HANA. Usage Data: Subkeys. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
SUSG_I_DATA view inner Usage Data: Data View
SUSG_I_ODATA view inner Usage Data: Data View
SUSG_I_RDATA view inner Usage Data: Data View

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY usgid susg_id ID
KEY subid abap.int4
roottype scmon_roottype Request Type
rootname scmon_rootname Entry Point

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.

-- Usage Data: Subkeys
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE SUSG_SUB (
    USGID,     -- ID [susg_id]
    SUBID,     -- abap.int4
    ROOTTYPE,  -- Request Type [scmon_roottype]
    ROOTNAME,  -- Entry Point [scmon_rootname]
    PRIMARY KEY (USGID, SUBID)
);