KO040 SAP (Screen Fields for Global Information) Structure details

Dictionary Type: Structure
Description: Screen Fields for Global Information




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




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

KO040 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screen Fields for Global Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KO040 TYPE KO040.

The KO040 table consists of various fields, each holding specific information or linking keys about Screen Fields for Global Information data available in SAP. These include SEL_RT_ICR (Select released tasks in requests of other users), LIGHTS_TRA (Display (stoplight icon): Status of a user's transports), LIGHTS_REP (Display (Stoplight Icon): Your Own and Other Repairs), CNT_TRANSP (Number of transports in a user's SAPNAMES file).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KO040 structure 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
USERNAMEOwner of a Request or Task TR_AS4USERCHAR12AS4USERUSER_ADDR
SEL_RT_ICRSelect released tasks in requests of other users TRSLT_RTCRCHAR1CHAR_LG_01
LIGHTS_TRADisplay (stoplight icon): Status of a user's transports TRLIGHTTRACHAR132SYCHAR132
LIGHTS_REPDisplay (Stoplight Icon): Your Own and Other Repairs TRLIGHTREPCHAR132SYCHAR132
CNT_TRANSPNumber of transports in a user's SAPNAMES file TRTRP_CNTCHAR4CHAR4
CNT_REPARANumber of Repair Entries in User's SAPNAMES File TRIRE_CNTCHAR4CHAR4
SEL_EREXFlag for Number of Exports with Errors TRIET_FLAGCHAR1AS4FLAG
CNT_EREXNumber of Exports with Errors TRIET_CNTNUMC4NUM04
CNT_EREX_FNumber of Exports with Errors TRIET_CNTNUMC4NUM04
SEL_EXPOFlag for Number of Successful Exports TRIOT_FLAGCHAR1AS4FLAG
CNT_EXPONumber of Successfully Exported Transport Requests TRIOT_CNTNUMC4NUM04
SEL_NOSUFlag for Number of Transports Imported with Errors TRIFT_FLAGCHAR1AS4FLAG
CNT_NOSUNumber of Transports Imported with Errors TRIFT_CNTNUMC4NUM04
CNT_NOSU_FNumber of Transports Imported with Errors TRIFT_CNTNUMC4NUM04
SEL_OKIMFlag for Number of Successful Imports TRIIT_FLAGCHAR1AS4FLAG
CNT_OKIMNumber of Successful Iimports TRIIT_CNTNUMC4NUM04
SEL_REPOFlag for Number of Own Repairs TRIRO_FLAGCHAR1AS4FLAG
CNT_REPONumber of Own Repairs TRIRO_CNTNUMC4NUM04
CNT_REPO_CNumber of Own Repairs TRIRO_CNTNUMC4NUM04
SEL_REPFFlag for Number of Other User's Repairs TRIRF_FLAGCHAR1AS4FLAG
CNT_REPFNumber of Repairs Belonging to Other Users TRIRF_CNTNUMC4NUM04
CNT_REPF_CNumber of Repairs Belonging to Other Users TRIRF_CNTNUMC4NUM04
WF_COUNTNumber of Workflow Items in Inbox TRINBOXCNTCHAR4

Key field Non-key field



How do I retrieve data from SAP structure KO040 using ABAP code?

As KO040 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KO040 as there is no data to select.

How to access SAP table KO040

Within an ECC or HANA version of SAP you can also view further information about KO040 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!