SAP ABAP Class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL (Data Load Admin Tool)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ADMIN_FILES (Package) Monitoring and Admin for the File Search Component
⤷
⤷
Properties
| Class | CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL | |
| Short Description | Data Load Admin Tool | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_ADMIN_FILES | Monitoring and Admin for the File Search Component |
| Created | 20070330 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no interface implemented.
Friends
Class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL | Data load admin tool | 20070330 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add messages to the application log | 20070411 | |
| 2 | Instance method | Private | Constructor | Private constructor | 20070330 | |
| 3 | Instance method | Public | Method | Full update the specified crawl | 20070411 | |
| 4 | Static method | Private | Method | Get log message | 20090505 | |
| 5 | Static method | Public | Method | Get instance method for singleton instance | 20070330 | |
| 6 | Instance method | Public | Method | Recrawl the specified crawl | 20070411 | |
| 7 | Instance method | Public | Method | Resume the specified crawl | 20070411 | |
| 8 | Instance method | Private | Method | Set the status of the load process | 20070330 | |
| 9 | Instance method | Public | Method | Start activation for the specified crawl | 20070330 | |
| 10 | Instance method | Public | Method | Start the specified crawl | 20070411 | |
| 11 | Instance method | Public | Method | Suspend the specified crawl | 20070411 | |
| 12 | Instance method | Public | Method | Update the specified crawl | 20070411 |
Events
Class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no event.
Types
Class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no local type.
Method Signatures
Method ADD_APPLICATION_LOG_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Table type for structure BAL_S_MSG | 20070411 | |||
| 2 | IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20070411 |
Method ADD_APPLICATION_LOG_MESSAGES on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no parameter.
Method CONSTRUCTOR on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method FULL_UPDATE_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070411 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070411 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070411 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070411 |
Method FULL_UPDATE_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method GET_BAL_LOG_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20090505 | |||
| 2 | RT_LOG_MSG | Value transfer | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Table Type for Structure BAL_S_MSG | 20090505 |
Method GET_BAL_LOG_MSG on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL | Data load admin tool | 20070330 |
Method GET_INSTANCE on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method RECRAWL_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070411 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070411 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070411 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070411 |
Method RECRAWL_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method RESUME_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070411 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070411 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070411 | |||
| 4 | IV_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20070411 | |||
| 5 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070411 |
Method RESUME_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method SET_LOAD_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070330 | |||
| 2 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070330 | |||
| 3 | IV_STATUS | Call by reference | Type reference (TYPE) | ESH_E_ADM_SC_STATUS | Status of a search connector | 20070330 |
Method SET_LOAD_STATUS on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method START_ACTIVATION_FOR_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070330 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070330 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070330 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070330 |
Method START_ACTIVATION_FOR_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method START_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070411 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070411 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070411 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070411 |
Method START_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method SUSPEND_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070411 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070411 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070411 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070411 |
Method SUSPEND_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
Method UPDATE_CRAWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG_MESSAGES | Call by reference | Type reference (TYPE) | ESH_T_ADM_BAL_S_MSG | Messages for application log | 20070411 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Error occured | 20070411 | |||
| 3 | IV_CRAWL_ID | Call by reference | Type reference (TYPE) | SEFS_D_CRAWL_ID | Crawl ID | 20070411 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20070411 |
Method UPDATE_CRAWL on class CL_ESH_ADM_FLS_LOAD_ADMIN_TOOL has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 100 |