SAP ABAP Class CL_ESH_ADM_CONNECTOR_CAT_MOD (Connector Category assignments)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_MONITORING_ADMIN (Package) Monitoring and Admin Component

⤷

⤷

Properties
Class | CL_ESH_ADM_CONNECTOR_CAT_MOD | |
Short Description | Connector Category assignments | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_MONITORING_ADMIN | Monitoring and Admin Component |
Created | 20090422 | 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_CONNECTOR_CAT_MOD has no interface implemented.
Friends
Class CL_ESH_ADM_CONNECTOR_CAT_MOD has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application log | 20090626 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090626 | ||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object types | 20090423 | ||
6 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object types | 20090423 | ||
7 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_OM_OTYP | Object types | 20090626 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | S_LOCKS | Locks | 20090708 | ||
9 | ![]() |
Instance attribute | Protected | See coding | Added category assignments | 20090630 | |||
10 | ![]() |
Instance attribute | Protected | Attribute reference (LIKE) | MT_ACATEG_EXT_SC | Deleted category assignments | 20090630 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20090422 | ||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search connector ID | 20090422 | ||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object type | 20090422 | ||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template type | 20090925 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add category assignments to connector | 20090422 |
2 | ![]() |
Static method | Public | Method | Check if a category exists | 20090430 |
3 | ![]() |
Instance method | Public | Method | Clean up unsaved changes | 20090422 |
4 | ![]() |
Instance method | Protected | Constructor | Constructor | 20090422 |
5 | ![]() |
Static method | Protected | Method | Copy unavailable categories to active/inactive area | 20090630 |
6 | ![]() |
Static method | Protected | Method | Delete unavailable categories to active/inactive area | 20090630 |
7 | ![]() |
Instance method | Public | Method | Delete category assignments from connector | 20090422 |
8 | ![]() |
Instance method | Public | Method | Get categories assigned to connector | 20090422 |
9 | ![]() |
Static method | Public | Method | Get a category | 20090422 |
10 | ![]() |
Static method | Public | Method | Get instance | 20090422 |
11 | ![]() |
Instance method | Protected | Method | Get an instance of OTYP class for enhancements | 20090626 |
12 | ![]() |
Instance method | Public | Method | Connector is enhanced with category assignments | 20090717 |
13 | ![]() |
Instance method | Public | Method | Connector is internal (has internal requests only) | 20100812 |
14 | ![]() |
Instance method | Public | Method | Set relevant locks | 20090430 |
15 | ![]() |
Instance method | Public | Method | Save changes | 20090422 |
16 | ![]() |
Instance method | Public | Method | Release locks | 20090430 |
Events
Class CL_ESH_ADM_CONNECTOR_CAT_MOD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_LOCKS | Protected | See coding | Locks | 20090708 | BEGIN OF s_locks,
connection_area_i TYPE abap_bool,
connection_area_a TYPE abap_bool,
connector_enhancement TYPE REF TO cl_esh_co_lock,
END OF s_locks
|
Method Signatures
Method ADD_CATEGORY_ASSIGNMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 | ||
2 | ![]() |
IT_ACATEG_SC | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATEG | Table Type for ESH_S_OM_CATEGORY | 20090630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
Method CATEGORY_EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 | ||
2 | ![]() |
IV_CATEGORY_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_CATEGORY | Category | 20090430 | ||
3 | ![]() |
RV_TRUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090430 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
Method CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090626 | ||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20090422 | ||
3 | ![]() |
IV_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template Type | 20090925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in Monitoring/Admin Component | 20090422 | |
2 | ![]() |
Common ESH Engine Exception | 20090707 | |
3 | ![]() |
Invalid Parameter | 20090422 | |
4 | ![]() |
Requested Data not Found | 20090422 |
Method COPY_UNAVAILABLE_CATEGORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090630 | ||
2 | ![]() |
IO_CL_CATEG_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
3 | ![]() |
IO_CL_CATEG_C | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
4 | ![]() |
IO_CL_CATEG_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
5 | ![]() |
IT_ACATEG_EXT_SC | Call by reference | Attribute reference (LIKE) | MT_ACATEG_EXT_SC | Added category assignments | 20090630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090630 |
Method DELETE_UNUSED_CATEGORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090630 | ||
2 | ![]() |
IO_CL_CATEG_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
3 | ![]() |
IO_CL_CATEG_C | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
4 | ![]() |
IO_CL_CATEG_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_OM_CATEG | Categories | 20090630 | ||
5 | ![]() |
IT_ACATEG_EXT_SC_DEL | Call by reference | Attribute reference (LIKE) | MT_ACATEG_EXT_SC_DEL | Added category assignments | 20090630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090630 |
Method DEL_CATEGORY_ASSIGNMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 | ||
2 | ![]() |
IT_ACATEG_SC | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATEG | Table Type for ESH_S_OM_CATEGORY | 20090630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
Method GET_ASSIGNED_CATEGORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ACATEG | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATEG | Table Type for ESH_S_OM_CATEGORY | 20090427 | ||
2 | ![]() |
ET_ACATEGT | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATEGT | Table Type for ESH_S_OM_ACATEGT | 20090427 | ||
3 | ![]() |
ET_ACATEGT_SC | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATEGT | Table Type for ESH_S_OM_ACATEGT | 20090427 | ||
4 | ![]() |
ET_ACATEG_SC | Call by reference | Type reference (TYPE) | ESH_T_OM_ACATEG | Table Type for ESH_S_OM_CATEGORY | 20090427 | ||
5 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 | ||
6 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYST-LANGU | SY-LANGU | Language Key of Current Text Environment | 20090423 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
Method GET_CATEGORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ACATEG | Call by reference | Type reference (TYPE) | ESH_S_OM_ACATEG | Structure for ESH_OM_ACATEG | 20090430 | ||
2 | ![]() |
ES_ACATEGT | Call by reference | Type reference (TYPE) | ESH_S_OM_ACATEGT | Structure for ACATEGT | 20090430 | ||
3 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 | ||
4 | ![]() |
IV_CATEGORY_GUID | Call by reference | Type reference (TYPE) | ESH_E_OM_CATEGORY_GUID | Category GUID | 20091106 | ||
5 | ![]() |
IV_CATEGORY_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_CATEGORY | Category | 20090430 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application log | 20090707 | ||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search connector ID | 20090422 | ||
3 | ![]() |
IV_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template type | 20090925 | ||
4 | ![]() |
RO_CONNECTOR_CAT_MOD | Value transfer | Object reference (TYPE REF TO) | CL_ESH_ADM_CONNECTOR_CAT_MOD | Connector category assignments | 20090422 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in monitoring/admin component | 20090422 | |
2 | ![]() |
Common ESH engine exception | 20090707 | |
3 | ![]() |
Invalid parameter | 20090422 | |
4 | ![]() |
Requested data not found | 20090422 |
Method GET_OTYP_INSTANCE_WITH_MOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090626 | ||
2 | ![]() |
IV_CREATE_ENHANCEMENT_STACK | Call by reference | Type reference (TYPE) | ABAP_BOOL | Create enhancement stack if it is not there yet | 20090626 | ||
3 | ![]() |
RO_CL_OTYP_WITH_MOD | Value transfer | Attribute reference (LIKE) | MO_CL_OTYP_WITH_MOD | Object Types | 20090626 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 | |
2 | ![]() |
Invalid Parameter | 20090626 | |
3 | ![]() |
Requested Data not Found | 20090626 |
Method IS_ENHANCED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090717 | ||
2 | ![]() |
RV_ENHANCED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Connector is enhanced with category assignments | 20090717 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090717 |
Method IS_INTERNAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20100812 | ||
2 | ![]() |
RV_INTERNAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | Connector is internal | 20100812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20100812 |
Method LOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 | |
2 | ![]() |
ESH Locking Exception | 20090505 |
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090630 | |
2 | ![]() |
ESH Locking Exception | 20090707 |
Method UNLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090707 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20090707 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 720 |