SWFXIDISPATCH SAP (BPM: Buffer for Inbound Messages) Table details

Dictionary Type: Table
Description: BPM: Buffer for Inbound Messages




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




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

SWFXIDISPATCH is a standard SAP Table which is used to store BPM: Buffer for Inbound Messages data and is available within R/3 SAP systems depending on the version and release level.

The SWFXIDISPATCH table consists of various fields, each holding specific information or linking keys about BPM: Buffer for Inbound Messages data available in SAP. These include MSG_ID (XI: Message ID), VERSION (Version of an Entry in the Dispatch Table), PROCESS_TYPE (Task ID), MSG_TYPEID (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 SWFXIDISPATCH 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
MSG_IDXI: Message ID SXMSMGUIDRAW16SYSUUID
VERSIONVersion of an Entry in the Dispatch Table SWFXIINBDISPVERSIONNUMC4SWFXIINBDISPVERSION
PROCESS_TYPETask ID SWW_TASKCHAR14HROBJEC_14
MSG_TYPEIDType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
SOURCE_SEQAscending Unique Stamp from Enqueue GSTAMPDEC24
QOSIntegration Engine: Quality of Service SXMSQOSCHAR4SXMSQOS
MESSAGE_SIZE Message Payload Size in Bytes0
STATUSProcessing Status of a Message in Dispatcher SWFXIDISPSTATUSCHAR1SWFXIDISPSTATUS
RETRY_CNTRetry Counter for XI Messages SWFXIINBRETCNTNUMC2SWW_COUNT2
QNAMEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM
BULK_IDMessage Package ID SWFXIINBBULKIDCHAR32SWFXIBULKMONSYSUUID_C
BULK_SEQIndex for Messages in a Bulk SWFXIINBBULKSEQNUMC8
CRL_NAMEName of a Correlation SWFDCRLNAMCHAR22SWFDCRLNAMSWF_CRL_NAME
HASHHash Value (160 Bits) HASH160CHAR40
HASHBASE Basis for Calculating Hash Value0
INSTANCE_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
MSGPROCRELRelationship Between Message and Process Instance SWFXIINBMSGPROCRELCHAR1SWFXIINBMSGPROCREL
AD_EXEC_TIME BPE Adapter Execution Time in Milliseconds0
CREATED_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SCHEDULED_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
INB_START_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
INB_EXEC_TIME Execution Time of Inbound Processing in Milliseconds0
DELIVERED_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CONF_VERSVersion Configuration Entry of Inbound Processing SWFXIINBCONFVERSIONNUMC5SWFXIINBCONFVERSION
PP_DATAApplication Data for Principal Propagation SWFXIPPDATARAW16SWFXIPPDATA
USERINFO_GUIDUnique Identifier for Saving USERINFO Metadata USERINFO_GUIDRAW16SYSUUID
PP_STATUSStatus Regarding Principal Propagation SWFXIINBPPSTATUSCHAR1SWFXIINBPPSTATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFXIDISPATCH
INTO CORRESPONDING FIELDS OF WA_SWFXIDISPATCH
WHERE...

How to access SAP table SWFXIDISPATCH

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