GOIJ05_GNOMTK

Transparent Table Temporary Data

GTT for global nomtk

GOIJ05_GNOMTK is an SAP database table in S/4HANA. GTT for global nomtk. It contains 1 fields. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
Cds_Oijne view inner CDS combining OIJNE & OIJNE_SIM
Oij05_GNominations view inner To fetch nominations
OIJ05_ICSCHED view inner To fetch global simulation of type IC
Oij05_Oijgsched view inner CDSV for GSched
Oij05_Oijgsched_Sim view inner CDS View for Oij05_Oijgsched_Sim

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY nomtk OIJ_NOMTK Nomination key

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.

-- GTT for global nomtk
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GOIJ05_GNOMTK (
    NOMTK,  -- Nomination key [OIJ_NOMTK]
    PRIMARY KEY (NOMTK)
);