SAP ABAP Class CL_TPDA_OBJECT_GRAPH_CACHE (Semantic Trees in the Debugger)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_TOOLS (Package) ABAP Debugger: Tools (Plugins)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TPDA_OBJECT_GRAPH_CACHE_HDL | Handler for Object Graph | 20090115 |
Properties
Class | CL_TPDA_OBJECT_GRAPH_CACHE | |
Short Description | Semantic Trees in the Debugger | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STPDA_TOOLS | ABAP Debugger: Tools (Plugins) |
Created | 20090115 | SAP |
Last change | 20090618 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_TPDA_OBJECT_GRAPH_CACHE_HDL | Handler for Object Graph | 20090115 |
Friends
Class CL_TPDA_OBJECT_GRAPH_CACHE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FREE_LIST_TABLE_T | 20090115 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | ID of Current Instance | 20090115 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | OBJECT_GRAPH_TABLE_T | Table of References to Object Trees | 20090115 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Factory Methods for Trees | 20090115 |
2 | ![]() |
Static method | Public | Method | Factory Method for Handler of the Trees | 20090115 |
3 | ![]() |
Instance method | Public | Method | Enter Table Rows in Free Storage | 20090115 |
4 | ![]() |
Instance method | Public | Method | Insert Tree | 20090115 |
5 | ![]() |
Instance method | Public | Method | Query Cache | 20090115 |
Events
Class CL_TPDA_OBJECT_GRAPH_CACHE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | FREE_LIST_TABLE_T | Private | See coding | 20090115 | free_list_table_t TYPE STANDARD TABLE OF i
|
||
2 | OBJECT_GRAPH_STRUCT_T | Private | See coding | 20090115 | BEGIN OF object_graph_struct_t,
object TYPE REF TO cl_mi_object_graph,
dirty TYPE abap_bool,
END OF object_graph_struct_t
|
||
3 | OBJECT_GRAPH_TABLE_T | Private | See coding | 20090115 | object_graph_table_t TYPE STANDARD TABLE OF object_graph_struct_t
|
Method Signatures
Method CREATE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CACHE_ENTRY | Value transfer | Object reference (TYPE REF TO) | CL_TPDA_OBJECT_GRAPH_CACHE | Zugriff auf einen Objectgraphen | 20090115 |
Method CREATE_ENTRY on class CL_TPDA_OBJECT_GRAPH_CACHE has no exception.
Method CREATE_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_CACHE_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_TPDA_OBJECT_GRAPH_CACHE_HDL | Handler für Object Graph | 20090115 |
Method CREATE_HANDLER on class CL_TPDA_OBJECT_GRAPH_CACHE has no exception.
Method FREE Signature
Method FREE on class CL_TPDA_OBJECT_GRAPH_CACHE has no parameter.
Method FREE on class CL_TPDA_OBJECT_GRAPH_CACHE has no exception.
Method INSERT_TREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_GRAPH | Call by reference | Object reference (TYPE REF TO) | CL_MI_OBJECT_GRAPH | Zugriff auf einen Objectgraphen | 20090115 |
Method INSERT_TREE on class CL_TPDA_OBJECT_GRAPH_CACHE has no exception.
Method IS_DIRTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_IS_DIRTY | Value transfer | Type reference (TYPE) | ABAP_BOOL | true = tree not valid | 20090115 |
Method IS_DIRTY on class CL_TPDA_OBJECT_GRAPH_CACHE has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in | 720 |