SAP ABAP Class CL_HDB_ACTION_HEAP_USAGE (HDB: liveCache Heap Usage)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ HAN-DB (Application Component) SAP HANA Database
⤷ SDBA_HDB (Package) DBACOCKPIT for NewDB (HDB)
⤷ HAN-DB (Application Component) SAP HANA Database
⤷ SDBA_HDB (Package) DBACOCKPIT for NewDB (HDB)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_HDB_ACTION_CONTROLLER | HDB: Abstract Action Controller | 20111103 |
Properties
Class | CL_HDB_ACTION_HEAP_USAGE | |
Short Description | HDB: liveCache Heap Usage | |
Super Class | CL_HDB_ACTION_CONTROLLER | HDB: Abstract Action Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SDBA_HDB | DBACOCKPIT for NewDB (HDB) |
Created | 20111102 | 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) |
Interfaces
Class CL_HDB_ACTION_HEAP_USAGE has no interface implemented.
Friends
Class CL_HDB_ACTION_HEAP_USAGE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MR_ALV | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DB6_ALV | DB6: simple ALV abstraction | 20111103 | ||
2 | MR_TREE_VALUE | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20111103 | |||
3 | _MT_TREE_VALUE | Instance attribute | Private | Type reference (TYPE) | TT_TREE_VALUE | 20111107 | |||
4 | _MV_FIRST_DISPLAY | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20111103 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | SET_GRID_ATTRIBUTES | Instance method | Private | Method | 20111107 |
Events
Class CL_HDB_ACTION_HEAP_USAGE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_TREE_VALUE | Private | See coding | 20111107 | BEGIN OF ts_tree_value,
inclusive_size_in_use TYPE dec20,
inclusive_count_in_use TYPE dec20,
inclusive_allocated_size TYPE dec20,
inclusive_deallocated_size TYPE dec20,
inclusive_allocated_count TYPE dec20,
inclusive_deallocated_count TYPE dec20,
incl_maxsingle_allocation_size TYPE dec20,
inclusive_peak_allocation_size TYPE dec20,
exclusive_size_in_use TYPE dec20,
exclusive_count_in_use TYPE dec20,
exclusive_allocated_size TYPE dec20,
exclusive_deallocated_size TYPE dec20,
exclusive_allocated_count TYPE dec20,
exclusive_deallocated_count TYPE dec20,
excl_maxsingle_allocation_size TYPE dec20,
exclusive_peak_allocation_size TYPE dec20,
exclusive_alloc_errors TYPE dec20,
malloc_proxy_cache_misses TYPE dec20,
flags TYPE c LENGTH 64,
END OF ts_tree_value
|
||
2 | TT_TREE_VALUE | Private | See coding | 20111107 | tt_tree_value TYPE STANDARD TABLE OF ts_tree_value WITH DEFAULT KEY
|
Method Signatures
Method SET_GRID_ATTRIBUTES Signature
Method SET_GRID_ATTRIBUTES on class CL_HDB_ACTION_HEAP_USAGE has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_HDB_ACTION_HEAP_USAGE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |