SAP ABAP Class CL_ESH_AT_RUNTIME_CHECKS (Handle the preparationfor the auto tagging)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_AUTO_TAGGING (Package) Automatic tagging

⤷

⤷

Properties
Class | CL_ESH_AT_RUNTIME_CHECKS | |
Short Description | Handle the preparationfor the auto tagging | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_AUTO_TAGGING | Automatic tagging |
Created | 20100607 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_ESH_AT_RUNTIME_CHECKS has no forward declaration.
Interfaces
Class CL_ESH_AT_RUNTIME_CHECKS has no interface implemented.
Friends
Class CL_ESH_AT_RUNTIME_CHECKS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20100607 | |
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20100607 | |
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ESH_E_ADM_SC_STATUS | '08' | Status of a Search Connector | 20100607 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Build job name | 20100607 |
2 | ![]() |
Instance method | Private | Method | Build job name for tagging | 20100607 |
3 | ![]() |
Instance method | Private | Method | Check if the partner connector is active | 20100607 |
4 | ![]() |
Instance method | Private | Method | Check if the connectors for auto tagging are active | 20100607 |
5 | ![]() |
Static method | Public | Method | Create instance for the class | 20100607 |
6 | ![]() |
Instance method | Private | Method | Get the registartions for auto tagging for a conn_id | 20100607 |
7 | ![]() |
Instance method | Private | Method | schedule the auto tagging | 20100607 |
8 | ![]() |
Instance method | Public | Method | Check + Start tagging for the actual indexed connector | 20100607 |
9 | ![]() |
Instance method | Public | Method | Check + Start tagging for the actual indexed connector | 20100609 |
Events
Class CL_ESH_AT_RUNTIME_CHECKS has no event.
Types
Class CL_ESH_AT_RUNTIME_CHECKS has no local type.
Method Signatures
Method BUILD_JOB_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AT_CONFIG | Call by reference | Type reference (TYPE) | ESH_S_AT_CONFIG_REGISTER | 20100608 | |||
2 | ![]() |
IV_JOB_PREFIX | Call by reference | Type reference (TYPE) | ESH_E_ADM_JOB_PREFIX | Job Prefix | 20100607 | ||
3 | ![]() |
RV_JOB_NAME | Value transfer | Type reference (TYPE) | BTCJOB | Background job name | 20100607 |
Method BUILD_JOB_NAME on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method BUILD_JOB_NAME_TAGGING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AT_CONFIG | Call by reference | Type reference (TYPE) | ESH_S_AT_CONFIG_REGISTER | 20100608 | |||
2 | ![]() |
RV_JOB_NAME | Value transfer | Type reference (TYPE) | BTCJOB | Background job name | 20100607 |
Method BUILD_JOB_NAME_TAGGING on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method CHECK_CONN_IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_ACTIVE | Call by reference | Type reference (TYPE) | ESH_E_CO_BOOLEAN | 20100607 | |||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20100607 |
Method CHECK_CONN_IS_ACTIVE on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method CHECK_CONN_PAIR_IS_ACTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_CONN_PAIR_IS_ACTIVE | Call by reference | Type reference (TYPE) | ESH_E_CO_BOOLEAN | Boolean | 20100607 | ||
2 | ![]() |
IV_CONNECTOR_SRC | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20100607 | ||
3 | ![]() |
IV_CONNECTOR_TGT | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20100607 |
Method CHECK_CONN_PAIR_IS_ACTIVE on class CL_ESH_AT_RUNTIME_CHECKS 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_AT_RUNTIME_CHECKS | Checks for the execution of the auto tagging | 20100607 |
Method GET_INSTANCE on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method GET_REGISTRATION_4_CONN_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_REG_AS_SOURCE | Call by reference | Type reference (TYPE) | ESH_T_AT_CONFIG_REGISTER | Register connector configuration for auto tagging | 20100607 | ||
2 | ![]() |
ET_REG_AS_TARGET | Call by reference | Type reference (TYPE) | ESH_T_AT_CONFIG_REGISTER | Register connector configuration for auto tagging | 20100607 | ||
3 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20100607 |
Method GET_REGISTRATION_4_CONN_ID on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method SCHEDULE_AUTO_TAGGING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_AT_CONFIG | Call by reference | Type reference (TYPE) | ESH_S_AT_CONFIG_REGISTER | 20100608 | |||
2 | ![]() |
IV_DIALOG_PROCESSING | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Single-Character Flag | 20100607 |
Method SCHEDULE_AUTO_TAGGING on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method START_TAGGING_4_CONN_ID 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 | 20100607 | ||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20100607 | ||
3 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20100607 |
Method START_TAGGING_4_CONN_ID on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
Method START_TAGGING_4_CONN_PAIR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONFIG_REGISTER | Call by reference | Type reference (TYPE) | ESH_T_AT_CONFIG_REGISTER | Register connector configuration for auto tagging | 20100609 |
Method START_TAGGING_4_CONN_PAIR on class CL_ESH_AT_RUNTIME_CHECKS has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |