SWFREVTLOG SAP (Event Log) Table details

Dictionary Type: Table
Description: Event Log




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




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

SWFREVTLOG is a standard SAP Table which is used to store Event Log data and is available within R/3 SAP systems depending on the version and release level.

The SWFREVTLOG table consists of various fields, each holding specific information or linking keys about Event Log data available in SAP. These include LOGGUID (GUID in 'RAW' format), EVENT_ID (ID of an event instance), OBJCATEG (Object Type Category), OBJTYPE (Type of Objects in Persistent Object References).. 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 SWFREVTLOG 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
LOGGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
EVENT_IDID of an event instance SWE_EVTIDNUMC20SWE_EVTID
OBJCATEGObject Type Category SWFECLSTYPCHAR2SWFECLSTYPSWF_CATID
OBJTYPEType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
OBJKEYInstance Ident. in BOR Compat. Persistent Object References SIBFBORIIDCHAR70SIBFBORIID
RECTYPEName of Receiver Type SWFERECTYPCHAR32SWFERECTYP
RECCATEGCategory of Objects in Persistent Object References SIBFCATIDCHAR2SIBFCATID
RECTYPEIDType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
RECKEYInstance Ident. in BOR Compat. Persistent Object References SIBFBORIIDCHAR70SIBFBORIID
ERROREvent Trace: Error Number SWE_ERRORNUMC4SWE_ERROR
RECMODEIndicator for Event Handler SWFERECMODCHAR1SWFERECMOD
RECCLASSClass Name of Handler SWFERECCLSCHAR30SEOCLSNAME
RECINTERFInterface Name of Handler SWFERECITFCHAR30SEOCLSNAME
RECMETHName of Handler Method SWFERECMETCHAR30CHAR30
RECMETYPMethod Type SWFEMETTYPCHAR1SWFEMETTYP
RECFBName of Receiver Function Module SWE_RECFBCHAR30Assigned to domainFUNCNAME
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
CHECKFBName of Check Function Module SWE_CHKFBCHAR30Assigned to domainFUNCNAME
RECGETFBName of Receiver Type Function Module SWE_RECTFBCHAR30Assigned to domainFUNCNAME
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDAgent ID in Organizational Management ACTORIDCHAR12HROBJID_12
CREA_STMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
TIMESTAMPUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
PROGNAMEABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
TRFC_IDTRFC_ID of triggered receiver function module SWE_TRFCIDCHAR24SWE_TRFCID
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFREVTLOG
INTO CORRESPONDING FIELDS OF WA_SWFREVTLOG
WHERE...

How to access SAP table SWFREVTLOG

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