SAP ABAP Class CX_XMS_SYSTEM_ERROR (XI: System Error)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IS-IEN (Application Component) Integration Engine
     SXMSF (Package) XI: Integration Engine Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 20010611
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_IDOC XI: System Error in IDoc Adapter 20030903
2 Inheritance (c INHERITING FROM c_ref)  CX_XMS_VIOL_ERROR XI: Error in EOIO Exception Handling 20110203
3 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_VIRUS_SCAN XI: Virus Scan Error 20110920
4 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_VALIDATION Validation Error 20051124
5 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_SECURITY XI: System Error in Security Handling 20031219
6 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PROXY System errors 20030903
7 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PROTOCOL XI: XI Protocol System Error 20030902
8 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PLAINHTTP XI: System Error in Plain HTTP Adapter 20030904
9 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PERSIST XI: Persist System Error 20030903
10 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PARSER XI: System Error in Parser 20030903
... Click here to see Used By full list (27 items)
Properties
Class CX_XMS_SYSTEM_ERROR  
Short Description XI: System Error    
Super Class CX_STATIC_CHECK Exceptions with Static and Dynamic Check of RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SXMSF   XI: Integration Engine Runtime 
Created 20010611   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_XMS_MAIN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_XMS_MAIN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_XMS_MSGHDR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CX_XMS_SYSTEM_ERROR has no interface implemented.
Friends
Class CX_XMS_SYSTEM_ERROR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AREA Instance attribute Protected Type reference (TYPE) SXMSERRAREA XI: Error Area 20030902
2 CATEGORY Instance attribute Protected Type reference (TYPE) SXMSERRCAT XI: External Error Category 20010629
3 CO_CATEGORY_APPLICATION Constant Public Type reference (TYPE) SXMSERRCAT 'Application' XI: External Category 20030902
4 CO_CATEGORY_RUNTIME Constant Public Type reference (TYPE) SXMSERRCAT 'Runtime' XI: Error Category 20050623
5 CO_CATEGORY_XIADAPTER Constant Public Type reference (TYPE) SXMSERRCAT 'XIAdapter' XI: External Category 20030902
6 CO_CATEGORY_XIADAPTERFRAMEWORK Constant Public Type reference (TYPE) SXMSERRCAT 'XIAdapterFramework' XI: External Category 20030902
7 CO_CATEGORY_XIPROTOCOL Constant Public Type reference (TYPE) SXMSERRCAT 'XIProtocol' XI: External Category 20030902
8 CO_CATEGORY_XIPROXY Constant Public Type reference (TYPE) SXMSERRCAT 'XIProxy' XI: External Category 20030902
9 CO_CATEGORY_XISERVER Constant Public Type reference (TYPE) SXMSERRCAT 'XIServer' XI: External Category 20030902
10 CO_CLASS_APPLICATION Constant Public Type reference (TYPE) ABAP_ABSTYPENAME 'CX_XMS_SYSERR_APPLICATION' Class Name 20030916
11 CO_INFOKIND_HTML Constant Public Type reference (TYPE) SXMS_INFO_KIND 'H' Error Info Type 20060227
12 CO_INFOKIND_UTF_8 Constant Public Type reference (TYPE) SXMS_INFO_KIND SPACE Error Info Type 20060227
13 CO_RETRY_AUTOMATIC Constant Public Type reference (TYPE) SXMSRETRY 'A' XI: Error Correctability 20030902
14 CO_RETRY_MANUAL Constant Public Type reference (TYPE) SXMSRETRY 'M' XI: Error Correctability 20030902
15 CO_RETRY_NEVER Constant Public Type reference (TYPE) SXMSRETRY 'N' XI: Error Correctability 20030902
16 CX_XMS_SYSTEM_ERROR Constant Public Type reference (TYPE) SOTR_CONC '8917F4B0AC432B47B16E4720557A3595' 20010611
17 ID Instance attribute Public Type reference (TYPE) SXMSERRID XI: Error ID 20010629
18 INFO Instance attribute Public Type reference (TYPE) STRING XI: Additional Error Description 20030902
19 INFOKIND Instance attribute Public Type reference (TYPE) SXMS_INFO_KIND Error Info Type 20060227
20 P1 Instance attribute Public Type reference (TYPE) STRING 1st Parameter Value 20030902
21 P2 Instance attribute Public Type reference (TYPE) STRING 2nd Parameter Value 20030902
22 P3 Instance attribute Public Type reference (TYPE) STRING 3rd Parameter Value 20030902
23 P4 Instance attribute Public Type reference (TYPE) STRING 4th Parameter Value 20030902
24 RETRY Instance attribute Protected Type reference (TYPE) SXMSRETRY XI: Error Correctability 20010629
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010611
2 CREATE_NO_CHECK_EXCEPTION Instance method Public Method 20050518
3 ENUMERATE_CODES Instance method Public Method Read All Error Codes 20030902
4 GET_ATTRIBUTES Instance method Public Method Read Attributes for an Error ID 20030902
5 MAP_ID_TO_TEXTID Instance method Public Method Determine Text ID from Error ID 20031121
6 SET_ATTRIBUTES Instance method Public Method Set Attributes for a Field ID 20030902
7 STOP_QUEUE Instance method Public Method 20050518
Events
Class CX_XMS_SYSTEM_ERROR has no event.
Types
Class CX_XMS_SYSTEM_ERROR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA Call by reference Type reference (TYPE) SXMSERRAREA 20041203
2 Importing CATEGORY Call by reference Type reference (TYPE) SXMSERRCAT 20041203
3 Importing ID Call by reference Type reference (TYPE) SXMSERRID 20010629
4 Importing INFO Call by reference Type reference (TYPE) STRING 20030902
5 Importing INFOKIND Call by reference Type reference (TYPE) SXMS_INFO_KIND 20060227
6 Importing P1 Call by reference Type reference (TYPE) STRING 20030902
7 Importing P2 Call by reference Type reference (TYPE) STRING 20030902
8 Importing P3 Call by reference Type reference (TYPE) STRING 20030902
9 Importing P4 Call by reference Type reference (TYPE) STRING 20030902
10 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20010611
11 Importing RETRY Call by reference Type reference (TYPE) SXMSRETRY 20041203
12 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20010611

