SAP ABAP Class CL_ESH_CA_TEST_DATA_CONTAINER (Test Data Container)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_CACHE (Package) Cache
⤷
⤷
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 | 20091009 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20091009 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20091023 |
Properties
| Class | CL_ESH_CA_TEST_DATA_CONTAINER | |
| Short Description | Test Data Container | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_CACHE | Cache |
| Created | 20091009 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_CA_TEST_DATA_CONTAINER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_CA_DATA_CONTAINER | Data Container of Cache Client | 20091009 | ||
| 2 | IF_ESH_CA_DATA_CONTAINER_READ | Read Access on Data Container of Cache Client | 20091009 | ||
| 3 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20091023 |
Friends
Class CL_ESH_CA_TEST_DATA_CONTAINER 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 | data table | 20091009 |
Methods
Class CL_ESH_CA_TEST_DATA_CONTAINER has no method.
Events
Class CL_ESH_CA_TEST_DATA_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DATA_LINE | Public | See coding | Line of data table | 20091009 | BEGIN OF s_data_line,
count TYPE i,
word TYPE string,
hash TYPE char40,
END OF s_data_line
|
|
| 2 | T_DATA | Public | See coding | data table | 20091009 | t_data TYPE STANDARD TABLE OF s_data_line
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |