SAP ABAP Class CL_ENH_CACHE (Cache)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ENH (Application Component) Enhancement Tools
⤷
SEEF_BASE (Package) Enhancement Base Functionality

⤷

⤷

Properties
Class | CL_ENH_CACHE | |
Short Description | Cache | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SEEF_BASE | Enhancement Base Functionality |
Created | 20060424 | SAP |
Last change | 20070910 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ENH_CACHE has no forward declaration.
Interfaces
Class CL_ENH_CACHE has no interface implemented.
Friends
Class CL_ENH_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) | ENHSPOT_CACHE_TAB | 20060920 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ENHBOOLEAN | Enhancement Boolean | 20060920 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ENH_CACHE_TAB | 20060920 | |||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ENHBOOLEAN | Enhancement Boolean | 20060920 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20060920 |
2 | ![]() |
Static method | Public | Method | 20060920 | |
3 | ![]() |
Static method | Public | Method | 20060920 | |
4 | ![]() |
Static method | Public | Method | 20060920 | |
5 | ![]() |
Static method | Public | Method | 20060920 | |
6 | ![]() |
Static method | Public | Method | 20060920 | |
7 | ![]() |
Static method | Public | Method | 20060920 | |
8 | ![]() |
Static method | Public | Method | 20060920 | |
9 | ![]() |
Static method | Public | Method | 20060920 | |
10 | ![]() |
Static method | Public | Method | 20060920 |
Events
Class CL_ENH_CACHE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | ENHSPOT_CACHE_LINE | Private | See coding | 20060920 | begin of ENHSPOT_CACHE_LINE,
enhspotname type enhspotname,
ref type ref to if_enh_spot_tool,
end of ENHSPOT_CACHE_LINE
|
||
2 | ENHSPOT_CACHE_TAB | Private | See coding | 20060920 | ENHSPOT_CACHE_TAB type sorted table of ENHSPOT_CACHE_LINE WITH UNIQUE KEY enhspotname
|
||
3 | ENH_CACHE_LINE | Private | See coding | 20060920 | begin of ENH_CACHE_LINE,
enhname type enhname,
is_ddic type enhboolean,
ref type ref to if_enh_tool,
end of ENH_CACHE_LINE
|
||
4 | ENH_CACHE_TAB | Private | See coding | 20060920 | ENH_CACHE_TAB type sorted table of ENH_CACHE_LINE WITH UNIQUE KEY enhname is_ddic
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ENH_CACHE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ENH_CACHE has no exception.
Method DEACTIVATE_ENHSPOT_CACHE Signature
Method DEACTIVATE_ENHSPOT_CACHE on class CL_ENH_CACHE has no parameter.
Method DEACTIVATE_ENHSPOT_CACHE on class CL_ENH_CACHE has no exception.
Method DEACTIVATE_ENH_CACHE Signature
Method DEACTIVATE_ENH_CACHE on class CL_ENH_CACHE has no parameter.
Method DEACTIVATE_ENH_CACHE on class CL_ENH_CACHE has no exception.
Method GET_ENHSPOT_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENHSPOTNAME | Call by reference | Type reference (TYPE) | ENHSPOTNAME | Id eines Enhancements | 20060920 | ||
2 | ![]() |
REF | Value transfer | Object reference (TYPE REF TO) | IF_ENH_SPOT_TOOL | SAP Enhancement Tool Root Interface | 20060920 |
Method GET_ENHSPOT_CACHE_ENTRY on class CL_ENH_CACHE has no exception.
Method GET_ENH_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | Id eines Enhancements | 20060920 | ||
2 | ![]() |
IS_DDIC | Call by reference | Type reference (TYPE) | ENHBOOLEAN | Enhancement Boolean | 20060920 | ||
3 | ![]() |
REF | Value transfer | Object reference (TYPE REF TO) | IF_ENH_TOOL | SAP Enhancement Tool Root Interface | 20060920 |
Method GET_ENH_CACHE_ENTRY on class CL_ENH_CACHE has no exception.
Method REFRESH Signature
Method REFRESH on class CL_ENH_CACHE has no parameter.
Method REFRESH on class CL_ENH_CACHE has no exception.
Method REFRESH_ENHSPOT_CACHE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENHSPOTNAME | Call by reference | Type reference (TYPE) | ENHSPOTNAME | Name (ID) eines Erweiterungsspots | 20060920 |
Method REFRESH_ENHSPOT_CACHE on class CL_ENH_CACHE has no exception.
Method REFRESH_ENH_CACHE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | Id eines Enhancements | 20060920 | ||
2 | ![]() |
IS_DDIC | Call by reference | Type reference (TYPE) | ENHBOOLEAN | Enhancement Boolean | 20060920 |
Method REFRESH_ENH_CACHE on class CL_ENH_CACHE has no exception.
Method SET_ENHSPOT_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENHSPOTNAME | Call by reference | Type reference (TYPE) | ENHSPOTNAME | Id eines Enhancements | 20060920 | ||
2 | ![]() |
REF | Call by reference | Object reference (TYPE REF TO) | IF_ENH_SPOT_TOOL | SAP Enhancement Tool Root Interface | 20060920 |
Method SET_ENHSPOT_CACHE_ENTRY on class CL_ENH_CACHE has no exception.
Method SET_ENH_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENHNAME | Call by reference | Type reference (TYPE) | ENHNAME | Id eines Enhancements | 20060920 | ||
2 | ![]() |
IS_DDIC | Call by reference | Type reference (TYPE) | ENHBOOLEAN | Enhancement Boolean | 20060920 | ||
3 | ![]() |
REF | Call by reference | Object reference (TYPE REF TO) | IF_ENH_TOOL | SAP Enhancement Tool Root Interface | 20060920 |
Method SET_ENH_CACHE_ENTRY on class CL_ENH_CACHE has no exception.
History
Last changed by/on | SAP | 20070910 |
SAP Release Created in |