SAP ABAP Class CL_RSRA_ER_HANDLER (Reporting Agent Exception Handler)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-ET (Application Component) End User Technology
     RSRB (Package) BW: Batch Reporting
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSRA_ER_HANDLER Componentization of Interface for CL_RSRA_ER_HANDLER 20091118
Properties
Class CL_RSRA_ER_HANDLER  
Short Description Reporting Agent Exception Handler    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSRB   BW: Batch Reporting 
Created 19990617   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRK0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RRK1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RRO01 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
7 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RSSB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSRA_ER_HANDLER Componentization of Interface for CL_RSRA_ER_HANDLER 20091118
Friends
Class CL_RSRA_ER_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_ACTIONS Instance attribute Private Type reference (TYPE) RS_BOOL Do Follow-up Actions Exist? 19990706
2 P_ACTIVE_DATA_GET Instance attribute Private Type reference (TYPE) RS_BOOL Active after Applying Axes 19991018
3 P_ACTIVE_LIST_NOTIFY Instance attribute Private Type reference (TYPE) RS_BOOL Active after the List Notify 19991018
4 P_NEW_EXCEPTIONS Instance attribute Private Type reference (TYPE) RS_BOOL New Exceptions 19991222
5 P_R_ENGINE_ER Instance attribute Private Object reference (TYPE REF TO) CL_RSRA_ENGINE_ER Engine for Exception Reporting 20010710
6 P_R_REQUEST Instance attribute Private Object reference (TYPE REF TO) CL_RSR_REQUEST Request 20010518
7 P_TSX_FILTER Instance attribute Private Type reference (TYPE) RSDD_TSX_SELDR Statistical Filter 19990630
8 P_TS_HANDLER Static Attribute Private Type reference (TYPE) TP_TS_HANDLER Event Handler List 19990617
9 P_T_ACTION Instance attribute Private Type reference (TYPE) RSRA_T_ER_FOLLOWUP Follow-Up Actions 19990706
10 P_T_CON Instance attribute Private Type reference (TYPE) RRX1_T_CON Exceptions 19990630
11 P_T_EXCEPTION Instance attribute Private Type reference (TYPE) TP_T_EXCEPTION List of Exceptions 19990617
12 P_T_FAC Instance attribute Private Type reference (TYPE) RRX1_T_FAC Cell Restrictions and Conditions for Exceptions 19990630
Methods
# Method Level Visibility Method type Description Created on
1 ADD Static method Private Method Generates a New Instance for the Handler 19990617
2 APPLY_DATA_GET Instance method Public Method Apply Data Get 20091118
3 APPLY_LIST_NOTIFY Instance method Public Method Applies the Seldr of the List Notify on the Exceptions 20091118
4 CHECK Instance method Public Method Checks the Imported Data for Exceptions 20091118
5 CHECK_SINGLE Instance method Public Method Checks a Single Cell for the Exceptions 20091118
6 CONSTRUCTOR Instance method Public Constructor Constructor 20000609
7 FINISH_ACTIONS Instance method Public Method Finish Follow-up Actions 20091203
8 FLUSH_ACTIONS Instance method Public Method Flush the Follow-up Actions 20091118
9 GET Static method Public Method Delivers the Reference to an Instanciated Handler 20091118
10 INIT_ACTIONS Instance method Public Method Initialize Follow-up Actions 20091203
11 REMOVE Instance method Public Method Deletes an Instance of the Handler (Foreign Refs remain) 20091118
12 SET_ACTIONS Static method Public Method Assigning Follow-up Actions 20091203
13 SET_EXCEPTIONS Instance method Public Method Inform the Exception Handler of Exceptions 20091118
14 SET_INST_ACTIONS Instance method Private Method Sets Follow-up Actions 19990706
15 X_MESSAGE Static method Private Method Raising an X Message 19990628
Events
Class CL_RSRA_ER_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TP_S_EXCEPTION Private See coding TP_S_EXCEPTION 19990617
2 TP_S_HANDLER Private See coding TP_S_HANDLER 19990617
3 TP_TS_HANDLER Private See coding TP_TS_HANDLER 19990617
4 TP_T_EXCEPTION Private See coding TP_T_EXCEPTION 19990617
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSR_REQUEST Request 20010518
2 Returning R_R_HANDLER Value transfer Object reference (TYPE REF TO) CL_RSRA_ER_HANDLER Referenz auf den neuen Händler 19990623

Method ADD on class CL_RSRA_ER_HANDLER has no exception.

Method APPLY_DATA_GET Signature

Method APPLY_DATA_GET on class CL_RSRA_ER_HANDLER has no parameter.
Method APPLY_DATA_GET on class CL_RSRA_ER_HANDLER has no exception.

Method APPLY_LIST_NOTIFY Signature

Method APPLY_LIST_NOTIFY on class CL_RSRA_ER_HANDLER has no parameter.
Method APPLY_LIST_NOTIFY on class CL_RSRA_ER_HANDLER has no exception.

Method CHECK Signature

Method CHECK on class CL_RSRA_ER_HANDLER has no parameter.
Method CHECK on class CL_RSRA_ER_HANDLER has no exception.

Method CHECK_SINGLE Signature

Method CHECK_SINGLE on class CL_RSRA_ER_HANDLER has no parameter.
Method CHECK_SINGLE on class CL_RSRA_ER_HANDLER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSR_REQUEST Request 20010518

Method CONSTRUCTOR on class CL_RSRA_ER_HANDLER has no exception.

Method FINISH_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MAX_ALERT Call by reference Type reference (TYPE) RSRA_ALERT_LEVEL Priorität eines Alerts 20091203
2 Importing I_R_ENGINE_ER Call by reference Object reference (TYPE REF TO) CL_RSRA_ENGINE_ER Referenz auf Engine 20091203

Method FINISH_ACTIONS on class CL_RSRA_ER_HANDLER has no exception.

Method FLUSH_ACTIONS Signature

Method FLUSH_ACTIONS on class CL_RSRA_ER_HANDLER has no parameter.
Method FLUSH_ACTIONS on class CL_RSRA_ER_HANDLER has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSR_REQUEST Request 20091118
2 Returning R_R_HANDLER Value transfer Object reference (TYPE REF TO) CL_RSRA_ER_HANDLER Referenz auf die Instanz 20091118
# Exception Resumable Description Created on
1 INVALID_REQUEST Ungültiges Query-Handle 20091118

Method INIT_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_ENGINE_ER Call by reference Object reference (TYPE REF TO) CL_RSRA_ENGINE_ER Referenz auf aufrufende Engine 20091203

Method INIT_ACTIONS on class CL_RSRA_ER_HANDLER has no exception.

Method REMOVE Signature

Method REMOVE on class CL_RSRA_ER_HANDLER has no parameter.
Method REMOVE on class CL_RSRA_ER_HANDLER has no exception.

Method SET_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSR_REQUEST Request 20091203
2 Importing I_T_ACTION Call by reference Type reference (TYPE) RSRA_T_ER_FOLLOWUP Folgeaktionen 20091203

Method SET_ACTIONS on class CL_RSRA_ER_HANDLER has no exception.

Method SET_EXCEPTIONS Signature

Method SET_EXCEPTIONS on class CL_RSRA_ER_HANDLER has no parameter.
Method SET_EXCEPTIONS on class CL_RSRA_ER_HANDLER has no exception.

Method SET_INST_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_ACTION Call by reference Type reference (TYPE) RSRA_T_ER_FOLLOWUP Folgeaktionen 19990706

Method SET_INST_ACTIONS on class CL_RSRA_ER_HANDLER has no exception.

Method X_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ABEND Call by reference Type reference (TYPE) RS_BOOL Anhängen ? 19990628
2 Importing I_METHOD Call by reference Type reference (TYPE) SYMSGV Methode 19990628
# Exception Resumable Description Created on
1 X_MESSAGE X-Message 19990628
History
Last changed by/on SAP  20130531 
SAP Release Created in