Hierarchy

⤷

⤷

Properties
Class | CL_ESH_FED_RESPONSE_ENRICHER | |
Short Description | Response Enricher | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_FEDERATION | Federation |
Created | 20100727 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ESH_FED_RESPONSE_ENRICHER has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ESH_IF_SEARCH_REQUEST | 20131213 | Search Request |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | `##/b##` | End Tag | 20110301 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | '$why_found$' | Reponse field for Why Found | 20100727 | |
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | `##b##` | Start Tag | 20110301 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | I | 100 | 20100729 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_RESPONSE | Search response | 20100727 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_ICON_BUFFER | 20100914 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_INT_RESULTS | 20100727 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_NAVIGATION_BUFFER | 20100914 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_REQUEST_ATTR_BUFFER | 20100915 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTY_T_TEMPLATE_TYPE_BUFFER | 20100915 | |||
11 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 20110805 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Last generated bulk ID | 20100824 |
Methods
Events
Class CL_ESH_FED_RESPONSE_ENRICHER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_S_ATTRIBUTE | Private | See coding | 20100727 | BEGIN OF lty_s_attribute,
id TYPE esh_e_if_attribute_name,
END OF lty_s_attribute
|
||
2 | LTY_S_ICON_BUFFER | Private | See coding | 20100914 | BEGIN OF lty_s_icon_buffer,
connector_id TYPE esh_e_if_search_connector_id,
default_icon TYPE string,
mime_type_attribute TYPE esh_e_if_attribute_id,
END OF lty_s_icon_buffer
|
||
3 | LTY_S_INT_RESULT | Private | See coding | 20100727 | BEGIN OF lty_s_int_result,
connectivity TYPE esh_e_adm_connection_guid,
result_order TYPE i,
connector_id TYPE esh_e_if_search_connector_id,
request_id TYPE esh_e_if_request_id,
result_raw TYPE REF TO data,
result_ext TYPE REF TO esh_s_if_result_table_ext,
original_request TYPE REF TO cl_esh_fed_request_data,
read_request TYPE REF TO cl_esh_fed_request_data,
why_found_table TYPE lty_t_why_found,
END OF lty_s_int_result
|
||
4 | LTY_S_NAVIGATION_BUFFER | Private | See coding | 20100914 | BEGIN OF lty_s_navigation_buffer,
connector_id TYPE esh_e_if_search_connector_id,
navigation_info TYPE esh_t_fed_navigation_info,
END OF lty_s_navigation_buffer
|
||
5 | LTY_S_REQUEST_ATTR_BUFFER | Private | See coding | 20100915 | BEGIN OF lty_s_request_attr_buffer,
connector_id TYPE esh_e_if_search_connector_id,
request_id TYPE esh_e_if_request_id,
attribute_id TYPE char32,
request TYPE REF TO cl_esh_if_mdata_request_type,
req_attr TYPE REF TO cl_esh_if_mdata_attribute_type,
rel_resp_attr TYPE REF TO cl_esh_if_mdata_attribute_type,
END OF lty_s_request_attr_buffer
|
||
6 | LTY_S_RESULT_VALUE_REQUEST | Private | See coding | 20110113 | BEGIN OF lty_s_result_value_request,
attribute TYPE esh_e_if_attribute_name,
description TYPE string,
term TYPE string,
term_length TYPE i,
value TYPE string,
why_found TYPE string,
get_value_req TYPE REF TO cl_esh_fed_request_data,
req_bulk_id TYPE int4,
END OF lty_s_result_value_request
|
||
7 | LTY_S_TEMPLATE_TYPE_BUFFER | Private | See coding | 20100915 | BEGIN OF lty_s_template_type_buffer,
connector_id TYPE esh_e_if_search_connector_id,
type TYPE esh_e_om_template_type,
END OF lty_s_template_type_buffer
|
||
8 | LTY_S_WHY_FOUND | Private | See coding | 20100729 | BEGIN OF lty_s_why_found,
attribute TYPE esh_e_if_attribute_name,
description TYPE string,
term TYPE string,
term_length TYPE i,
term_pos TYPE i,
value TYPE string,
why_found TYPE string,
get_value_req TYPE REF TO cl_esh_fed_request_data,
read_value TYPE abap_bool,
req_bulk_id TYPE int4,
END OF lty_s_why_found
|
||
9 | LTY_S_WHY_FOUND_TREX | Private | See coding | 20100729 | BEGIN OF lty_s_why_found_trex,
term TYPE string,
attributes TYPE lty_t_attribute,
END OF lty_s_why_found_trex
|
||
10 | LTY_T_ATTRIBUTE | Private | See coding | 20100727 | lty_t_attribute TYPE SORTED TABLE OF lty_s_attribute WITH UNIQUE KEY id
|
||
11 | LTY_T_ICON_BUFFER | Private | See coding | 20100914 | lty_t_icon_buffer TYPE HASHED TABLE OF lty_s_icon_buffer WITH UNIQUE KEY connector_id
|
||
12 | LTY_T_INT_RESULTS | Private | See coding | 20100727 | lty_t_int_results TYPE STANDARD TABLE OF lty_s_int_result
|
||
13 | LTY_T_NAVIGATION_BUFFER | Private | See coding | 20100914 | lty_t_navigation_buffer TYPE SORTED TABLE OF lty_s_navigation_buffer WITH UNIQUE KEY connector_id
|
||
14 | LTY_T_REQUEST_ATTR_BUFFER | Private | See coding | 20100915 | lty_t_request_attr_buffer TYPE SORTED TABLE OF lty_s_request_attr_buffer WITH UNIQUE KEY connector_id request_id attribute_id
|
||
15 | LTY_T_RESULT_VALUE_REQUEST | Private | See coding | 20110113 | lty_t_result_value_request TYPE STANDARD TABLE OF lty_s_result_value_request WITH KEY attribute
|
||
16 | LTY_T_TEMPLATE_TYPE_BUFFER | Private | See coding | 20100915 | lty_t_template_type_buffer TYPE HASHED TABLE OF lty_s_template_type_buffer WITH UNIQUE KEY connector_id
|
||
17 | LTY_T_WHY_FOUND | Private | See coding | 20100729 | lty_t_why_found TYPE STANDARD TABLE OF lty_s_why_found WITH KEY attribute
|
||
18 | LTY_T_WHY_FOUND_TREX | Private | See coding | 20100729 | lty_t_why_found_trex TYPE SORTED TABLE OF lty_s_why_found_trex WITH UNIQUE KEY term
|
Method Signatures
Method ADD_ICONS Signature
Method ADD_ICONS on class CL_ESH_FED_RESPONSE_ENRICHER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20100727 |
Method ADD_URLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_REQUEST | Search Request | 20101118 | ||
2 | ![]() |
IR_REQUEST_DATA | Call by reference | Object reference (TYPE REF TO) | CL_ESH_FED_REQUEST_DATA | 20100914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20100914 |
Method ASSEMBLE_WHY_FOUND_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_RESULT | Call by reference | Type reference (TYPE) | LTY_S_INT_RESULT | 20110114 | |||
2 | ![]() |
IV_TRY_FUZZY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20110114 |
Method CALCULATE_WHY_FOUND Signature
Method CALCULATE_WHY_FOUND on class CL_ESH_FED_RESPONSE_ENRICHER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20100727 |
Method CHECK_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20121220 | ||
2 | ![]() |
IV_ORDER_NUMBER | Call by reference | Type reference (TYPE) | STRING | 20130107 | |||
3 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | STRING | 20121220 | |||
4 | ![]() |
RV_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121220 |
Method CHECK_URL on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method CLEAN_WHY_FOUND_MATCHES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_WHY_FOUND | Call by reference | Type reference (TYPE) | LTY_T_WHY_FOUND | 20110301 | |||
2 | ![]() |
IT_WHY_FOUND_TREX | Call by reference | Type reference (TYPE) | LTY_T_WHY_FOUND_TREX | 20110301 |
Method CLEAN_WHY_FOUND_MATCHES on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_RESPONSE | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_SEARCH_RESPONSE | Search Responses | 20100727 |
Method CONSTRUCTOR on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method ENHANCE_WHY_FOUND_MATCHES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_RESULT | Call by reference | Type reference (TYPE) | LTY_S_INT_RESULT | 20110114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20100729 |
Method ESCAPE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_URL | Call by reference | Type reference (TYPE) | STRING | 20100914 | |||
2 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | STRING | 20100914 |
Method ESCAPE_URL on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method GET_BASE_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20100914 |
Method GET_BASE_URL on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method GET_REDIRECT_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | 20101118 |
Method GET_REDIRECT_URL on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method GET_RELEVANT_RESULTS_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULTS | Call by reference | Type reference (TYPE) | LTY_T_INT_RESULTS | 20100727 |
Method GET_RELEVANT_RESULTS_INT on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method GET_REQ_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_REQ_ATTR | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_MDATA_ATTRIBUTE_TYPE | Metadata: Attribute Type | 20110114 | ||
2 | ![]() |
ER_RESP_ATTR | Call by reference | Object reference (TYPE REF TO) | CL_ESH_IF_MDATA_ATTRIBUTE_TYPE | Metadata: Attribute Type | 20110114 | ||
3 | ![]() |
IV_ATTRIBUTE_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_ATTRIBUTE_NAME | Character field, length 32 | 20110114 | ||
4 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20110114 | ||
5 | ![]() |
IV_REQUEST_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_REQUEST_ID | Request ID | 20110114 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20110114 |
Method GET_URL_FOR_PERSPECTIVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_URL | Value transfer | Type reference (TYPE) | ESH_E_IF_URL | URL in Enterprise Search (optional) | 20130121 | ||
2 | ![]() |
IS_PERSPECTIVE | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>S_RELATED_PERSPECTIVE_SORTED | 20130121 | |||
3 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | LTY_S_INT_RESULT | 20130121 | |||
4 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20130121 |
Method GET_URL_FOR_PERSPECTIVE on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method GET_URL_FROM_SAPLINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_URL | Call by reference | Type reference (TYPE) | ESH_E_IF_URL | URL in Enterprise Search (optional) | 20100914 | ||
2 | ![]() |
IS_NAVIGATION_INFO | Call by reference | Type reference (TYPE) | ESH_S_FED_NAVIGATION_INFO | Navigation Information | 20100914 | ||
3 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | LTY_S_INT_RESULT | 20100914 |
Method GET_URL_FROM_SAPLINK on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method GET_URL_FROM_URL_TEMPLATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_URL | Call by reference | Type reference (TYPE) | ESH_E_IF_URL | URL in Enterprise Search (optional) | 20100914 | ||
2 | ![]() |
IS_NAVIGATION_INFO | Call by reference | Type reference (TYPE) | ESH_S_FED_NAVIGATION_INFO | Navigation Information | 20100914 | ||
3 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | LTY_S_INT_RESULT | 20100914 | |||
4 | ![]() |
IS_UI_ACCESS_PARAMS | Call by reference | Type reference (TYPE) | ESH_S_ADM_RFC_UIP | ESH: UI Technology Parameters for ABAP Backend Systems | 20100914 | ||
5 | ![]() |
IV_SEARCH_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20100914 |
Method GET_URL_FROM_URL_TEMPLATE on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method MAP_FILE_TYPE_TO_ICON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FILE_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100806 | |||
2 | ![]() |
RV_ICON | Value transfer | Type reference (TYPE) | STRING | 20100806 |
Method MAP_FILE_TYPE_TO_ICON on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method PARSE_WHY_FOUND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_WHY_FOUND | Call by reference | Type reference (TYPE) | LTY_T_WHY_FOUND_TREX | Why Found Structure | 20110301 | ||
2 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20110301 | ||
3 | ![]() |
IV_REQUEST_TYPE_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_REQUEST_TYPE_ID | Request Type ID | 20110301 | ||
4 | ![]() |
IV_WHY_FOUND_STRING | Call by reference | Type reference (TYPE) | STRING | Why Found String | 20110301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20110301 |
Method RETRIEVE_VALUES_FROM_TREX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_INT_RESULTS | Call by reference | Type reference (TYPE) | LTY_T_INT_RESULTS | 20100824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20100824 |
Method UI_TECH_IS_IN_PORTAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TARGET_UI_TYPE | Call by reference | Type reference (TYPE) | ESH_E_IF_TARGET_UI_TYPE | Target UI Type (SAP GUI, SAP Portal, #) | 20100914 | ||
2 | ![]() |
RV_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100914 |
Method UI_TECH_IS_IN_PORTAL on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method UI_TECH_NEEDS_CLIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TARGET_UI_TYPE | Call by reference | Type reference (TYPE) | ESH_E_IF_TARGET_UI_TYPE | Target UI Type (SAP GUI, SAP Portal, #) | 20100914 | ||
2 | ![]() |
RV_BOOL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100914 |
Method UI_TECH_NEEDS_CLIENT on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method UPDATE_FILE_SEARCH_TITLE Signature
Method UPDATE_FILE_SEARCH_TITLE on class CL_ESH_FED_RESPONSE_ENRICHER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20100826 |
Method _ADD_URL_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CV_URL | Call by reference | Type reference (TYPE) | STRING | 20130121 | |||
2 | ![]() |
IV_INT_VALUE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20130402 | ||
3 | ![]() |
IV_PARAMETER | Call by reference | Type reference (TYPE) | STRING | 20130121 | |||
4 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20130121 |
Method _ADD_URL_PARAMETER on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method _CLEAN_WHY_FOUND_FOR_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_WHY_FOUND | Call by reference | Type reference (TYPE) | LTY_T_WHY_FOUND | 20110301 |
Method _CLEAN_WHY_FOUND_FOR_ATTRIBUTE on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method _FIND_MATCH_OF_TERM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_MATCH | Call by reference | Type reference (TYPE) | MATCH_RESULT | Match with Regular Expression | 20110301 | ||
2 | ![]() |
IV_TERM | Call by reference | Type reference (TYPE) | STRING | term | 20110301 | ||
3 | ![]() |
IV_TRY_FUZZY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110301 | |||
4 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | value | 20110301 |
Method _FIND_MATCH_OF_TERM on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method _HIGHLIGHT_MATCHES_IN_SNIPPET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SNIPPET | Value transfer | Type reference (TYPE) | STRING | 20110301 | |||
2 | ![]() |
IS_RESULT | Call by reference | Type reference (TYPE) | LTY_S_INT_RESULT | 20110530 | |||
3 | ![]() |
IV_ATTRIBUTE | Call by reference | Type reference (TYPE) | ESH_E_IF_ATTRIBUTE_NAME | Attribute Name | 20110530 | ||
4 | ![]() |
IV_TERMS | Call by reference | Type reference (TYPE) | STRING | 20110301 | |||
5 | ![]() |
IV_TRY_FUZZY | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110301 | |||
6 | ![]() |
IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20110301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20110530 |
Method _MAKE_EXTRACT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SNIPPET | Call by reference | Type reference (TYPE) | STRING | 20110301 | |||
2 | ![]() |
RV_SNIPPET | Call by reference | Type reference (TYPE) | STRING | 20110301 |
Method _MAKE_EXTRACT on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
Method _OUTPUT_CONVERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20110301 | ||
2 | ![]() |
IV_REQUEST_ATTRIBUTE | Call by reference | Type reference (TYPE) | ESH_E_IF_ATTRIBUTE_NAME | Attribute Name | 20110301 | ||
3 | ![]() |
IV_REQUEST_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_REQUEST_ID | Request ID | 20110301 | ||
4 | ![]() |
IV_SNIPPET | Call by reference | Type reference (TYPE) | STRING | 20110301 | |||
5 | ![]() |
RV_SNIPPET | Call by reference | Type reference (TYPE) | STRING | 20110301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ESH Interface Exception | 20110301 |
Method _REMOVE_HTML_TAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HTML_STRING | Call by reference | Type reference (TYPE) | STRING | 20110301 | |||
2 | ![]() |
RV_STRING | Value transfer | Type reference (TYPE) | STRING | 20110301 |
Method _REMOVE_HTML_TAGS on class CL_ESH_FED_RESPONSE_ENRICHER has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 703 |