SAP ABAP Class CL_RSTT_CATT_ERROR (Error Processing)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW (Application Component) SAP Business Information Warehouse
     BW_ATR (Package) Repository for Automatic Tests
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSTT_ERROR_ATR Description of Error for BI ATR 20080516
Properties
Class CL_RSTT_CATT_ERROR  
Short Description Error Processing    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_ATR   Repository for Automatic Tests 
Created 20051206   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSTT0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSTT1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTT_CATT_ERROR has no interface implemented.
Friends
Class CL_RSTT_CATT_ERROR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_LGTEXT Instance attribute Public Type reference (TYPE) RSTT_STRING Error Long Text 20051206
2 N_LINK1 Instance attribute Public Type reference (TYPE) RSTT_STRING Link1 20051215
3 N_LINK2 Instance attribute Public Type reference (TYPE) RSTT_STRING Link2 20051215
4 N_LINK3 Instance attribute Public Type reference (TYPE) RSTT_STRING Link3 20051215
5 N_S_ERROR_HEADER Instance attribute Public Type reference (TYPE) RSTT_ERROR Entry in Error Archive 20051206
6 N_TEXT Instance attribute Public Type reference (TYPE) RSTT_CHAR60 Error Text 20051206
7 O_CODE_LINK1 Constant Protected Type reference (TYPE) RSTT_CHAR20 'LINK1' Code for Link 1 20051206
8 O_CODE_LINK2 Constant Protected Type reference (TYPE) RSTT_CHAR20 'LINK2' Code for Link 2 20051206
9 O_CODE_LINK3 Constant Protected Type reference (TYPE) RSTT_CHAR20 'LINK3' Code for Link 3 20051206
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051213
2 LOAD_ERROR Static method Public Method Load Error Instance 20051206
3 READ_ERRORS Static method Public Method Read Error List 20051206
4 SAVE_ERROR Instance method Public Method Save Error 20051206
5 UPDATE_CORRSTAT Static method Public Method Update Status of Errors 20061219
6 _GEN_ERRORID Static method Protected Method Generate Error ID 20051206
7 _GET_LINKS Instance method Protected Method Get Links 20051213
8 _SET_LINKS Instance method Protected Method Set Links 20051206
9 _SET_SYSTEM_ATTR Static method Protected Method Set System Parameters 20051206
10 _SET_UPDATE_ATTR Instance method Protected Method Set Variable Parameters 20051206
11 _UPDATE_ERRORCAT Instance method Protected Method Update Error Categories 20061013
Events
Class CL_RSTT_CATT_ERROR has no event.
Types
Class CL_RSTT_CATT_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 I_ATR Call by reference Type reference (TYPE) RSTT_FLAG BI ATR relevant 20080804
2 Importing I_S_ERROR_HEADER Call by reference Type reference (TYPE) RSTT_ERROR Fehler-Kopfdaten 20051213

Method CONSTRUCTOR on class CL_RSTT_CATT_ERROR has no exception.

Method LOAD_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ERRORGUID Call by reference Type reference (TYPE) RSTT_GUID Fehler-GUID 20051213
2 Importing I_ERRORID Call by reference Type reference (TYPE) RSTT_ERRORID Fehler-ID 20051213
3 Returning R_R_ERROR Value transfer Object reference (TYPE REF TO) CL_RSTT_CATT_ERROR Fehler-Instanz 20051213

Method LOAD_ERROR on class CL_RSTT_CATT_ERROR has no exception.

Method READ_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_ERRORS Call by reference Type reference (TYPE) RSTT_T_V_ERRORH Tabelle für Fehler-Kopfdaten inkl. Text 20051206
2 Importing I_SX_RANGE Call by reference Type reference (TYPE) RSTT1_S_ERANGE Range-Selektionen 20051206
# Exception Resumable Description Created on
1 DB_READ_ERROR 20051206

Method SAVE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MESG Call by reference Type reference (TYPE) RSR_T_MESSAGE Nachrichten 20051206
2 Importing I_LGTEXT Call by reference Type reference (TYPE) RSTT_STRING Fehler-Langtext 20051206
3 Importing I_LINK1 Call by reference Type reference (TYPE) RSTT_STRING Link1 20051206
4 Importing I_LINK2 Call by reference Type reference (TYPE) RSTT_STRING Link2 20051206
5 Importing I_LINK3 Call by reference Type reference (TYPE) RSTT_STRING Link3 20051206
6 Importing I_S_ERROR_HEADER Call by reference Type reference (TYPE) RSTT_ERROR Fehler-Kopfdaten 20051206
7 Importing I_TEXT Call by reference Type reference (TYPE) RSTT_CHAR60 Fehler-Text 20051206

Method SAVE_ERROR on class CL_RSTT_CATT_ERROR has no exception.

Method UPDATE_CORRSTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECORDS_FINISH Call by reference Type reference (TYPE) RSTT_INT4 Anzahl aktualisierter erledigter Fehler 20061219
2 Exporting E_RECORDS_OPEN Call by reference Type reference (TYPE) RSTT_INT4 Anzahl aktualisierter offener Fehler 20061219
3 Importing I_TJOBGUID Call by reference Type reference (TYPE) RSTT_GUID Testjob-GUID 20061219
4 Importing I_T_ERRSTAT Call by reference Type reference (TYPE) RSTT_T_ERRSTAT Tabelle für Fehlerstatus 20061219

Method UPDATE_CORRSTAT on class CL_RSTT_CATT_ERROR has no exception.

Method _GEN_ERRORID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORGUID Call by reference Type reference (TYPE) RSTT_GUID Fehler-GUID 20051206
2 Exporting E_ERRORID Call by reference Type reference (TYPE) RSTT_ERRORID Fehler-ID 20051206
# Exception Resumable Description Created on
1 GENERATION_PROBLEMS 20051206

Method _GET_LINKS Signature

Method _GET_LINKS on class CL_RSTT_CATT_ERROR has no parameter.
Method _GET_LINKS on class CL_RSTT_CATT_ERROR has no exception.

Method _SET_LINKS Signature

Method _SET_LINKS on class CL_RSTT_CATT_ERROR has no parameter.
Method _SET_LINKS on class CL_RSTT_CATT_ERROR has no exception.

Method _SET_SYSTEM_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_SYSPARAM Value transfer Type reference (TYPE) RSTT_S_ATTR_BASIC Basisattribute für Objektverwaltung 20081001

Method _SET_SYSTEM_ATTR on class CL_RSTT_CATT_ERROR has no exception.

Method _SET_UPDATE_ATTR Signature

Method _SET_UPDATE_ATTR on class CL_RSTT_CATT_ERROR has no parameter.
Method _SET_UPDATE_ATTR on class CL_RSTT_CATT_ERROR has no exception.

Method _UPDATE_ERRORCAT Signature

Method _UPDATE_ERRORCAT on class CL_RSTT_CATT_ERROR has no parameter.
Method _UPDATE_ERRORCAT on class CL_RSTT_CATT_ERROR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700