SWFREVTPOQ SAP (Process Observation : Event Queue) Table details

Dictionary Type: Table
Description: Process Observation : Event Queue




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




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

SWFREVTPOQ is a standard SAP Table which is used to store Process Observation : Event Queue data and is available within R/3 SAP systems depending on the version and release level.

The SWFREVTPOQ table consists of various fields, each holding specific information or linking keys about Process Observation : Event Queue data available in SAP. These include EVT_GUID (Event GUID), EVENT_ID (ID of an event instance), TSTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), EVENT (Event).. 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 SWFREVTPOQ 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
EVT_GUIDEvent GUID SWE_EGUIDCHAR32SYSUUID_C
EVENT_IDID of an event instance SWE_EVTIDNUMC20SWE_EVTID
TSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
OBJCATEGObject Type Category SWFECLSTYPCHAR2SWFECLSTYPSWF_CATID
OBJTYPEType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
CONT_EXISTEvent container contains individually entered elements SWE_CONTCHAR1CHAR1
CREA_DATESystem Date SYDATUMDATS8SYDATS
CREA_TIMESystem Time SYUZEITTIMS6SYTIME
CREA_STMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJIDAgent ID in Organizational Management ACTORIDCHAR12HROBJID_12
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
COBJTYPEType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
REQUESTEREvent Queue: Identification of Requester SWE_REQUESCHAR104
TCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
SOURCE_MANDTClient ID SYMANDTCLNT3Assigned to domainMANDT
SOURCE_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
TRANS_ID Transaction ID0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFREVTPOQ
INTO CORRESPONDING FIELDS OF WA_SWFREVTPOQ
WHERE...

How to access SAP table SWFREVTPOQ

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