GOX_TR_TABKEY SAP (Table Keys for GOX Objects) Table details

Dictionary Type: Table
Description: Table Keys for GOX Objects




ABAP Code to SELECT data from GOX_TR_TABKEY
Related tables to GOX_TR_TABKEY
Access table GOX_TR_TABKEY




Table field list including key, data, relationships and ABAP select examples

GOX_TR_TABKEY is a standard SAP Table which is used to store Table Keys for GOX Objects data and is available within R/3 SAP systems depending on the version and release level.

The GOX_TR_TABKEY table consists of various fields, each holding specific information or linking keys about Table Keys for GOX Objects data available in SAP. These include OBJECT_NAME (Character field, length 32), PGMID (Program ID in Requests and Tasks), OBJECT (Object Type), OBJ_NAME (Table Name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP GOX_TR_TABKEY table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OBJECT_NAMECharacter field, length 32 CHAR32CHAR32CHAR32
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJ_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
AS4POSDictionary: Line item DDPOSITIONNUMC6DDPOSITION
TABLE_KEYObject Name in Object List TROBJ_NAMECHAR120TROBJ_NAME
DEL_FLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
MASTERTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
MASTERNAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
VIEWNAMEName of SAP table view VIEWNAMECHAR30Assigned to domainVIEWNAMEDVI

Key field Non-key field



How do I retrieve data from SAP table GOX_TR_TABKEY using ABAP code

The following ABAP code Example will allow you to do a basic selection on GOX_TR_TABKEY to SELECT all data from the table
DATA: WA_GOX_TR_TABKEY TYPE GOX_TR_TABKEY.

SELECT SINGLE *
FROM GOX_TR_TABKEY
INTO CORRESPONDING FIELDS OF WA_GOX_TR_TABKEY
WHERE...

How to access SAP table GOX_TR_TABKEY

Within an ECC or HANA version of SAP you can also view further information about GOX_TR_TABKEY and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!