SAP ABAP Class CL_SATC_AC_UI_CACHE (Caches plug-in nfo)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_ABAP_CHECK_UI (Package) INTERNAL: - *NO* REUSE - UI "CheckConfig" style

⤷

⤷

Properties
Class | CL_SATC_AC_UI_CACHE | |
Short Description | Caches plug-in nfo | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SATC_ABAP_CHECK_UI | INTERNAL: - *NO* REUSE - UI "CheckConfig" style |
Created | 20080301 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SATC_AC_UI_CACHE has no forward declaration.
Interfaces
Class CL_SATC_AC_UI_CACHE has no interface implemented.
Friends
Class CL_SATC_AC_UI_CACHE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_UI_CACHE_ENTRIES | 20080301 | |||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_SATC_AC_UI_CACHE | Caches Check Info | 20080301 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Deletes Cache | 20080301 |
2 | ![]() |
Static method | Public | Method | Returns Check Info | 20080301 |
3 | ![]() |
Instance method | Private | Method | Returns Check Info | 20080301 |
Events
Class CL_SATC_AC_UI_CACHE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_UI_CACHE_ENTRY | Private | See coding | 20080301 | begin of ty_S_ui_Cache_Entry,
aspect_id type SATC_D_AC_ASPECT_ID,
docu_weak type ref to cl_Abap_Weak_Reference,
end of ty_S_ui_Cache_Entry
|
||
2 | TY_T_UI_CACHE_ENTRIES | Private | See coding | 20080301 | ty_T_ui_Cache_Entries type hashed table of ty_S_ui_Cache_Entry
with unique key aspect_Id
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_SATC_AC_UI_CACHE has no parameter.
Method CLEAR on class CL_SATC_AC_UI_CACHE has no exception.
Method GET_CHECK_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ASPECT_ID | Call by reference | Type reference (TYPE) | SATC_D_AC_ASPECT_ID | Module Key Within ABAP UI | 20081204 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_AC_DOCUMENTATION | ABAP Check Documentation | 20080301 |
Method GET_CHECK_INFO on class CL_SATC_AC_UI_CACHE has no exception.
Method __GET_CHECK_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ASPECT_ID | Call by reference | Type reference (TYPE) | SATC_D_AC_ASPECT_ID | Module Key Within ABAP UI | 20081204 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SATC_AC_DOCUMENTATION | ABAP Check Documentation | 20080301 |
Method __GET_CHECK_INFO on class CL_SATC_AC_UI_CACHE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 711 |