SAP ABAP Class CL_RSDDTZA_BNR_SNAPSHOTS_GRID (Display and Editing of Backup and Recovery Snapshots)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDDTZA (Package) BWA ZA Maintenance Monitor and Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDDTZA_ALV_GRID Basis Class for ALV Grid Wrapper 20071127
Properties
Class CL_RSDDTZA_BNR_SNAPSHOTS_GRID  
Short Description Display and Editing of Backup and Recovery Snapshots    
Super Class CL_RSDDTZA_ALV_GRID Basis Class for ALV Grid Wrapper 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDDTZA   BWA ZA Maintenance Monitor and Functions 
Created 20070802   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RSD 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_BNR_SNAPSHOTS_GRID has no interface implemented.
Friends
Class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_LAST_N_SNAPSHOTS Instance attribute Public Type reference (TYPE) I 20071127
2 N_SELECTED_SNAPSHOT_ID Instance attribute Public Type reference (TYPE) RSDDTREXSNAPSHOTID ID of BIA Data Snapshot 20071127
3 P_RETURN_CODE Instance attribute Private Type reference (TYPE) TREX_RFC-RETURN_CODE Return Code 20071127
4 P_RETURN_TEXT Instance attribute Private Type reference (TYPE) TREX_RFC-RETURN_TEXT Return Text 20071127
5 P_RFC_DEST Instance attribute Private Type reference (TYPE) RFCDEST Logical destination (specified when calling function) 20071127
6 P_R_CONTAINER_DETAILS Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20071127
7 P_R_TEXTEDIT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20071127
8 P_SUBRC Instance attribute Private Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20071127
9 P_T_BNR_SNAPSHOTS Instance attribute Private Type reference (TYPE) RSDDTZA_T_BNR_SNAPSHOT Information Display for BIA Data Snapshot 20071127
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_RUNNING_RECOVERY Instance method Public Method Checks whether recovery is running 20071127
2 CONSTRUCTOR Instance method Public Constructor Constructor 20071127
3 CREATE_BACKUP Instance method Public Method Generates Backup 20071127
4 DELETE_SNAPSHOT Instance method Public Method Delete a Snapshot 20071127
5 FREE_DETAILS_DISPLAY Instance method Public Method Clears detail display 20071127
6 GET_SERVER_STATUS Instance method Public Method Determines server status 20071127
7 RECOVER_BIA Instance method Public Method Starts RECOVERY process in BI Accelerator 20071127
8 SET_LAST_N_SNAPSHOTS Instance method Public Method Sets parameter for number of displayed snapshots 20071127
9 SHOW_BACKUP_JOB_LOG Instance method Public Method Displays backup job logs 20071127
10 SHOW_BACKUP_LOG Instance method Public Method Displays backup generation logs 20071127
11 SHOW_RECOVERY_JOB_LOG Instance method Public Method Displays recovery job log 20071127
12 SHOW_RECOVERY_LOG Instance method Public Method Displays RECOVERY process log 20071127
13 SHOW_SNAPSHOT_DETAILS Instance method Public Method Displas details for a snapshot 20071127
14 SIMULATE_RECOVERY Instance method Public Method Simulates RECOVERY process in BI Accelerator 20071127
15 _FILL_SNAPSHOTS_TABLE Instance method Private Method Fills the Data Table 20071127
16 _GET_SELECTED_SNAPSHOT Instance method Private Method Returns currently selected snapshot 20071127
17 _HND_ALV_HOTSPOT_CLICK Instance method Private Event handling method Event Handler for Event HOTSPOT CLICK of ALV Grid 20071127
18 _PREPARE_SNAPSHOT_DETAILS Instance method Private Method Preparation of Snapshot Detail Display 20071127
19 _SEND_BACKUP_EMAIL Instance method Private Method Sends e-Mail about scheduled snapshot generation 20071127
20 _SHOW_LOG Instance method Private Method BAL Log Display 20071127
Events
Class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no event.
Types
Class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no local type.
Method Signatures

Method CHECK_RUNNING_RECOVERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECOVERY_RUNNING Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127
2 Exporting E_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20071127
3 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20071127
4 Importing I_SHOW Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127

