GOIJ05_NOMTK

Transparent Table Temporary Data

GTT for nomtk

GOIJ05_NOMTK is an SAP database table in S/4HANA. GTT for 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_Nominations view inner To fetch nominations
Oij05_Oijsched view inner CDSV for OIJSCHED
Oij05_Oijsched_Sim view inner CDSV for OIJ05_SCHED_SIM
Oij05_Sched view inner CDS for OIJ_SCHED

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 nomtk
-- Category TRANSPARENT · Delivery class L
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE GOIJ05_NOMTK (
    NOMTK,  -- Nomination key [OIJ_NOMTK]
    PRIMARY KEY (NOMTK)
);