SAP ABAP Class CL_CTS_CACHE_MANAGER (Central CTS: Cache Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_COMMON (Package) Common Parts of cCTS Organizer and Transport Manager
⤷
⤷
Properties
| Class | CL_CTS_CACHE_MANAGER | |
| Short Description | Central CTS: Cache Manager | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_COMMON | Common Parts of cCTS Organizer and Transport Manager |
| Created | 20100317 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_CACHE_MANAGER has no forward declaration.
Interfaces
Class CL_CTS_CACHE_MANAGER has no interface implemented.
Friends
Class CL_CTS_CACHE_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'LNDSCP_ROLES' | 20100527 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'PROJECT_SERVICE' | 20100318 | |||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'cl_cts_cache_' | 20100317 | |||
| 4 | Constant | Protected | Type reference (TYPE) | STRING | 'CACHE_LAST_' | 20100318 | |||
| 5 | Constant | Protected | Type reference (TYPE) | CICOMMAND | 'TMS_WBO_GET_CENTRAL_CACHE' | CI: Command | 20100317 | ||
| 6 | Constant | Protected | Type reference (TYPE) | CISERVICE | 'WBO' | CI: Service | 20100317 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Can the data be edited? | 20110621 | |
| 2 | Static method | Public | Method | Retieve last changed time stamp for a given cache service | 20100318 | |
| 3 | Static method | Public | Method | Returns abap_true if the local system is the DC | 20100317 | |
| 4 | Static method | Public | Method | Is the local system a solution manager? | 20110621 | |
| 5 | Static method | Public | Method | (internal) retrieves actual list | 20100317 | |
| 6 | Static method | Public | Method | Set last changed time stamp for a given cache service | 20100318 | |
| 7 | Static method | Public | Method | Retrieve updated cache for a given cache service | 20100318 |
Events
Class CL_CTS_CACHE_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CACHE_SERVICE | Public | Type reference (TYPE) | STRING | 20100317 | |
|
| 2 | TY_CACHE_XML | Public | Type reference (TYPE) | STRING | 20100317 | |
|
| 3 | TY_PARAMETER | Public | See coding | 20100317 | begin of ty_parameter,
name type string,
value type string,
end of ty_parameter
|
||
| 4 | TY_PARAMETERS | Public | See coding | 20100317 | ty_parameters type standard table of ty_parameter with key name
|
||
| 5 | TY_REMOTE_STRUCTURE_IN | Protected | See coding | 20100317 | begin of ty_remote_structure_in,
service type ty_cache_service,
parameters type ty_parameters,
timestamp type timestampl,
end of ty_remote_structure_in
|
||
| 6 | TY_REMOTE_STRUCTURE_OUT | Protected | See coding | 20100317 | begin of ty_remote_structure_out,
service type ty_cache_service,
parameters type ty_parameters,
result type ty_cache_xml,
timestamp type timestampl,
end of ty_remote_structure_out
|
Method Signatures
Method CAN_EDIT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110621 | |||
| 2 | SERVICE | Call by reference | Type reference (TYPE) | TY_CACHE_SERVICE | 20110621 | ||||
| 3 | SYSTEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | 20110621 |
Method CAN_EDIT_DATA on class CL_CTS_CACHE_MANAGER has no exception.
Method GET_LAST_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SERVICE | Call by reference | Type reference (TYPE) | TY_CACHE_SERVICE | 20100318 | ||||
| 2 | TIMESTAMP | Value transfer | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20100318 |
Method GET_LAST_CHANGED on class CL_CTS_CACHE_MANAGER has no exception.
Method IS_LOCAL_SYS_DOMAIN_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100317 |
Method IS_LOCAL_SYS_DOMAIN_CONTROLLER on class CL_CTS_CACHE_MANAGER has no exception.
Method IS_LOCAL_SYS_SOLUTION_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110621 |
Method IS_LOCAL_SYS_SOLUTION_MANAGER on class CL_CTS_CACHE_MANAGER has no exception.
Method LOCAL_RETRIEVE_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IN | Call by reference | Type reference (TYPE) | STRING | 20100317 | ||||
| 2 | OUT | Value transfer | Type reference (TYPE) | STRING | 20100317 |
Method LOCAL_RETRIEVE_UPDATE on class CL_CTS_CACHE_MANAGER has no exception.
Method SET_LAST_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SERVICE | Call by reference | Type reference (TYPE) | TY_CACHE_SERVICE | 20100318 | ||||
| 2 | TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | 20100318 |
Method SET_LAST_CHANGED on class CL_CTS_CACHE_MANAGER has no exception.
Method TRIGGER_UPDATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETERS | Call by reference | Type reference (TYPE) | TY_PARAMETERS | 20100318 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_CACHE_XML | 20100318 | ||||
| 3 | SERVICE | Call by reference | Type reference (TYPE) | TY_CACHE_SERVICE | 20100318 | ||||
| 4 | SOURCE_SYSTEM | Call by reference | Object reference (TYPE REF TO) | IF_CTS_SYSTEM | 20100318 |
Method TRIGGER_UPDATE on class CL_CTS_CACHE_MANAGER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |