SAP ABAP Class CL_DB6_AM_POLICY_BACKUP (DB6: Automaintenance Backup Policy)
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_AM_POLICY_MAINTENANCE DB6: Automaintenance Maintenance Policy 20060705
Properties
Class CL_DB6_AM_POLICY_BACKUP  
Short Description DB6: Automaintenance Backup Policy    
Super Class CL_DB6_AM_POLICY_MAINTENANCE DB6: Automaintenance Maintenance Policy 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20060705   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DB6_AM_POLICY_BACKUP has no forward declaration.
Interfaces
Class CL_DB6_AM_POLICY_BACKUP has no interface implemented.
Friends
Class CL_DB6_AM_POLICY_BACKUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BACKUP_FILEPATHS Instance attribute Public Type reference (TYPE) STRING 20060705
2 BACKUP_MEDIA Instance attribute Public Type reference (TYPE) STRING 20060705
3 BACKUP_MEDIA_FILESYSTEM Constant Public Type reference (TYPE) STRING 'FILESYSTEM' 20060705
4 BACKUP_MEDIA_TAPE Constant Public Type reference (TYPE) STRING 'TAPE' 20060705
5 BACKUP_MEDIA_TSM Constant Public Type reference (TYPE) STRING 'TSM' 20060705
6 BACKUP_MEDIA_VENDORLIB Constant Public Type reference (TYPE) STRING 'VENDORLIB' 20060705
7 BACKUP_MEDIA_XBSA Constant Public Type reference (TYPE) STRING 'XBSA' 20060705
8 BACKUP_MODE Instance attribute Public Type reference (TYPE) STRING 20060705
9 BACKUP_MODE_OFFLINE Constant Public Type reference (TYPE) STRING 'offline' 20060705
10 BACKUP_MODE_ONLINE Constant Public Type reference (TYPE) STRING 'online' 20060705
11 BACKUP_NUM_OF_SESSIONS Instance attribute Public Type reference (TYPE) I 20060705
12 BACKUP_VENDOR_FILENAME Instance attribute Public Type reference (TYPE) STRING 20060705
13 BACKUP_VENDOR_OPTIONS Instance attribute Public Type reference (TYPE) STRING 20060705
14 PRECON_LOGS_SINCE_LAST_BKP Instance attribute Public Type reference (TYPE) I 6400 Number of 4k pages. 20060705
15 PRECON_MIN_NUM_FULL_BKP Instance attribute Public Type reference (TYPE) I 1 20060705
16 PRECON_OPT_BAL_DAYS_LAST_BKP Constant Public Type reference (TYPE) I 7 20061018
17 PRECON_OPT_BAL_LOGS_LAST_BKP Constant Public Type reference (TYPE) I 6400 20060911
18 PRECON_OPT_BAL_MB_LAST_BKP Constant Public Type reference (TYPE) I 25 20061018
19 PRECON_OPT_BAL_NUM_BKP Constant Public Type reference (TYPE) I 1 20060911
20 PRECON_OPT_BAL_TIME_LAST_BKP Constant Public Type reference (TYPE) I 168 20060911
21 PRECON_OPT_PERF_DAYS_LAST_BKP Constant Public Type reference (TYPE) I 30 20061018
22 PRECON_OPT_PERF_LOGS_LAST_BKP Constant Public Type reference (TYPE) I 12800 20060911
23 PRECON_OPT_PERF_MB_LAST_BKP Constant Public Type reference (TYPE) I 50 20061018
24 PRECON_OPT_PERF_NUM_BKP Constant Public Type reference (TYPE) I 1 20060911
25 PRECON_OPT_PERF_TIME_LAST_BKP Constant Public Type reference (TYPE) I 720 20060911
26 PRECON_OPT_REC_DAYS_LAST_BKP Constant Public Type reference (TYPE) I 1 20061018
27 PRECON_OPT_REC_LOGS_LAST_BKP Constant Public Type reference (TYPE) I 2560 20060911
28 PRECON_OPT_REC_MB_LAST_BKP Constant Public Type reference (TYPE) I 10 20061018
29 PRECON_OPT_REC_NUM_BKP Constant Public Type reference (TYPE) I 1 20060911
30 PRECON_OPT_REC_TIME_LAST_BKP Constant Public Type reference (TYPE) I 24 20060911
31 PRECON_TIME_SINCE_LAST_BKP Instance attribute Public Type reference (TYPE) I 168 Time in hours. 20060705
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060712
2 GET_PRECON_DAYS_SINCE_LAST_BKP Instance method Public Method 20061018
3 GET_PRECON_MB_SINCE_LAST_BKP Instance method Public Method 20061018
4 SET_BACKUP_FILEPATHS Instance method Public Method 20060705
5 SET_BACKUP_MEDIA Instance method Public Method 20060705
6 SET_BACKUP_MODE Instance method Public Method 20060705
7 SET_BACKUP_NUM_OF_SESSIONS Instance method Public Method 20060705
8 SET_BACKUP_VENDOR_FILENAME Instance method Public Method 20060705
9 SET_BACKUP_VENDOR_OPTIONS Instance method Public Method 20060705
10 SET_PRECON_DAYS_SINCE_LAST_BKP Instance method Public Method 20061018
11 SET_PRECON_LOGS_SINCE_LAST_BKP Instance method Public Method 20060705
12 SET_PRECON_MB_SINCE_LAST_BKP Instance method Public Method 20061018
13 SET_PRECON_MIN_NUM_FULL_BKP Instance method Public Method 20060705
14 SET_PRECON_TIME_SINCE_LAST_BKP Instance method Public Method 20060705
Events
Class CL_DB6_AM_POLICY_BACKUP has no event.
Types
Class CL_DB6_AM_POLICY_BACKUP has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method GET_PRECON_DAYS_SINCE_LAST_BKP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) I 20061018

Method GET_PRECON_DAYS_SINCE_LAST_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method GET_PRECON_MB_SINCE_LAST_BKP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) I 20061018

Method GET_PRECON_MB_SINCE_LAST_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_BACKUP_FILEPATHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20060705

Method SET_BACKUP_FILEPATHS on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_BACKUP_MEDIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20060705
# Exception Resumable Description Created on
1 CX_DB6_AM_POLICY DB6: Automaintenance Exceptions 20061019

Method SET_BACKUP_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20060705
# Exception Resumable Description Created on
1 CX_DB6_AM_POLICY DB6: Automaintenance Exceptions 20061019

Method SET_BACKUP_NUM_OF_SESSIONS Signature

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

Method SET_BACKUP_NUM_OF_SESSIONS on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_BACKUP_VENDOR_FILENAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20060705

Method SET_BACKUP_VENDOR_FILENAME on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_BACKUP_VENDOR_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20060705

Method SET_BACKUP_VENDOR_OPTIONS on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_PRECON_DAYS_SINCE_LAST_BKP Signature

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

Method SET_PRECON_DAYS_SINCE_LAST_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_PRECON_LOGS_SINCE_LAST_BKP Signature

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

Method SET_PRECON_LOGS_SINCE_LAST_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_PRECON_MB_SINCE_LAST_BKP Signature

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

Method SET_PRECON_MB_SINCE_LAST_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_PRECON_MIN_NUM_FULL_BKP Signature

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

Method SET_PRECON_MIN_NUM_FULL_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.

Method SET_PRECON_TIME_SINCE_LAST_BKP Signature

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

Method SET_PRECON_TIME_SINCE_LAST_BKP on class CL_DB6_AM_POLICY_BACKUP has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710