WBCROSSGTX

Transparent Table Temporary Data

Index für globale Typen - Verwaltung langer Namen

WBCROSSGTX is an SAP database table in S/4HANA. Index für globale Typen - Verwaltung langer Namen. It contains 7 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
cross_references view from Where Used Index
cross_references view union_all Where Used Index

Fields (7)

KeyField Data ElementDescription DomainTypeLength
KEY otype abap.char ID for Object Types
KEY name eu_lname Object Name
KEY state r3state Program Status
udate sydatum Current Date
uzeit syuzeit Time
uname syuname User Name
long_name abap.string

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.

-- Index für globale Typen - Verwaltung langer Namen
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE WBCROSSGTX (
    OTYPE,      -- ID for Object Types [abap.char]
    NAME,       -- Object Name [eu_lname]
    STATE,      -- Program Status [r3state]
    UDATE,      -- Current Date [sydatum]
    UZEIT,      -- Time [syuzeit]
    UNAME,      -- User Name [syuname]
    LONG_NAME,  -- abap.string
    PRIMARY KEY (OTYPE, NAME, STATE)
);