SAP ABAP Class CL_SXMB_AGG_ERRLABEL (Error Labels: Conversions, Access to Value Tables)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IS-WKB (Application Component) Runtime Workbench/Monitoring
     SXMSMONI (Package) XI: Integration Engine Monitoring
Properties
Class CL_SXMB_AGG_ERRLABEL  
Short Description Error Labels: Conversions, Access to Value Tables    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SXMSMONI   XI: Integration Engine Monitoring 
Created 20100125   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SXMB_AGG_ERRLABEL has no forward declaration.
Interfaces
Class CL_SXMB_AGG_ERRLABEL has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SXMB_AGG_XPI_STATUS 20100201 Status Overview Integration Engine
Attributes
Class CL_SXMB_AGG_ERRLABEL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ALL_ERRLABEL_ATTRIBUTES Static method Public Method Details of ALL Error Labels (Description, Shorthand Symbol) 20100129
2 GET_ERRCODE_SET Static method Public Method INTERNAL! Extract Error codes from all XMS Exceptionclasses 20100127
3 GET_ERRLABEL_ATTRIBUTES Static method Public Method Details of Error Label (Description, Shorthand Symbol) 20100129
4 GET_RELATED_ERRCODE_SET Static method Public Method Return Set of Error Codes assigned to an Error Label 20100125
5 GET_RELATED_ERRLABELID Static method Public Method Return Error Label related to particular Error Code 20100125
6 GET_RELATED_ERRLABELID_INTERN Static method Private Method INTERNAL! Determine Error Label from extended Parameters 20100201
Events
Class CL_SXMB_AGG_ERRLABEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ERRCODE Public See coding Error Codes from XMS Messagebroker 20100125 BEGIN OF ts_errcode , errcat TYPE sxmserrcat, errcode TYPE sxmserrid, END OF ts_errcode
2 TS_ERRCODE_DEFINITION Public See coding Error Code Definitions from XMS Messagebroker 20100127 BEGIN OF ts_errcode_definition . INCLUDE TYPE ts_xms_errcode AS errcode. TYPES: classname TYPE seoclsname, errlabelid TYPE sxmserrlabelid, END OF ts_errcode_definition
3 TS_XMS_ERRCODE Public See coding Extended Error Codes from XMS Messagebroker 20100128 BEGIN OF ts_xms_errcode , category TYPE sxmserrcat. INCLUDE TYPE sxmserrcode AS errid. TYPES: END OF ts_xms_errcode
4 TT_AGGERRLABEL_ATTR Public See coding Detail Attributes of Error Labels 20100125 tt_aggerrlabel_attr TYPE STANDARD TABLE OF sxmsaggerrlabel
5 TT_AGGERRLABEL_TXT Public See coding Language dependent Descriptions of Error Labels 20100125 tt_aggerrlabel_txt TYPE STANDARD TABLE OF sxmsaggerrlbltxt
6 TT_ERRCODE Public See coding Set of Error Codes (Assigned to an Error Label) 20100125 tt_errcode TYPE STANDARD TABLE OF ts_errcode
7 TT_ERRCODE_DEFINITION Public See coding Set of Error Code Definitions 20100127 tt_errcode_definition TYPE STANDARD TABLE OF ts_errcode_definition WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method GET_ALL_ERRLABEL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRLABEL_ATTR Call by reference Type reference (TYPE) TT_AGGERRLABEL_ATTR 20100129
2 Exporting ET_ERRLABEL_TXT Call by reference Type reference (TYPE) TT_AGGERRLABEL_TXT 20100129
3 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU 20100129

Method GET_ALL_ERRLABEL_ATTRIBUTES on class CL_SXMB_AGG_ERRLABEL has no exception.

Method GET_ERRCODE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR_CODES Call by reference Type reference (TYPE) TT_ERRCODE_DEFINITION XI: System Error Codes with Attributes 20100129

Method GET_ERRCODE_SET on class CL_SXMB_AGG_ERRLABEL has no exception.

Method GET_ERRLABEL_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ERRLABEL_ATTR Call by reference Type reference (TYPE) SXMSAGGERRLABEL Sprachunabhängige Attribute von Fehlerbezeichnern 20100129
2 Exporting ET_ERRLABEL_TXT Call by reference Type reference (TYPE) TT_AGGERRLABEL_TXT 20100129
3 Importing IV_ERRLABELID Call by reference Type reference (TYPE) SXMSERRLABELID 20100129
4 Importing IV_LANGU Call by reference Type reference (TYPE) SPRAS SY-LANGU 20100129
# Exception Resumable Description Created on
1 CX_SXMB_AGG_ERRLABEL Ausnahme bei Zugriff auf Fehlerbezeichner 20100129

Method GET_RELATED_ERRCODE_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERRCODE_SET Call by reference Type reference (TYPE) TT_ERRCODE 20100126
2 Importing IV_ERRLABELID Call by reference Type reference (TYPE) SXMSERRLABELID 20100126
# Exception Resumable Description Created on
1 CX_SXMB_AGG_ERRLABEL Ausnahme bei Zugriff auf Fehlerbezeichner 20100129

Method GET_RELATED_ERRLABELID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERRCAT Call by reference Type reference (TYPE) SXMSERRCAT 20100126
2 Importing IV_ERRCODE Call by reference Type reference (TYPE) SXMSERRID XI: Error ID 20100126
3 Returning RV_ERRLABELID Value transfer Type reference (TYPE) SXMSERRLABELID SXMSERRLABELID 20100125

Method GET_RELATED_ERRLABELID on class CL_SXMB_AGG_ERRLABEL has no exception.

Method GET_RELATED_ERRLABELID_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ERRID_EXT Call by reference Type reference (TYPE) CSEQUENCE XI: Erweiterte Fehler ID mit Fehler 'AREA' 20100201
2 Importing IV_ERROR_CATEGORY Call by reference Type reference (TYPE) SXMSERRCAT 20100201
3 Returning RV_ERRLABELID Value transfer Type reference (TYPE) SXMSERRLABELID SXMSERRLABELID 20100201

Method GET_RELATED_ERRLABELID_INTERN on class CL_SXMB_AGG_ERRLABEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730