SAP ABAP Class CL_DB6_ACTION_SPACE_WIZARD (DB6: Controller for Space Object Management)
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_SETUP DB6: Setup Controller 20091009
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_ACTION_BPS_WIZARD DB6: Wizard for Buffer Pool Creation 20080625
Properties
Class CL_DB6_ACTION_SPACE_WIZARD  
Short Description DB6: Controller for Space Object Management    
Super Class CL_DB6_ACTION_CONTROLLER_SETUP DB6: Setup Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20080530   SAP 
Last change 20110908   SAP 
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)
Interfaces
Class CL_DB6_ACTION_SPACE_WIZARD has no interface implemented.
Friends
Class CL_DB6_ACTION_SPACE_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUFFERPOOLS Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080627
2 CONTENT_CHOICE Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080616
3 DATA_BPS Instance attribute Protected Type reference (TYPE) DB6_VIEW_BPS_WIZARD DB6: View Data of BPS Wizard 20080625
4 DATA_TSP Instance attribute Protected Type reference (TYPE) DB6_VIEW_TSP_WIZARD DB6: View Data of Tablespace Wizard 20080624
5 DCL_REF Instance attribute Public Object reference (TYPE REF TO) CL_DB6_DATA_CLASS DB6: Backend to Data Classes 20080609
6 EXPAND_BUFFERPOOL Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080606
7 EXPAND_TSP Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20080606
8 INCREASE_CHOICE Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080617
9 INDEX_BPS Instance attribute Protected Type reference (TYPE) DB6_VIEW_BPS_WIZARD DB6: View Data of BPS Wizard 20080625
10 INDEX_TSP Instance attribute Protected Type reference (TYPE) DB6_VIEW_TSP_WIZARD DB6: View Data of Tablespace Wizard 20080624
11 MANAGEMENT_CHOICE Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080616
12 NAV_REF Instance attribute Private Attribute reference (LIKE) 20080530
13 NEW_BPS_INPUT Instance attribute Protected Type reference (TYPE) STRING 20080604
14 NEW_PGRP_INPUT Instance attribute Protected Type reference (TYPE) STRING 20080604
15 NEW_TBSP_INPUT Instance attribute Protected Type reference (TYPE) STRING 20080603
16 ORI_DATA Instance attribute Public Type reference (TYPE) DB6_VIEW_SPC_WIZARD DB6: View Data of Space Object Wizard 20080530
17 PAGESIZES Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080616
18 PARTITION_GROUPS Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080604
19 PGRPS_CHOICE Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080625
20 SQL_GEN_REF Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_SQL_GENERATOR DB6: Generator for SQL Commands 20080626
21 STEP_BPS_CFG Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 11 20080606
22 STEP_BPS_ENDED Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 12 20080606
23 STEP_BPS_GENERAL Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 10 20080606
24 STEP_BPS_STARTED Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 9 20080606
25 STEP_DCL_CFG_ENDED Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 7 20080606
26 STEP_DCL_CFG_START Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 3 20080606
27 STEP_DCL_GENERAL Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 2 20080604
28 STEP_PGRP Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 8 20080623
29 STEP_TSP_CFG Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 5 20080530
30 STEP_TSP_CONTAINERS Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 6 20080530
31 STEP_TSP_GENERAL Constant Public Type reference (TYPE) DBA_WD_STEP-STEPNO 4 20080530
32 SYSCAT_BUFFERPOOLS Instance attribute Protected Type reference (TYPE) DB6CATBP_TAB DB6: Table of DB6CATBP 20080616
33 SYSCAT_PARTITION_GROUPS Instance attribute Protected Type reference (TYPE) DB6CATNGRP_LIST DB6: List of Nodegroups 20080619
34 TABLESPACES Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080627
35 VIEW_DATA Instance attribute Public Type reference (TYPE) DB6_VIEW_SPC_WIZARD DB6: View Data of Space Object Wizard 20080530
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BPS Instance method Protected Method 20080625
2 CHECK_BPS_CFG Instance method Protected Method 20080625
3 CHECK_BPS_GENERAL Instance method Protected Method 20080625
4 CHECK_PGRP Instance method Protected Method 20080623
5 CONFIRM_BUFFERPOOL Instance method Protected Method 20080625
6 GET_BPS_LISTBOX_VALUES Instance method Protected Method 20080623
7 INIT_BUFFERPOOLS Instance method Protected Method 20080604
8 INIT_PARTITION_GROUPS Instance method Protected Method 20080604
9 IS_NEW_PARTITIONGROUP Instance method Protected Method 20080630
10 TOGGLE_PARTITION Instance method Public Method 20080624
11 TOGGLE_PARTITION_GROUP Instance method Public Method 20080625
Events
Class CL_DB6_ACTION_SPACE_WIZARD has no event.
Types
Class CL_DB6_ACTION_SPACE_WIZARD has no local type.
Method Signatures

Method CHECK_BPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20080625

Method CHECK_BPS on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method CHECK_BPS_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20080625

Method CHECK_BPS_CFG on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method CHECK_BPS_GENERAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20080625

Method CHECK_BPS_GENERAL on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method CHECK_PGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OK Value transfer Type reference (TYPE) ABAP_BOOL 20080623

Method CHECK_PGRP on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method CONFIRM_BUFFERPOOL Signature

Method CONFIRM_BUFFERPOOL on class CL_DB6_ACTION_SPACE_WIZARD has no parameter.
Method CONFIRM_BUFFERPOOL on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method GET_BPS_LISTBOX_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BUFFERPOOLS Value transfer Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20080623
2 Importing PAGESIZE Call by reference Type reference (TYPE) I 20080623

Method GET_BPS_LISTBOX_VALUES on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method INIT_BUFFERPOOLS Signature

Method INIT_BUFFERPOOLS on class CL_DB6_ACTION_SPACE_WIZARD has no parameter.
Method INIT_BUFFERPOOLS on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method INIT_PARTITION_GROUPS Signature

Method INIT_PARTITION_GROUPS on class CL_DB6_ACTION_SPACE_WIZARD has no parameter.
Method INIT_PARTITION_GROUPS on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method IS_NEW_PARTITIONGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_NEW Value transfer Type reference (TYPE) ABAP_BOOL 20080630
2 Importing PGRP Call by reference Type reference (TYPE) CLIKE 20080630

Method IS_NEW_PARTITIONGROUP on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method TOGGLE_PARTITION Signature

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

Method TOGGLE_PARTITION on class CL_DB6_ACTION_SPACE_WIZARD has no exception.

Method TOGGLE_PARTITION_GROUP Signature

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

Method TOGGLE_PARTITION_GROUP on class CL_DB6_ACTION_SPACE_WIZARD has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 712