SAP ABAP Class CL_ESH_ADM_CONN_CACHE_DATA (Connectivity Cache Container)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ADMIN_CONNECTIVITY (Package) System connectivity
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20130820 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20130820 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20130820 |
Properties
| Class | CL_ESH_ADM_CONN_CACHE_DATA | |
| Short Description | Connectivity Cache Container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_ADMIN_CONNECTIVITY | System connectivity |
| Created | 20130820 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_ADM_CONN_CACHE_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20130820 | ||
| 2 | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20130820 | ||
| 3 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20130820 |
Friends
Class CL_ESH_ADM_CONN_CACHE_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | T_DATA | Connectivity data | 20130820 |
Methods
Class CL_ESH_ADM_CONN_CACHE_DATA has no method.
Events
Class CL_ESH_ADM_CONN_CACHE_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DATA | Public | See coding | Cache Data | 20130820 | BEGIN OF s_data,
connection_guid TYPE esh_e_adm_connection_guid,
rfc_conn TYPE esh_adm_rfc_conn,
ui_technologies TYPE SORTED TABLE OF esh_adm_rfc_uit WITH UNIQUE KEY connection_guid ui_technology,
ui_protocol TYPE esh_adm_rfc_uip,
END OF s_data
|
|
| 2 | T_DATA | Public | See coding | 20130820 | t_data TYPE SORTED TABLE OF s_data
WITH UNIQUE KEY connection_guid
WITH NON-UNIQUE SORTED KEY system_usage COMPONENTS rfc_conn-system_usage
WITH NON-UNIQUE SORTED KEY system_id_client COMPONENTS rfc_conn-system_id rfc_conn-client
WITH NON-UNIQUE SORTED KEY logsys COMPONENTS rfc_conn-logsys
|
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |