SAP ABAP Class CL_RSDDTZA_HPA_ACCESS (Access to HPA Functions)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDTZA (Package) BWA ZA Maintenance Monitor and Functions
Properties
Class CL_RSDDTZA_HPA_ACCESS  
Short Description Access to HPA Functions    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTZA   BWA ZA Maintenance Monitor and Functions 
Created 20050803   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDZA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDDTZA_HPA_ACCESS has no interface implemented.
Friends
Class CL_RSDDTZA_HPA_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_RFC_DEST Static Attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20050803
2 P_R_HPA_ACTION Instance attribute Private Object reference (TYPE REF TO) CL_RSDDTZA_HPA_ACTION Access to HPA Functions 20051108
3 P_R_ZA_HPA_ACCESS Static Attribute Private Object reference (TYPE REF TO) CL_RSDDTZA_HPA_ACCESS Access to HPA Functions 20050803
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20050803
2 CONSTRUCTOR Instance method Public Constructor Constructor 20050803
3 GET_HPA_STATUS_MESSAGES Instance method Public Method Gets the Current HPA Status Information 20050803
4 GET_RUNNING_ACTIONS Instance method Public Method Returns Current and Scheduled Actions 20060413
5 GET_SINGLETON Static method Public Method Returns a Singleton Object of Class 20050803
6 HPA_FUNCTIONS_DISPATCHER Instance method Public Method Distributes the Calls to the Action Methods 20050803
7 POLL_TREX_AVAILIBILITY Instance method Public Method After RESTART Checks, Check Whether TREX Available Again 20050803
8 REDO_HPA_CHECKS Instance method Public Method Perform HPA Checks Again 20050803
9 _CHECK_USER_FORCE_ACTION Instance method Private Method Check whether action is to be executed despite lock 20060508
10 _FORMAT_MESSAGE_TABLE Instance method Private Method Output Formatting for Message Table 20060407
11 _INFORM_MISSING_RFC_DEST Instance method Public Method Notifies About Missing RFC Connection 20051202
Events
Class CL_RSDDTZA_HPA_ACCESS has no event.
Types
Class CL_RSDDTZA_HPA_ACCESS has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RSDDTZA_HPA_ACCESS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RSDDTZA_HPA_ACCESS has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSDDTZA_HPA_ACCESS has no parameter.
Method CONSTRUCTOR on class CL_RSDDTZA_HPA_ACCESS has no exception.

Method GET_HPA_STATUS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Returncode 20050803
2 Exporting E_RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Returntext 20050803
3 Exporting E_T_CURRENT_DETAILS Call by reference Type reference (TYPE) TREXT_ALERT_DETAILS Details für Alert-Monitor-Ergebnisse 20050803
4 Exporting E_T_CURRENT_DETAIL_FORMAT Call by reference Type reference (TYPE) TREXT_DETAIL_FORMAT 20050803
5 Exporting E_T_CURRENT_RESULT Call by reference Type reference (TYPE) TREXT_ALERT_STATUS Ergebnis der Alert-Monitor-Tests 20050803
6 Exporting E_T_HISTORY_DETAILS Call by reference Type reference (TYPE) TREXT_ALERT_DETAILS Details für Alert-Monitor-Ergebnisse 20050803
7 Exporting E_T_HISTORY_DETAIL_FORMAT Call by reference Type reference (TYPE) TREXT_DETAIL_FORMAT 20050803
8 Exporting E_T_HISTORY_RESULT Call by reference Type reference (TYPE) TREXT_ALERT_STATUS Ergebnis der Alert-Monitor-Tests 20050803
9 Exporting E_T_SUMMARY_DETAILS Call by reference Type reference (TYPE) TREXT_ALERT_DETAILS Details für Alert-Monitor-Ergebnisse 20050803
10 Exporting E_T_SUMMARY_DETAIL_FORMAT Call by reference Type reference (TYPE) TREXT_DETAIL_FORMAT 20050803
11 Exporting E_T_SUMMARY_RESULT Call by reference Type reference (TYPE) TREXT_ALERT_STATUS Ergebnis der Alert-Monitor-Tests 20050803
# Exception Resumable Description Created on
1 HPA_CONVERSION_ERROR Fehler in der Datenkonvertierung des HPA 20050803
2 HPA_ERROR Interner Fehler im HPA 20050803

Method GET_RUNNING_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_RUN_ACTION Call by reference Type reference (TYPE) RSDZA_T_ACT_LOG 20060413

Method GET_RUNNING_ACTIONS on class CL_RSDDTZA_HPA_ACCESS has no exception.

Method GET_SINGLETON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_ZA_HPA_ACCESS Value transfer Object reference (TYPE REF TO) CL_RSDDTZA_HPA_ACCESS Zugriff auf die HPA Funktionen 20050803

Method GET_SINGLETON on class CL_RSDDTZA_HPA_ACCESS has no exception.

Method HPA_FUNCTIONS_DISPATCHER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HPA_CONVERSION_ERROR Call by reference Type reference (TYPE) RS_BOOL Boolean 20060130
2 Exporting E_HPA_ERROR Call by reference Type reference (TYPE) RS_BOOL Boolean 20060130
3 Exporting E_HPA_FUNCNAME Call by reference Type reference (TYPE) FUNCNAME Funktionsname 20050803
4 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Returncode 20050803
5 Exporting E_RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Returntext 20050803
6 Exporting E_TREX_AVAILABLE Call by reference Type reference (TYPE) TREX_RFC-RCODE Returncode 20050803
7 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20051115
8 Importing I_ACTION_CODE Call by reference Type reference (TYPE) RSDDTZA_ACTION_CODE Kurztext zu Aktivitäten 20050803
9 Importing I_FORCE_ACTION Call by reference Type reference (TYPE) RS_BOOL Boolean 20061121
# Exception Resumable Description Created on
1 HPA_LOCKED HPA gesperrt 20051115

Method POLL_TREX_AVAILIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOCKED Call by reference Type reference (TYPE) RSDZA_LOCKTYPE Sperrtyp für BIA Aktionen 20051115
2 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Returncode 20050803
3 Exporting E_RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Returntext 20050803
4 Exporting E_TREX_AVAILABLE Call by reference Type reference (TYPE) TREX_RFC-RCODE Returncode 20050803
5 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20051208
# Exception Resumable Description Created on
1 HPA_CONVERSION_ERROR Fehler in der Datenkonvertierung des HPA 20050803
2 HPA_ERROR HPA Fehler 20050803

Method REDO_HPA_CHECKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Returncode 20050803
2 Exporting E_RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Returntext 20050803
# Exception Resumable Description Created on
1 HPA_CONVERSION_ERROR Fehler in der Datenkonvertierung des HPA 20050803
2 HPA_ERROR HPA Fehler 20050803

Method _CHECK_USER_FORCE_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FORCE Value transfer Type reference (TYPE) RS_BOOL Boolean 20060508

Method _CHECK_USER_FORCE_ACTION on class CL_RSDDTZA_HPA_ACCESS has no exception.

Method _FORMAT_MESSAGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20060407

Method _FORMAT_MESSAGE_TABLE on class CL_RSDDTZA_HPA_ACCESS has no exception.

Method _INFORM_MISSING_RFC_DEST Signature

Method _INFORM_MISSING_RFC_DEST on class CL_RSDDTZA_HPA_ACCESS has no parameter.
# Exception Resumable Description Created on
1 USER_CANCELLED_RFC Benutzerabbruch bei RFC-Pflege 20051202
History
Last changed by/on SAP  20130531 
SAP Release Created in 700