Method CONSTRUCTOR on class CX_XMS_SYSTEM_ERROR has no exception.

Method CREATE_NO_CHECK_EXCEPTION Signature

Method CREATE_NO_CHECK_EXCEPTION on class CX_XMS_SYSTEM_ERROR has no parameter.
Method CREATE_NO_CHECK_EXCEPTION on class CX_XMS_SYSTEM_ERROR has no exception.

Method ENUMERATE_CODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RESULT Value transfer Type reference (TYPE) SXMSSYSERRS Fehler-Codes mit Attributen 20030902

Method ENUMERATE_CODES on class CX_XMS_SYSTEM_ERROR has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) SXMSERRID XI: Fehler-Id 20030904
2 Returning RE_RESULT Value transfer Type reference (TYPE) SXMSSYSERR Attribute zu einer Fehler-Id 20030902

Method GET_ATTRIBUTES on class CX_XMS_SYSTEM_ERROR has no exception.

Method MAP_ID_TO_TEXTID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) SXMSERRID XI: Fehler-ID 20031121
2 Returning RE_TEXTID Value transfer Type reference (TYPE) SOTR_CONC Schlüssel zum logischen Objekt im OTR 20031121

Method MAP_ID_TO_TEXTID on class CX_XMS_SYSTEM_ERROR has no exception.

Method SET_ATTRIBUTES Signature

Method SET_ATTRIBUTES on class CX_XMS_SYSTEM_ERROR has no parameter.
Method SET_ATTRIBUTES on class CX_XMS_SYSTEM_ERROR has no exception.

Method STOP_QUEUE Signature

Method STOP_QUEUE on class CX_XMS_SYSTEM_ERROR has no parameter.
Method STOP_QUEUE on class CX_XMS_SYSTEM_ERROR has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_IDOC XI: System Error in IDoc Adapter 20030903
2 Inheritance (c INHERITING FROM c_ref)  CX_XMS_VIOL_ERROR XI: Error in EOIO Exception Handling 20110203
3 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_VIRUS_SCAN XI: Virus Scan Error 20110920
4 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_VALIDATION Validation Error 20051124
5 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_SECURITY XI: System Error in Security Handling 20031219
6 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PROXY System errors 20030903
7 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PROTOCOL XI: XI Protocol System Error 20030902
8 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PLAINHTTP XI: System Error in Plain HTTP Adapter 20030904
9 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PERSIST XI: Persist System Error 20030903
10 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_PARSER XI: System Error in Parser 20030903
11 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_OUTBINDING XI: System Error in Outbound Binding 20030904
12 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_MAPPING_PAR Parameterization Error During Mapping 20050427
13 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_MAPPING XI: System Error 20030903
14 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_INBINDING XI: System Error in Inbound Binding 20040603
15 Inheritance (c INHERITING FROM c_ref)  CX_ID_PLSRV Receiver Determination 20030903
16 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_ENGINE XI: Integration Engine System Error 20030902
17 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_CACHE Cache Refresh Error 20030903
18 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_BPE XI: System Error BPE 20030903
19 Inheritance (c INHERITING FROM c_ref)  CX_XMS_SYSERR_APPLICATION b 20030903
20 Inheritance (c INHERITING FROM c_ref)  CX_XMS_PIPELINE_EXIT XI: Pipeline Control in Splitter 20030918
21 Inheritance (c INHERITING FROM c_ref)  CX_XMS_MSG_TRANSFER Exception Class for Message Transfer 20041109
22 Inheritance (c INHERITING FROM c_ref)  CX_XMS_MESSAGE_MMF XI: System Error Multi-Message 20050831
23 Inheritance (c INHERITING FROM c_ref)  CX_XMS_EXPROFILE Exchange Profile Exceptions 20100827
24 Inheritance (c INHERITING FROM c_ref)  CX_XMS_EXCEPTION Exceptions of XMS Messaging APIs 20030904
25 Inheritance (c INHERITING FROM c_ref)  CX_SXIVERI_SYSERR 20050804
26 Inheritance (c INHERITING FROM c_ref)  CX_RD_PLSRV_STOP Receiver Determination 20051103
27 Inheritance (c INHERITING FROM c_ref)  CX_RD_PLSRV Receiver Determination 20030903
History
Last changed by/on SAP  20110908 
SAP Release Created in 620