SWFXIINBSWITCH SAP (Switch Configuration of Inbound Processing) Table details

Dictionary Type: Table
Description: Switch Configuration of Inbound Processing




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




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

SWFXIINBSWITCH is a standard SAP Table which is used to store Switch Configuration of Inbound Processing data and is available within R/3 SAP systems depending on the version and release level.

The SWFXIINBSWITCH table consists of various fields, each holding specific information or linking keys about Switch Configuration of Inbound Processing data available in SAP. These include TASK (Task ID), QUEUES_LEFT (XI Adapter: Number of Queues Still to Be Checked), IN_PROGRESS (XI Adapter: Inbound Processing Switch in Process), BPM_MODE_O (XI Adapter: Inbound-Processing Mode).. 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 SWFXIINBSWITCH 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TASKTask ID SWW_TASKCHAR14HROBJEC_14
QUEUES_LEFTXI Adapter: Number of Queues Still to Be Checked SWFXIINBQLEFTNUMC6
IN_PROGRESSXI Adapter: Inbound Processing Switch in Process SWFXIINBSWITCHINGCHAR1FLAG
.INCLU-_O 0
BPM_MODE_OXI Adapter: Inbound-Processing Mode SWFXIINBMODECHAR1SWFXIINBMODE
QUEUE_MODE_OXI Adapter: Queue Assignment in Inbound Processing SWFXIINBQMODECHAR1SWFXIINBQMODE
MAX_QUEUES_OXI Adapter: Number of Queues per Process Type SWFXIINBMAXQNUMC3
BULK_MODE_OBulking Mode of an XI Message SWFXIINBBULKMODECHAR1SWFXIINBBULKMODE
CHANGE_CNT_OXI Adapter: Change Counter SWFXIINBCHNGCNTNUMC10
CONF_VERS_OVersion Configuration Entry of Inbound Processing SWFXIINBCONFVERSIONNUMC5SWFXIINBCONFVERSION
BULK_MAX_MSG_OBPE: Maximum Number of Messages for each Message Package SWFXIBULKMAXMSGNUMC4
BULK_MAX_MEM_OBPE: Maximum Memory per Message Package SWFXIBULKMAXMEMNUMC10
BULK_MAX_TIME_OMaximum Wait Time of Oldest Message in Message Package SWFXIBULKMAXTIMENUMC10
PP_MODE_OPrincipal Propagation Mode of a Process Type SWFXIINBPPMODECHAR1SWFXIINBPPMODE
.INCLU-_N 0
BPM_MODE_NXI Adapter: Inbound-Processing Mode SWFXIINBMODECHAR1SWFXIINBMODE
QUEUE_MODE_NXI Adapter: Queue Assignment in Inbound Processing SWFXIINBQMODECHAR1SWFXIINBQMODE
MAX_QUEUES_NXI Adapter: Number of Queues per Process Type SWFXIINBMAXQNUMC3
BULK_MODE_NBulking Mode of an XI Message SWFXIINBBULKMODECHAR1SWFXIINBBULKMODE
CHANGE_CNT_NXI Adapter: Change Counter SWFXIINBCHNGCNTNUMC10
CONF_VERS_NVersion Configuration Entry of Inbound Processing SWFXIINBCONFVERSIONNUMC5SWFXIINBCONFVERSION
BULK_MAX_MSG_NBPE: Maximum Number of Messages for each Message Package SWFXIBULKMAXMSGNUMC4
BULK_MAX_MEM_NBPE: Maximum Memory per Message Package SWFXIBULKMAXMEMNUMC10
BULK_MAX_TIME_NMaximum Wait Time of Oldest Message in Message Package SWFXIBULKMAXTIMENUMC10
PP_MODE_NPrincipal Propagation Mode of a Process Type SWFXIINBPPMODECHAR1SWFXIINBPPMODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFXIINBSWITCH
INTO CORRESPONDING FIELDS OF WA_SWFXIINBSWITCH
WHERE...

How to access SAP table SWFXIINBSWITCH

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