SAP ABAP Class CL_UMG_DB_INFO (database information relevant for runtime prediction)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18-UNI (Application Component) I18N Unicode
⤷
SUMIG (Package) Unicode Migration: Tabellen Umsetzer + Reparatur Tool
⤷
⤷
Properties
| Class | CL_UMG_DB_INFO | |
| Short Description | database information relevant for runtime prediction | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SUMIG | Unicode Migration: Tabellen Umsetzer + Reparatur Tool |
| Created | 20061122 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_UMG_DB_INFO has no interface implemented.
Friends
Class CL_UMG_DB_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | SY-DBSYS | Central Database System | 20061122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20061122 | ||
| 2 | Instance method | Public | Method | returns list of largest tables (desc) | 20061123 | |
| 3 | Instance method | Public | Method | returns total used index size | 20061123 | |
| 4 | Instance method | Public | Method | returns total used table size | 20061122 | |
| 5 | Static method | Public | Method | checks whether a table is a cluster | 20061130 |
Events
Class CL_UMG_DB_INFO has no event.
Types
Class CL_UMG_DB_INFO has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_UMG_DB_INFO has no parameter.
Method CONSTRUCTOR on class CL_UMG_DB_INFO has no exception.
Method GET_LARGEST_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_NUMTAB | Call by reference | Type reference (TYPE) | UMGANUMINT | 25 | number of tables to return | 20061123 | ||
| 2 | LARGEST_TABS | Value transfer | Type reference (TYPE) | UMGTOBJSIZE | Object Size | 20061123 |
Method GET_LARGEST_TABLES on class CL_UMG_DB_INFO has no exception.
Method GET_TOTAL_INDEX_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIZEKB | Value transfer | Type reference (TYPE) | UMGAOBJECTSIZE | total index size in kb | 20061123 |
Method GET_TOTAL_INDEX_SIZE on class CL_UMG_DB_INFO has no exception.
Method GET_TOTAL_TABLE_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIZEKB | Value transfer | Type reference (TYPE) | UMGAOBJECTSIZE | total table size in kb | 20061122 |
Method GET_TOTAL_TABLE_SIZE on class CL_UMG_DB_INFO has no exception.
Method IS_CLUSTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_TABLENAME | Call by reference | Type reference (TYPE) | UMGATABNM | Table Name | 20061130 | |||
| 2 | RC | Value transfer | Type reference (TYPE) | UMGAFLG | SPUMG/SUMG Flag | 20061205 |
Method IS_CLUSTER on class CL_UMG_DB_INFO has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |