SWFXIBULKMON SAP (BPE: Monitoring Table for Bulks) Table details

Dictionary Type: Table
Description: BPE: Monitoring Table for Bulks




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




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

SWFXIBULKMON is a standard SAP Table which is used to store BPE: Monitoring Table for Bulks data and is available within R/3 SAP systems depending on the version and release level.

The SWFXIBULKMON table consists of various fields, each holding specific information or linking keys about BPE: Monitoring Table for Bulks data available in SAP. These include BULK_ID (Message Package ID), PROCESS_TYPE (Task ID), STATUS (Processing Status of a Bulk in the Dispatcher), QNAME (Name of tRFC Queue).. 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 SWFXIBULKMON 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
BULK_IDMessage Package ID SWFXIINBBULKIDCHAR32SYSUUID_C
PROCESS_TYPETask ID SWW_TASKCHAR14HROBJEC_14
STATUSProcessing Status of a Bulk in the Dispatcher SWFXIBULKSTATUSCHAR1SWFXIBULKSTATUS
QNAMEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM
CREATED_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
START_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
COMPLETED_TSUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
PROC_TIME Total Processing Time in Milliseconds0
NO_OF_MSGS Number of Messages to be Processed0
NO_OF_PROC_MSGS Actual Number of Processed Messages0
MAX_MEM_USEDDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
RETRY_CNT Number of Retry Attempts due to Temporary Error0
COMPL_CRITCriterion Bulk is Complete SWFXIINBCOMCRITCHAR1SWFXIINBCOMCRIT
CONF_VERSVersion Configuration Entry of Inbound Processing SWFXIINBCONFVERSIONNUMC5SWFXIINBCONFVERSION

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFXIBULKMON
INTO CORRESPONDING FIELDS OF WA_SWFXIBULKMON
WHERE...

How to access SAP table SWFXIBULKMON

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