SWT_LOGCAT SAP (Workflow trace catalog) Table details

Dictionary Type: Table
Description: Workflow trace catalog




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




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

SWT_LOGCAT is a standard SAP Table which is used to store Workflow trace catalog data and is available within R/3 SAP systems depending on the version and release level.

The SWT_LOGCAT table consists of various fields, each holding specific information or linking keys about Workflow trace catalog data available in SAP. These include HANDLE (ID of Workflow Trace), HANDLETYPE (Technical Trace Variant), CREATED_BY (Creator Name), CREATED_ON (Date created).. 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: Cannot Be Enhanced


SAP SWT_LOGCAT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
HANDLEID of Workflow Trace SWT_HANDL_NUMC12SWT_HANDLE
HANDLETYPETechnical Trace Variant SWT_HNDTYPCHAR1SWT_HNDTYP
CREATED_BYCreator Name SWT_CNAMCHAR12SYCHAR12
CREATED_ONDate created SO_DAT_CRDATS8DATUM
CREATED_ATTime created SO_TIM_CRTIMS6UZEIT
CHANGED_ONDate of last change LADATEDATS8SYDATS
CHANGED_ATTime of Last Change SO_TIM_CHTIMS6UZEIT
RETAIN_BYUser who kept entry SWT_LNAMCHAR12SYCHAR12
WI_IDWork item ID SWW_WIIDNUMC12SWWWIHEADSWW_WIIDWID
DESCRIPTIODescription of Workflow Trace SWT_TEXTCHAR40SWT_TEXT
OBJECTExtended Object ID REALOCHAR45CHAR45

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWT_LOGCAT
INTO CORRESPONDING FIELDS OF WA_SWT_LOGCAT
WHERE...

How to access SAP table SWT_LOGCAT

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