SAP ABAP Class CL_DB6_ACTION_BACKUP_HISTORY2 (DB6: Backup History Action Controller)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB6 (Application Component) DB2 Universal Database for UNIX / NT
     STU6 (Package) DB6: Performance-Monitor (UNIX/Windows)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_ACTION_CONTROLLER DB6: Abstract Action Controller 20130517
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20130517
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_SLCT DBA Cockpit: Data Selection 20130517
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_SELECTION_GRANULARITY DBA: timeline granularity selection interface 20130828
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_SELECTION_TIMEFRAME DBA: timeframe selection interface 20130722
Properties
Class CL_DB6_ACTION_BACKUP_HISTORY2  
Short Description DB6: Backup History Action Controller    
Super Class CL_DB6_ACTION_CONTROLLER DB6: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20130517   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 DB6JO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 DB6SY Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20130517
2 IF_DBA_ACTION_CONTROLLER_SLCT DBA Cockpit: Data Selection 20130517
3 IF_DBA_SELECTION_GRANULARITY DBA: timeline granularity selection interface 20130828
4 IF_DBA_SELECTION_TIMEFRAME DBA: timeframe selection interface 20130722
Friends
Class CL_DB6_ACTION_BACKUP_HISTORY2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BACKUP_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV ALV for backup overview 20130517
2 BRARCHIVE_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV ALV for brarchive overview 20130517
3 BRARCHIVE_SHOW Instance attribute Private Type reference (TYPE) ABAP_BOOL show the brarchive tab 20130517
4 FULL_BACKUP_DATA Instance attribute Private Type reference (TYPE) DB6_BACKUP_HISTORY_TAB 20130805
5 FULL_LOGFILES_DATA Instance attribute Private Type reference (TYPE) DB6ADMIN_LIST_HIST_TAB DB6: Admin List Hist 20130625
6 GRANULARITY Instance attribute Private Type reference (TYPE) I 20130828
7 LOGFILES_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV ALV for logfiles overview 20130517
8 NAV_REF Instance attribute Private Attribute reference (LIKE) 20130517
9 TABSTRIP_BACKUP Constant Public Type reference (TYPE) SYUCOMM 'BACKUP' Function Code that Triggered PAI 20130517
10 TABSTRIP_BRARCHIVE Constant Public Type reference (TYPE) SYUCOMM 'BRARCHIVE' Function Code that Triggered PAI 20130517
11 TABSTRIP_LOGFILES Constant Public Type reference (TYPE) SYUCOMM 'LOGFILES' Function Code that Triggered PAI 20130517
12 TIME_SELECTION Instance attribute Private Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20130722
13 TIME_SELECTION_BEFORE Instance attribute Private Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20130830
14 VIEW_DATA Instance attribute Public Type reference (TYPE) DB6_VIEW_BACKUP_HISTORY2 DB6: structure for VIEW_DATA of DB6_ACTION_BACKUP_HISTORY 20130517
15 VIEW_DAYS_DEFAULT Constant Private Type reference (TYPE) I 30 default days to display the backup history for 20130517
Methods
# Method Level Visibility Method type Description Created on
1 BACKUP_INIT_TABSTRIP Instance method Private Method 20130517
2 BACKUP_REFRESH Instance method Private Method 20130517
3 BACKUP_REQUEST_DETAIL Instance method Private Method 20130517
4 BACKUP_SET_GRID_ATTRIBUTES Instance method Private Method 20130517
5 BACKUP_SHOW_DETAIL Instance method Private Method DB6: shows the details of the selected backup 20130517
6 EXTRACT_OLD_OVERVIEW_DATA Instance method Private Method 20130522
7 LOGFILES_INIT_TABSTRIP Instance method Private Method 20130517
8 LOGFILES_REFRESH Instance method Private Method refresh the logfiles data 20130517
9 LOGFILES_SET_GRID_ATTRIBUTES Instance method Private Method 20130517
10 PREPARE_DATA_FOR_CHART_OUTPUT Instance method Private Method 20130723
11 PREPARE_DATA_FOR_CHART_OUTPUT2 Instance method Private Method 20130816
12 PREPARE_DATA_FOR_CHART_OUTPUT3 Instance method Private Method 20130828
13 SET_VIEW_DAYS Instance method Public Method DB6: sets the days to view 20130517
14 TOGGLE_PARTITION_VISIBLE Instance method Private Method DB6: sets the partition column visible or unvisible 20130517
Events
Class CL_DB6_ACTION_BACKUP_HISTORY2 has no event.
Types
Class CL_DB6_ACTION_BACKUP_HISTORY2 has no local type.
Method Signatures

Method BACKUP_INIT_TABSTRIP Signature

Method BACKUP_INIT_TABSTRIP on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method BACKUP_INIT_TABSTRIP on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method BACKUP_REFRESH Signature

Method BACKUP_REFRESH on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method BACKUP_REFRESH on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method BACKUP_REQUEST_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BACKUP_DATA Call by reference Type reference (TYPE) DB6PMCKOV DB6: Overview of Backup History 20130517
2 Importing SEL_FULL_BACKUP_DATA Call by reference Type reference (TYPE) DB6_BACKUP_HISTORY DB6: Admin List Hist 20130625

Method BACKUP_REQUEST_DETAIL on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method BACKUP_SET_GRID_ATTRIBUTES Signature

Method BACKUP_SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method BACKUP_SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method BACKUP_SHOW_DETAIL Signature

Method BACKUP_SHOW_DETAIL on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method BACKUP_SHOW_DETAIL on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method EXTRACT_OLD_OVERVIEW_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_STYLE_ITAB Call by reference Type reference (TYPE) DB6ADMIN_LIST_HIST_TAB Table of DB6ADMIN_LIST_HIST 20130522
2 Exporting OLD_OVERVIEW_ITAB Call by reference Type reference (TYPE) DB6PMCKOV_TAB DB6: Table of db6pmckov 20130522

Method EXTRACT_OLD_OVERVIEW_DATA on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method LOGFILES_INIT_TABSTRIP Signature

Method LOGFILES_INIT_TABSTRIP on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method LOGFILES_INIT_TABSTRIP on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method LOGFILES_REFRESH Signature

Method LOGFILES_REFRESH on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method LOGFILES_REFRESH on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method LOGFILES_SET_GRID_ATTRIBUTES Signature

Method LOGFILES_SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_BACKUP_HISTORY2 has no parameter.
Method LOGFILES_SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method PREPARE_DATA_FOR_CHART_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOG_VOL_TABLE_INPUT Call by reference Type reference (TYPE) DB6_LOG_VOL_HIST_TAB table of Delta Log Volume 20130814
2 Importing TIME_SELECTION Call by reference Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20130723

Method PREPARE_DATA_FOR_CHART_OUTPUT on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method PREPARE_DATA_FOR_CHART_OUTPUT2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TIME_SELECTION Call by reference Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20130816

Method PREPARE_DATA_FOR_CHART_OUTPUT2 on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method PREPARE_DATA_FOR_CHART_OUTPUT3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TIME_SELECTION Call by reference Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20130828

Method PREPARE_DATA_FOR_CHART_OUTPUT3 on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method SET_VIEW_DAYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VIEW_DAYS Call by reference Type reference (TYPE) INT4 Natural number 20130517

Method SET_VIEW_DAYS on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.

Method TOGGLE_PARTITION_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20130517

Method TOGGLE_PARTITION_VISIBLE on class CL_DB6_ACTION_BACKUP_HISTORY2 has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740