SAP Table SWEQUEUE

Event Queue for Temporary Storage of Triggered Events

SWEQUEUE (Event Queue for Temporary Storage of Triggered Events) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link SWEQUEUE to other SAP tables.

SWEQUEUE table fields

Field Data element Checktable Datatype Length Decimals
CLIENT Client MANDT T000 CLNT 3 0
EVT_GUID Event GUID SWE_EGUID CHAR 32 0
EVENT_ID ID of an event instance SWE_EVTID NUMC 20 0
TSTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPS DEC 15 0
EVENT Event SWO_EVENT CHAR 32 0
OBJTYPE Type of Objects in Persistent Object References SIBFTYPEID CHAR 32 0
OBJKEY Object key SWO_TYPEID CHAR 70 0
RECTYPE Name of Receiver Type SWFERECTYP CHAR 32 0
RECID Receiver ID SWE_RECID CHAR 90 0
RECFB Name of Receiver Function Module SWE_RECFB TFDIR CHAR 30 0
RFCDEST Name of logical RFC destination RFCDWF CHAR 32 0
URGENCY Urgency of event SWE_URG NUMC 1 0
1 Highest - Express
2 High
3 Medium
4 Low
0 Default
TESTING Test event SWE_TEST CHAR 1 0
X Yes
NULL No
CONT_EXIST Event container contains individually entered elements SWE_CONT CHAR 1 0
DELIVERED Flag showing whether event already delivered SWE_DELIV CHAR 1 0
X Yes
NULL No
STATUS Event Queue: Status of an Event in the Queue SWE_EVTSTA INT1 3 0
0 Ready
3 In process
5 Delivered
10 Waiting because of error
RETRIED Number of unsuccessful delivery attempts SWE_RETRY NUMC 2 0
CREA_DATE System Date SYDATUM DATS 8 0
CREA_TIME System Time SYUZEIT TIMS 6 0
CREA_STMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPS DEC 15 0
OTYPE Object Type OTYPE CHAR 2 0
OBJID Agent ID in Organizational Management ACTORID CHAR 12 0
LANGU Language Key SYLANGU LANG 1 0
COBJTYPE Type of Objects in Persistent Object References SIBFTYPEID CHAR 32 0
REQUESTER Event Queue: Identification of Requester SWE_REQUES CHAR 104 0
TCODE Transaction Code SYTCODE CHAR 20 0
SOURCE_MANDT Client ID SYMANDT CLNT 3 0
SOURCE_SYSID Name of SAP System SYSYSID CHAR 8 0
RETRY_ERR Number of Delivery Attempts After Temporary Errors SWE_QERRET NUMC 2 0
OBJCATEG Object Type Category SWFECLSTYP CHAR 2 0
RECMODE Indicator for Event Handler SWFERECMOD CHAR 1 0
NULL Function Module
M Method
RECCLASS Class Name of Handler SWFERECCLS CHAR 30 0
RECINTERF Interface Name of Handler SWFERECITF CHAR 30 0
RECMETH Name of Handler Method SWFERECMET CHAR 30 0
RECMETYP Method Type SWFEMETTYP CHAR 1 0
NULL Generic Static Method
I Generic Instance Method
RECFBTYP Type of Receiver Function Module SWFERECFBT CHAR 1 0
NULL Standard (BOR) Receiver Module
1 Receiver with References
DESTTYP Type for Call Destination SWFEDESTYP CHAR 1 0
NULL RFC destination
RECCATEG Object Category SWF_CLSTYP CHAR 2 0
RECTYPEID Type of Objects in Persistent Object References SIBFTYPEID CHAR 32 0
DELIV_STMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPS DEC 15 0
LNK_OBJTYPE Type of Objects in Persistent Object References SIBFTYPEID CHAR 32 0

SWEQUEUE foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
SWEQUEUE CLIENT SWEQUEUE CLIENT T000 Clients MANDT
SWEQUEUE RECFB SWEQUEUE RECFB TFDIR Function Module FUNCNAME