KO018 SAP (Screen Fields for 'Display object attributes' SAPLSTRJ) Structure details

Dictionary Type: Structure
Description: Screen Fields for 'Display object attributes' SAPLSTRJ




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




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

KO018 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 'Display object attributes' SAPLSTRJ" 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_KO018 TYPE KO018.

The KO018 table consists of various fields, each holding specific information or linking keys about Screen Fields for 'Display object attributes' SAPLSTRJ data available in SAP. These include OBJECT (Object Type), OBJNAME (Object Name in Object List), LANGUAGE (Name of Language), TRLANGDEP (Degree of relevance for translation).. 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: Cannot Be Enhanced


SAP KO018 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
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJNAMEObject Name in Object List TROBJ_NAMECHAR120TROBJ_NAME
LANGUAGEName of Language SPTXTCHAR16SPTXT16DSB
TRLANGDEPDegree of relevance for translation TRLANGDEPCHAR48TRLANGDEP
SYNTAXFlag: Object Syntax Correct TRSYNTAXCHAR1AS4FLAG
CLIDEPFlag, object is client-specific TRCLIDEPCHAR1AS4FLAG
CATEGORYObject Category TRCATEGOBCHAR4TRCATEG
COMPLETEFlag, whether complete transport of object is required TRCOMPLETECHAR1TRCOMPLETE
TRANSPFlag indicating object is transportable TRTRANSPCHAR1AS4FLAG
TLOCKFlag indicating object is subject to request lock management TRTLOCKCHAR1AS4FLAG
REPARIERTRepair Flag for Repository Object REPAIRCHAR1SYSDEP
GENERIERTGeneration flag GENFLAGCHAR1GENFLAG
T_PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
T_OBJEKTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
T_OBJNAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
AUTHORPerson Responsible for a Repository Object RESPONSIBLCHAR12AS4USERUSER_ADDR
SOURCESYSOriginal System of Object SRCSYSTEMCHAR10SYSNAME
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
PDEVCLASSTransport Layer in ABAP Workbench DEVLAYERCHAR4DEVLAYERTCE_TRANSPORT_LAYERS
CONSYSConsolidation system CONSYSCHAR10SYSNAME
LOCKOBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
LOCK1Lock key in CTS LOCKARGCHAR120LOCKARG
TRNOTEXISTWarning: Object Unknown in Transport Organizer TRNOTEXISTCHAR23TRNOTEXIST
TRNOTADIRWarning: Object Not Entered in Object Directory TRNOTADIRCHAR52TRNOTADIR
LOCKLENActual length of the HIKEY key LOWLENINT410TRLENGTH
TRNOLOCKSIndicator: Object Not Locked/Parallel Locks/Locked TRNOLOCKSCHAR52TRNOLOCKS
MSTLANGOriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
CREATED_ONCreation Date of the Object CREATIONDTDATS8AS4DATE
CHECK_DATEChecked on SCC_DATEDATS8SCC_DATE
CHECK_CFGCheck Configuration SCC_CFGCHAR30Assigned to domainSCC_CONFIG_ID

Key field Non-key field



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

As KO018 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 KO018 as there is no data to select.

How to access SAP table KO018

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