SCOL_TRACE SAP (ESF: Trace) Table details

Dictionary Type: Table
Description: ESF: Trace




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




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

SCOL_TRACE is a standard SAP Table which is used to store ESF: Trace data and is available within R/3 SAP systems depending on the version and release level.

The SCOL_TRACE table consists of various fields, each holding specific information or linking keys about ESF: Trace data available in SAP. These include TRACENO (Trace Number), CALLTYPE (R/S/I/O: Request / Response / In / Out), TRIPNO (Round Trip Number), COLCLIENT (Client ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SCOL_TRACE 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
TRACEIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
TRACENO Trace Number0
CALLTYPE R/S/I/O: Request / Response / In / Out0
TRIPNO Round Trip Number0
COLCLIENTClient ID SYMANDTCLNT3Assigned to domainMANDT
COLUSERUser Name SYUNAMECHAR12SYCHAR12
CLIENTHOST Host Name of an ESF client0
ASHOST Host Name of the current Application Server0
COLDATESystem Date SYDATUMDATS8SYDATS
COLTIMESystem Time SYUZEITTIMS6SYTIME
CLASS Class Name0
METHOD Method Name0
XMLDOC Trace Data in XML0
SHOW_SOURCE Show Source Coding allowed0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCOL_TRACE
INTO CORRESPONDING FIELDS OF WA_SCOL_TRACE
WHERE...

How to access SAP table SCOL_TRACE

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