SAP ABAP Class CL_ESH_ADM_EXCFLDS (As String/No Tokenization Customizing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ADMIN_COMMON_RUNTIME (Package) Monitoring and Admin for the Common Runtime Component

⤷

⤷

Properties
Class | CL_ESH_ADM_EXCFLDS | |
Short Description | As String/No Tokenization Customizing | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_ADMIN_COMMON_RUNTIME | Monitoring and Admin for the Common Runtime Component |
Created | 20120222 | SAP |
Last change | 20141121 | |
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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ESH_ADM_EXCFLDS has no interface implemented.
Friends
Class CL_ESH_ADM_EXCFLDS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | TREXD_ATTR_TYPE | 'S' | String | 20120227 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | TREXD_ATTR_TYPE | 'V' | Text in memory | 20120227 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR40 | ` _EXCFLDS_MODIFIED` | Overlay pattern for connector hash | 20120223 | |
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_TREX_PROXY_ADMIN | TREX Proxy (Admin) | 20120224 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | Set Textattribute of Language Node as String-Attribute | 20120223 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Add message to bapireturn table | 20120223 |
2 | ![]() |
Instance method | Private | Method | Check whether connector adjustment is required | 20120223 |
3 | ![]() |
Instance method | Public | Method | Delete ESH_ADM_EXCFLDS | 20120223 |
4 | ![]() |
Instance method | Public | Method | Get ESH_ADM_EXCFLDS entry for a particular node attribute | 20120223 |
5 | ![]() |
Instance method | Public | Method | Get ESH_ADM_EXCFLDS all | 20120223 |
6 | ![]() |
Instance method | Private | Method | Get affected connectors | 20120224 |
7 | ![]() |
Instance method | Public | Method | Get changed nodes and attributes (on connector update) | 20120222 |
8 | ![]() |
Static method | Public | Method | Get Instance | 20120222 |
9 | ![]() |
Instance method | Public | Method | Notify connectors updated | 20120222 |
10 | ![]() |
Instance method | Public | Method | Set ESH_ADM_EXCFLDS | 20120223 |
11 | ![]() |
Instance method | Private | Method | Set connectors as modified | 20120223 |
12 | ![]() |
Instance method | Private | Method | Set current attribute type | 20120224 |
13 | ![]() |
Instance method | Private | Method | Validate records | 20120223 |
Events
Class CL_ESH_ADM_EXCFLDS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTT_CONNECTORS | Private | See coding | Affected connectors | 20120223 | ltt_connectors TYPE STANDARD TABLE OF lty_connectors
WITH KEY logsys object_type
|
|
2 | LTT_INDICES | Private | See coding | Affected indices | 20120224 | ltt_indices TYPE STANDARD TABLE OF lty_indices
WITH KEY logsys object_type node
|
|
3 | LTY_CONNECTORS | Private | See coding | Affected connectors | 20120223 | BEGIN OF lty_connectors,
logsys TYPE logsys,
object_type TYPE esh_e_om_object_type,
ext_sys_id TYPE esh_e_adm_external_system_id,
connection_guid TYPE esh_e_adm_connection_guid,
connector_id TYPE esh_e_if_search_connector_id,
END OF lty_connectors
|
|
4 | LTY_INDICES | Private | See coding | Affected indices | 20120224 | BEGIN OF lty_indices,
logsys TYPE logsys,
object_type TYPE esh_e_om_object_type,
node TYPE esh_e_om_node_name,
index_id TYPE trexd_index_id,
trex_attribute_definitions TYPE trext_attr_def,
hdbt_attribute_definitions TYPE hdbt_attr_def,
END OF lty_indices
|
Method Signatures
Method ADD_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT | Call by reference | Type reference (TYPE) | BAPIRETTAB | Return table | 20120223 | ||
2 | ![]() |
TY | Call by reference | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20120223 | |
3 | ![]() |
V1 | Call by reference | Type reference (TYPE) | ANY | Message parameter 1 | 20120223 | ||
4 | ![]() |
V2 | Call by reference | Type reference (TYPE) | ANY | Message parameter 2 | 20120223 | ||
5 | ![]() |
V3 | Call by reference | Type reference (TYPE) | ANY | Message parameter 3 | 20120223 | ||
6 | ![]() |
V4 | Call by reference | Type reference (TYPE) | ANY | Message parameter 4 | 20120223 |
Method ADD_MESSAGE on class CL_ESH_ADM_EXCFLDS has no exception.
Method CHECK_FOR_CONNECTOR_ADJUSTMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_EXCFLDS | Call by reference | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | Records to be changed | 20120223 | ||
2 | ![]() |
EV_CANCEL | Call by reference | Type reference (TYPE) | CHAR01 | Cancelled by user | 20120223 | ||
3 | ![]() |
IT_CONNECTORS | Call by reference | Type reference (TYPE) | LTT_CONNECTORS | Affected connectors | 20120224 | ||
4 | ![]() |
IV_NOTIFY_IDX_UPDATE_REQ | Call by reference | Type reference (TYPE) | CHAR01 | Notify index update request (via popup) | 20120223 |
Method CHECK_FOR_CONNECTOR_ADJUSTMENT on class CL_ESH_ADM_EXCFLDS has no exception.
Method DELETE_ADM_EXCFLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Return | 20120223 | ||
2 | ![]() |
IT_EXCFLDS_DEL | Call by reference | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | Records to be deleted | 20120223 | ||
3 | ![]() |
IV_COMMIT_WORK | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Commit changes | 20120223 | |
4 | ![]() |
IV_KEEP_ON_IDX_UPDATE_REQ | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Keep entries on index update req | 20120223 | |
5 | ![]() |
IV_NOTIFY_IDX_UPDATE_REQ | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Notify index update required | 20120223 | |
6 | ![]() |
IV_SEND_POPUP_OK_CANCEL | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Send popup ok/cancel | 20120223 |
Method DELETE_ADM_EXCFLDS on class CL_ESH_ADM_EXCFLDS has no exception.
Method GET_ADM_EXCFLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ADM_EXCFLDS | Call by reference | Type reference (TYPE) | ESH_ADM_EXCFLDS | Customizing: Set Attribute Type as 'String' | 20120223 | ||
2 | ![]() |
IS_NODE_FIELD | Call by reference | Type reference (TYPE) | ESH_S_OM_AOTYPNF_EXT | Node Attribute (Contains Text Attribute in Language Node) | 20120223 | ||
3 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | ESH_E_OM_AREA | Area 'A': Return TREX state, not customized state | 20120227 | ||
4 | ![]() |
IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logsys | 20120223 |
Method GET_ADM_EXCFLDS on class CL_ESH_ADM_EXCFLDS has no exception.
Method GET_ADM_EXCFLDS_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ADM_EXCFLDS | Call by reference | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | ESH Cust: Set Textattribute of Node as String-Attribute | 20120223 |
Method GET_ADM_EXCFLDS_ALL on class CL_ESH_ADM_EXCFLDS has no exception.
Method GET_AFFECTED_CONNECTORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONNECTORS | Call by reference | Type reference (TYPE) | LTT_CONNECTORS | Affected connectors | 20120224 | ||
2 | ![]() |
IT_EXCFLDS | Call by reference | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | ESH_ADM_EXCFLDS records | 20120224 |
Method GET_AFFECTED_CONNECTORS on class CL_ESH_ADM_EXCFLDS has no exception.
Method GET_CHANGED_NODES_AND_ATTRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DELTA_NODES | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_NODES | Delta details: changed nodes | 20120223 | ||
2 | ![]() |
CT_DELTA_OBJECTS | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_OBJECTS | Delta details: changed objects | 20120223 | ||
3 | ![]() |
IR_MODEL_METADATA_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Instances (A Area) | 20120223 | ||
4 | ![]() |
IR_MODEL_METADATA_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Instances (I Area) | 20120223 | ||
5 | ![]() |
IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | ESH_T_OM_OBJECT_TYPE_NAMES | Table of Object Types | 20120223 | ||
6 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Conenction GUID | 20120223 | ||
7 | ![]() |
IV_CONNECTOR_TYPE | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_TYPE | Connector Type ("Template type") | 20120223 |
Method GET_CHANGED_NODES_AND_ATTRS on class CL_ESH_ADM_EXCFLDS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20130828 | ||
2 | ![]() |
IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20130828 | ||
3 | ![]() |
RR_EXCFLDS | Value transfer | Object reference (TYPE REF TO) | CL_ESH_ADM_EXCFLDS | ADM_EXCFLDS Handler | 20120222 |
Method GET_INSTANCE on class CL_ESH_ADM_EXCFLDS has no exception.
Method NOTIFY_CONNECTORS_UPDATED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_UPDATED_NODES | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_NODES | Successfully updated nodes | 20120223 |
Method NOTIFY_CONNECTORS_UPDATED on class CL_ESH_ADM_EXCFLDS has no exception.
Method SET_ADM_EXCFLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Return | 20120223 | ||
2 | ![]() |
IV_ATTRIBUTE_SWC | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Text attribute software component | 20120223 | ||
3 | ![]() |
IV_COMMIT_WORK | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Commit changes | 20120223 | |
4 | ![]() |
IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logical system | 20120223 | ||
5 | ![]() |
IV_NODE | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_NAME | Node | 20120223 | ||
6 | ![]() |
IV_NOTIFY_IDX_UPDATE_REQ | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Notify index update required | 20120223 | |
7 | ![]() |
IV_NO_TOKENIZATION | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Set property 'No tokenization' | 20120223 | |
8 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object type | 20120223 | ||
9 | ![]() |
IV_SEND_POPUP_OK_CANCEL | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Send popup ok/cancel | 20120223 | |
10 | ![]() |
IV_TEXTATTRIBUTE | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_FIELD | Text attribute | 20120223 | ||
11 | ![]() |
IV_VALIDATE | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_TRUE | Validate the record | 20120223 |
Method SET_ADM_EXCFLDS on class CL_ESH_ADM_EXCFLDS has no exception.
Method SET_CONNECTORS_MODIFIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_EXCFLDS | Call by reference | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | Entries to be updated | 20120223 | ||
2 | ![]() |
IT_CONNECTORS | Call by reference | Type reference (TYPE) | LTT_CONNECTORS | Affected connectors | 20120223 |
Method SET_CONNECTORS_MODIFIED on class CL_ESH_ADM_EXCFLDS has no exception.
Method SET_CURRENT_ATTR_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_EXCFLDS | Call by reference | Type reference (TYPE) | ESH_T_ADM_EXCFLDS | ESH_ADM_EXCFLDS records | 20120224 | ||
2 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20131107 | ||
3 | ![]() |
IT_CONNECTORS | Call by reference | Type reference (TYPE) | LTT_CONNECTORS | Affected connectors | 20120224 |
Method SET_CURRENT_ATTR_TYPE on class CL_ESH_ADM_EXCFLDS has no exception.
Method VALIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Return | 20120223 | ||
2 | ![]() |
EV_VALIDATED | Call by reference | Type reference (TYPE) | CHAR01 | Validated | 20120223 | ||
3 | ![]() |
IV_ATTRIBUTE_SWC | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Text attribute software component | 20120223 | ||
4 | ![]() |
IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logical system | 20120223 | ||
5 | ![]() |
IV_NODE | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_NAME | Node | 20120223 | ||
6 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object type | 20120223 | ||
7 | ![]() |
IV_TEXTATTRIBUTE | Call by reference | Type reference (TYPE) | ESH_E_OM_NODE_FIELD | Text attribute | 20120223 |
Method VALIDATE on class CL_ESH_ADM_EXCFLDS has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 732 |