SAP ABAP Class CL_SAPDB_DEVSPACES (SAP DB: Devspace Configuration)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-SDB (Application Component) MaxDB
     SADA (Package) Porting and CCMS SAP DB
Properties
Class CL_SAPDB_DEVSPACES  
Short Description SAP DB: Devspace Configuration    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SADA   Porting and CCMS SAP DB 
Created 20001115   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SAPDB_DEVSPACES has no forward declaration.
Interfaces
Class CL_SAPDB_DEVSPACES has no interface implemented.
Friends
Class CL_SAPDB_DEVSPACES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONT_DATA Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20001115
2 CONT_LOG Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20001115
3 DATADEVICETAB Instance attribute Private Type reference (TYPE) DEVICETABTYPE Data Devspaces 20001115
4 DB_REF Instance attribute Public Object reference (TYPE REF TO) CL_SAPDB_DBA Administration: SAP DB Instance 20001115
5 DIFFDATASIZE Instance attribute Private Type reference (TYPE) SDB_SIZE Devspace size 20001115
6 EXCLUDE_TAB Instance attribute Private Type reference (TYPE) UI_FUNCTIONS Function Code Table 20001115
7 FCAT_DATA Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20001115
8 FCAT_LOG Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20001115
9 GRID_DATA Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20001115
10 GRID_LOG Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20001115
11 LAYOUT_DATA Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20001115
12 LAYOUT_LOG Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV Control: Layout Structure 20001115
13 LOGDEVICETAB Instance attribute Private Type reference (TYPE) DEVICETABTYPE Log Devspaces 20001115
14 MAXDATADEVS Instance attribute Private Type reference (TYPE) INT4 Natural Number 20001115
15 MAXDATASIZE Instance attribute Private Type reference (TYPE) SDB_SIZE Devspace size 20001115
16 MAXLOGDEVS Instance attribute Private Type reference (TYPE) INT4 Natural Number 20001115
17 MIRRDATA Instance attribute Private Type reference (TYPE) FLAG 'X': Mirrored Data Devspaces 20001115
18 MIRRLOG Instance attribute Private Type reference (TYPE) FLAG 'X': Mirrored Log Devspaces 20001115
19 NUMDATA Instance attribute Private Type reference (TYPE) INT4 Natural Number 20001115
20 NUMLOGS Instance attribute Private Type reference (TYPE) INT4 Natural Number 20001115
21 STATE Instance attribute Public Type reference (TYPE) CHAR10 Status of the DB (WARM, COLD, OFFLINE) 20001227
22 SUMDATASIZE Instance attribute Private Type reference (TYPE) SDB_SIZE Devspace size 20001115
23 SUMLOGSIZE Instance attribute Private Type reference (TYPE) SDB_SIZE Devspace size 20001115
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20001115
2 CREATE_CONTAINERS_AND_GRIDS Instance method Private Method Create and Initialize Grids and Containers 20001116
3 CREATE_EXCLUDE_TAB Instance method Private Method Table with Buttons that Should Not Appear 20001115
4 CREATE_FCAT_AND_LAYOUT Instance method Private Method Create Field Catalog and Layout 20001115
5 DISPLAY_DEVSPACES Instance method Public Method Grid Preparation and Paramters for Screen Output 20001116
6 FREE Instance method Public Method Release All Objects 20001116
7 REFRESH_GRID Instance method Public Method Refresh Grid (New Content, Layout, Field Catalog) 20001116
8 UPDATE_DEVSPACE_INFO Instance method Private Method Update Information and Layout 20001115
9 UPDATE_FCAT_AND_LAYOUT Instance method Private Method Update Field Catalog and Layout 20001115
Events
Class CL_SAPDB_DEVSPACES has no event.
Types
Class CL_SAPDB_DEVSPACES has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DB_REF Call by reference Object reference (TYPE REF TO) CL_SAPDB_DBA Administration SAPDB Instanz 20001115
# Exception Resumable Description Created on
1 NO_CONNECTION Keine Verbindung zum System mit logischem Verbindungsnamen 20010130

Method CREATE_CONTAINERS_AND_GRIDS Signature

Method CREATE_CONTAINERS_AND_GRIDS on class CL_SAPDB_DEVSPACES has no parameter.
Method CREATE_CONTAINERS_AND_GRIDS on class CL_SAPDB_DEVSPACES has no exception.

Method CREATE_EXCLUDE_TAB Signature

Method CREATE_EXCLUDE_TAB on class CL_SAPDB_DEVSPACES has no parameter.
Method CREATE_EXCLUDE_TAB on class CL_SAPDB_DEVSPACES has no exception.

Method CREATE_FCAT_AND_LAYOUT Signature

Method CREATE_FCAT_AND_LAYOUT on class CL_SAPDB_DEVSPACES has no parameter.
Method CREATE_FCAT_AND_LAYOUT on class CL_SAPDB_DEVSPACES has no exception.

Method DISPLAY_DEVSPACES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DIFFDATASIZE Call by reference Type reference (TYPE) SDB_SIZE Groesse, um die Data Devspaces erweitert werden koennen 20001116
2 Exporting EX_MAXDATADEVS Value transfer Type reference (TYPE) INT4 Maximale Anzahl Data Devspaces 20001116
3 Exporting EX_MAXDATASIZE Value transfer Type reference (TYPE) SDB_SIZE Maximale Groesse Data Devspaces (gesamt) 20001116
4 Exporting EX_MAXLOGDEVS Value transfer Type reference (TYPE) INT4 Maximale Anzahl Log Devspaces 20001116
5 Exporting EX_NUMDATA Value transfer Type reference (TYPE) INT4 Aktuelle Anzahls Data Devspaces 20001116
6 Exporting EX_NUMLOGS Value transfer Type reference (TYPE) INT4 Aktuelle Anzahl Log Devspaces 20001116
7 Exporting EX_SUMDATASIZE Value transfer Type reference (TYPE) SDB_SIZE Aktuelle Gesamtgroesse Data Devspaces 20001116
8 Exporting EX_SUMLOGSIZE Value transfer Type reference (TYPE) SDB_SIZE Aktuelle Gesamtgroesse Log Devspaces 20001116

Method DISPLAY_DEVSPACES on class CL_SAPDB_DEVSPACES has no exception.

Method FREE Signature

Method FREE on class CL_SAPDB_DEVSPACES has no parameter.
Method FREE on class CL_SAPDB_DEVSPACES has no exception.

Method REFRESH_GRID Signature

Method REFRESH_GRID on class CL_SAPDB_DEVSPACES has no parameter.
# Exception Resumable Description Created on
1 NO_CONNECTION Keine Verbindung zum System mit logischem Verbindungsnamen 20010130

Method UPDATE_DEVSPACE_INFO Signature

Method UPDATE_DEVSPACE_INFO on class CL_SAPDB_DEVSPACES has no parameter.
# Exception Resumable Description Created on
1 NO_CONNECTION Keine Verbindung zum System mit logischem Verbindungsnamen 20010130

Method UPDATE_FCAT_AND_LAYOUT Signature

Method UPDATE_FCAT_AND_LAYOUT on class CL_SAPDB_DEVSPACES has no parameter.
Method UPDATE_FCAT_AND_LAYOUT on class CL_SAPDB_DEVSPACES has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 610