Method CHECK_RUNNING_RECOVERY on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_CONTAINER Call by reference Type reference (TYPE) STRING 20071127
2 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20071127
3 Importing I_LAST_N_SNAPSHOTS Call by reference Type reference (TYPE) I 20 20071127
4 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20071127

Method CONSTRUCTOR on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method CREATE_BACKUP Signature

Method CREATE_BACKUP on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no parameter.
Method CREATE_BACKUP on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method DELETE_SNAPSHOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method DELETE_SNAPSHOT on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method FREE_DETAILS_DISPLAY Signature

Method FREE_DETAILS_DISPLAY on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no parameter.
Method FREE_DETAILS_DISPLAY on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method GET_SERVER_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SHOW Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127
2 Returning R_ACTIVE Value transfer Type reference (TYPE) RS_BOOL Boolean 20071127

Method GET_SERVER_STATUS on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method RECOVER_BIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method RECOVER_BIA on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SET_LAST_N_SNAPSHOTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LAST_N_SNAPSHOTS Call by reference Type reference (TYPE) I 20071127

Method SET_LAST_N_SNAPSHOTS on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SHOW_BACKUP_JOB_LOG Signature

Method SHOW_BACKUP_JOB_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no parameter.
Method SHOW_BACKUP_JOB_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SHOW_BACKUP_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method SHOW_BACKUP_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SHOW_RECOVERY_JOB_LOG Signature

Method SHOW_RECOVERY_JOB_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no parameter.
Method SHOW_RECOVERY_JOB_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SHOW_RECOVERY_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method SHOW_RECOVERY_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SHOW_SNAPSHOT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPL_CONTAINER Call by reference Type reference (TYPE) STRING 20071127
2 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20071127
3 Importing I_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20071127
4 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method SHOW_SNAPSHOT_DETAILS on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method SIMULATE_RECOVERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method SIMULATE_RECOVERY on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method _FILL_SNAPSHOTS_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITIAL Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127

Method _FILL_SNAPSHOTS_TABLE on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method _GET_SELECTED_SNAPSHOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_CURSOR_ALSO Call by reference Type reference (TYPE) RS_BOOL Boolean 20071127
2 Importing I_NO_0_SELECT_MESS Call by reference Type reference (TYPE) RS_BOOL ID eines BIA-Daten-Snapshots 20071127
3 Returning R_SNAPSHOT_ID Value transfer Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method _GET_SELECTED_SNAPSHOT on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method _HND_ALV_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20071127
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20071127
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20071127

Method _HND_ALV_HOTSPOT_CLICK on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method _PREPARE_SNAPSHOT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SNAPSHOT_ID Call by reference Type reference (TYPE) RSDDTREXSNAPSHOTID ID eines BIA-Daten-Snapshots 20071127

Method _PREPARE_SNAPSHOT_DETAILS on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method _SEND_BACKUP_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBCOUNT Call by reference Type reference (TYPE) TBTCJOB-JOBCOUNT Kennummer eines Jobs 20071127
2 Importing I_JOBNAME Call by reference Type reference (TYPE) TBTCJOB-JOBNAME Name eines Hintergrundjobs 20071127

Method _SEND_BACKUP_EMAIL on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.

Method _SHOW_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE_FROM Value transfer Type reference (TYPE) BALDATE Anwendungs-Log: Datum 20071127
2 Importing I_DATE_TO Value transfer Type reference (TYPE) BALDATE Anwendungs-Log: Datum 20071127
3 Importing I_EXT_IDENT Call by reference Type reference (TYPE) BALHDR-EXTNUMBER Anwendungs-Log: Externe Identifikation 20071127
4 Importing I_OBJECT Call by reference Type reference (TYPE) BALOBJ_D 'RSDDTREX' Anwendungs-Log: Objektname (Applikationskürzel) 20071127
5 Importing I_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ Anwendungs-Log: Unterobjekt 20071127
6 Importing I_TIME_FROM Value transfer Type reference (TYPE) BALTIME Anwendungs-Log: Uhrzeit 20071127
7 Importing I_TIME_TO Value transfer Type reference (TYPE) BALTIME Anwendungs-Log: Uhrzeit 20071127
8 Importing I_USER Value transfer Type reference (TYPE) BALUSER Anwendungs-Log: Benutzername 20071127

Method _SHOW_LOG on class CL_RSDDTZA_BNR_SNAPSHOTS_GRID has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720