SWFXIDISPMONI SAP (Monitoring BPE Inbound Processing) Table details

Dictionary Type: Table
Description: Monitoring BPE Inbound Processing




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




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

SWFXIDISPMONI is a standard SAP Table which is used to store Monitoring BPE Inbound Processing data and is available within R/3 SAP systems depending on the version and release level.

The SWFXIDISPMONI table consists of various fields, each holding specific information or linking keys about Monitoring BPE Inbound Processing 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFXIDISPMONI 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 SWFXIINBBULKIDCHAR32SYSUUID_C
BULK_SEQIndex for Messages in a Bulk SWFXIINBBULKSEQNUMC8
CRL_NAMEName of a Correlation SWFDCRLNAMCHAR22SWFDCRLNAMSWF_CRL_NAME
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
TOTAL_EXEC_TIMEMessage Processing Time in Inbound Processing SWFXIBULKING_TOT_EXEC_TIMEDEC21(7)
PP_STATUSStatus Regarding Principal Propagation SWFXIINBPPSTATUSCHAR1SWFXIINBPPSTATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFXIDISPMONI
INTO CORRESPONDING FIELDS OF WA_SWFXIDISPMONI
WHERE...

How to access SAP table SWFXIDISPMONI

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