SAP ABAP Class CL_DB6_ACTION_PGRP_MAINTENANCE (DB6: Database Partition Group Maintenance)
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 20051228
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_ALV DBA Cockpit: Access to ALV object 20081117
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_CHG DBA Cockpit: Administration Basics 20090320
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_QUAC DBA Cockpit: Controller I/F for Quick Activities 20081117
Properties
Class CL_DB6_ACTION_PGRP_MAINTENANCE  
Short Description DB6: Database Partition Group Maintenance    
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 20051228   SAP 
Last change 20130531   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)
2 DB6CC 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 20081117
2 IF_DBA_ACTION_CONTROLLER_CHG DBA Cockpit: Administration Basics 20090320
3 IF_DBA_ACTION_CONTROLLER_QUAC DBA Cockpit: Controller I/F for Quick Activities 20081117
Friends
Class CL_DB6_ACTION_PGRP_MAINTENANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALL_NODES Instance attribute Private Type reference (TYPE) DB6PARTLST DB6: Partition List For Listbox 20081117
2 BP_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20051228
3 BUFFERPOOLS Instance attribute Private See coding DB6: System Catalog Information of Bufferpools 20051229
4 CMD_TAB_BUFF Constant Public Type reference (TYPE) SYUCOMM 'BUFF' Function code that PAI triggered 20100531
5 CMD_TAB_NODE Constant Public Type reference (TYPE) SYUCOMM 'NODE' Function code that PAI triggered 20100531
6 CMD_TAB_TBSP Constant Public Type reference (TYPE) SYUCOMM 'TBSP' Function code that PAI triggered 20100531
7 EXECUTED_COMMAND Instance attribute Private Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20081117
8 EXECUTED_SQL_STMTS Instance attribute Private Type reference (TYPE) DB6_EDITOR_LIST Function Code that Triggered PAI 20081117
9 KEYWORD Instance attribute Private Type reference (TYPE) DB6CC_KEYWORD 20081117
10 NAV_REF Instance attribute Private Attribute reference (LIKE) 20051228
11 ORI_NGNAME Instance attribute Private Type reference (TYPE) STRING 20081117
12 ORI_NODES Instance attribute Private Type reference (TYPE) DB6ADMPGRP_LST DB6: List of Partitions 20081117
13 PARTGROUPS Instance attribute Private See coding DB6: System Catalog Information of Nodegroups 20051229
14 PART_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20051228
15 REFRESH_IN_DISPLAY_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20081117
16 SYSCAT_SYSID Instance attribute Private Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20060207
17 TABLESPACES Instance attribute Private See coding DB6: System Catalog Information of Tablespaces 20051229
18 TSP_ALV Instance attribute Private Object reference (TYPE REF TO) CL_DB6_ALV DB6: simple ALV abstraction 20051228
19 VIEW_DATA Instance attribute Private Type reference (TYPE) DB6_VIEW_DBPARTITION_DETAIL DB6: View Data of DB Partition 20051228
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ALTER_STMT Instance method Private Method build ALTER PARTITION GROUP stmt 20051229
2 BUILD_CREATE_STMT Instance method Private Method build CREATE PARTITION ROUP statment 20051229
3 BUILD_SQL_STMT Instance method Private Method build SQL statements for changes 20051229
4 CHECK_FOR_ALL_PARTITIONS Instance method Private Method check, if all nodes have been specified 20051229
5 CHECK_FOR_CHANGES Instance method Private Method compare current and original data 20051229
6 CHECK_INPUT Instance method Private Method check and validate user input 20060207
7 CHECK_PARTGROUP Instance method Private Method check partition group name 20051229
8 CHECK_PARTITIONS Instance method Private Method 20060207
9 DISPLAY_BUFFERPOOL Instance method Private Method jump to bufferpool maintenance 20051229
10 DISPLAY_TABLESPACE Instance method Private Method jump to tablespace maintenance 20051229
11 EXEC_SQL_COMMAND Instance method Private Method execute alter/create/drop stmt 20051229
12 GET_SYSCAT_TABLES Instance method Private Method load needed SYSCAT tables 20060112
13 IMPORT_INPUT_DATA Instance method Private Method import and convert input data 20060220
14 SET_GRID_ATTRIBUTES_BP Instance method Private Method set ALV grid layout attributes 20051228
15 SET_GRID_ATTRIBUTES_PART Instance method Private Method set ALV grid layout attributes 20051229
16 SET_GRID_ATTRIBUTES_TSP Instance method Private Method set ALV grid layout attributes 20051229
17 SWITCH_CHECKBOX_PARTITION Instance method Private Method 20090930
Events
Class CL_DB6_ACTION_PGRP_MAINTENANCE has no event.
Types
Class CL_DB6_ACTION_PGRP_MAINTENANCE has no local type.
Method Signatures

Method BUILD_ALTER_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TEXT Call by reference Type reference (TYPE) DB6CC_EDITOR_LIST 20051229

Method BUILD_ALTER_STMT on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method BUILD_CREATE_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing TEXT Call by reference Type reference (TYPE) DB6CC_EDITOR_LIST 20051229

Method BUILD_CREATE_STMT on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method BUILD_SQL_STMT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEXT Value transfer Type reference (TYPE) DB6CC_EDITOR_LIST 20051229

Method BUILD_SQL_STMT on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method CHECK_FOR_ALL_PARTITIONS Signature

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

Method CHECK_FOR_ALL_PARTITIONS on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method CHECK_FOR_CHANGES Signature

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

Method CHECK_FOR_CHANGES on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method CHECK_INPUT Signature

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

Method CHECK_INPUT on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method CHECK_PARTGROUP Signature

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

Method CHECK_PARTGROUP on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method CHECK_PARTITIONS Signature

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

Method CHECK_PARTITIONS on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method DISPLAY_BUFFERPOOL Signature

Method DISPLAY_BUFFERPOOL on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method DISPLAY_BUFFERPOOL on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method DISPLAY_TABLESPACE Signature

Method DISPLAY_TABLESPACE on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method DISPLAY_TABLESPACE on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method EXEC_SQL_COMMAND Signature

Method EXEC_SQL_COMMAND on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method EXEC_SQL_COMMAND on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method GET_SYSCAT_TABLES Signature

Method GET_SYSCAT_TABLES on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method GET_SYSCAT_TABLES on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method IMPORT_INPUT_DATA Signature

Method IMPORT_INPUT_DATA on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method IMPORT_INPUT_DATA on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method SET_GRID_ATTRIBUTES_BP Signature

Method SET_GRID_ATTRIBUTES_BP on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method SET_GRID_ATTRIBUTES_BP on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method SET_GRID_ATTRIBUTES_PART Signature

Method SET_GRID_ATTRIBUTES_PART on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method SET_GRID_ATTRIBUTES_PART on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method SET_GRID_ATTRIBUTES_TSP Signature

Method SET_GRID_ATTRIBUTES_TSP on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method SET_GRID_ATTRIBUTES_TSP on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.

Method SWITCH_CHECKBOX_PARTITION Signature

Method SWITCH_CHECKBOX_PARTITION on class CL_DB6_ACTION_PGRP_MAINTENANCE has no parameter.
Method SWITCH_CHECKBOX_PARTITION on class CL_DB6_ACTION_PGRP_MAINTENANCE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710