SXMSERROREXC SAP (Attributes of Class-Based Exception) Structure details

Dictionary Type: Structure
Description: Attributes of Class-Based Exception




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




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

SXMSERROREXC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Attributes of Class-Based Exception" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SXMSERROREXC TYPE SXMSERROREXC.

The SXMSERROREXC table consists of various fields, each holding specific information or linking keys about Attributes of Class-Based Exception data available in SAP. These include TEXTID (Key for Logical Object in the OTR), PREVIOUS (Class-Based Exception: Name of Class), KERNEL_ERRID (Name of ABAP Runtime Error), IS_RESUMABLE (XMS: Flag (true/false)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SXMSERROREXC structure 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
ERRORCLASSClass-Based Exception: Name of Class SXMSEXC_NAMECHAR40SXMSCLASSNAME
TEXTIDKey for Logical Object in the OTR SOTR_CONCCHAR32SYSUUID_C
PREVIOUSClass-Based Exception: Name of Class SXMSEXC_NAMECHAR40SXMSCLASSNAME
KERNEL_ERRIDName of ABAP Runtime Error S380ERRIDCHAR30SYCHAR30
IS_RESUMABLEXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG
CATEGORYXI: Error Category SXMSERRCATCHAR20TEXT20
AREAXI: System Error Area SXMSERRAREACHAR20
IDXI: Error ID SXMSERRIDCHAR30
RETRYXI: System Error Classification by Correctability SXMSRETRYCHAR1SXMSRETRY
P1Integration Engine: XML String SXMSSTRINGSTRG0
P2Integration Engine: XML String SXMSSTRINGSTRG0
P3Integration Engine: XML String SXMSSTRINGSTRG0
P4Integration Engine: XML String SXMSSTRINGSTRG0
INFOIntegration Engine: XML String SXMSSTRINGSTRG0
INFOKINDError Info Type SXMS_INFO_KINDCHAR1SXMS_INFO_KIND
XMSCLASSXMS: Flag (true/false) SXMSFLAGCHAR1SXMSFLAG

Key field Non-key field



How do I retrieve data from SAP structure SXMSERROREXC using ABAP code?

As SXMSERROREXC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SXMSERROREXC as there is no data to select.

How to access SAP table SXMSERROREXC

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