SWFXIERR SAP (XI Adapter: Information About Last qRFC Error) Table details

Dictionary Type: Table
Description: XI Adapter: Information About Last qRFC Error




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




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

SWFXIERR is a standard SAP Table which is used to store XI Adapter: Information About Last qRFC Error data and is available within R/3 SAP systems depending on the version and release level.

The SWFXIERR table consists of various fields, each holding specific information or linking keys about XI Adapter: Information About Last qRFC Error data available in SAP. These include QUEUE (Name of tRFC Queue), OBJ_TYPE (XI Adapter: Type of Object that Caused Error), OBJ_ID (XI Adapter: Object in which error occurred), MSGID (Message Class).. 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 SWFXIERR 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
QUEUEName of tRFC Queue TRFCQNAMCHAR24TRFCQNAM
OBJ_TYPEXI Adapter: Type of Object that Caused Error SWFXIERROTYPCHAR3SWFXIERROTYP
OBJ_IDXI Adapter: Object in which error occurred SWFXIERROBJCHAR80
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
TRACE_IDUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID
LAST_MODIFIEDTime Stamp of Last Change SWFXIINBCHNGTMSTDEC21(7) TZNTSTMPL
LAST_MODIFIED_BYLast Changed By SWFXIINBCHNGUSERCHAR12SYCHAR12USER_COMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFXIERR
INTO CORRESPONDING FIELDS OF WA_SWFXIERR
WHERE...

How to access SAP table SWFXIERR

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