SAP ABAP Class CL_ESH_SE_CUSTOM_DATA_HANDLER (Custom Data Handler)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_SEARCH (Package) Search (internal)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_IF_CUSTOM_DATA_HANDLER | Custom meta data distribution | 20130926 |
Properties
| Class | CL_ESH_SE_CUSTOM_DATA_HANDLER | |
| Short Description | Custom Data Handler | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_SEARCH | Search (internal) |
| Created | 20130926 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_SE_CUSTOM_DATA_HANDLER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_IF_CUSTOM_DATA_HANDLER | Custom meta data distribution | 20130926 |
Friends
Class CL_ESH_SE_CUSTOM_DATA_HANDLER has no friend class.
Attributes
Class CL_ESH_SE_CUSTOM_DATA_HANDLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Reset data for a connection to be deleted | 20131114 |
Events
Class CL_ESH_SE_CUSTOM_DATA_HANDLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | R_DATA | Private | Object reference (TYPE REF TO) | S_DATA | Reference to S_DATA | 20130926 | |
| 2 | S_DATA | Private | See coding | Data | 20130926 | BEGIN OF s_data,
system_id type syst_sysid,
system_client type syst_mandt,
esh_adm_rfc_uip TYPE STANDARD TABLE OF esh_adm_rfc_uip WITH DEFAULT KEY,
esh_adm_rfc_uit TYPE STANDARD TABLE OF esh_adm_rfc_uit WITH DEFAULT KEY,
esh_crt_index TYPE STANDARD TABLE OF esh_crt_index WITH DEFAULT KEY,
esh_hdb_dbschema TYPE STANDARD TABLE OF esh_hdb_dbschema WITH KEY logsys sw_comp_id object_type node_name,
esh_hdb_constr TYPE STANDARD TABLE OF esh_hdb_constr WITH DEFAULT KEY,
esh_adm_status TYPE STANDARD TABLE OF esh_adm_status WITH DEFAULT KEY,
END OF s_data
|
Method Signatures
Method RESET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20131114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General exception in provider | 20131114 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |