SAP ABAP Class CL_ESH_FED_RESPONSE_ENRICHER (Response Enricher)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_FEDERATION (Package) Federation
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_ESH_SE_RUNTIME_DATA 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 GC_END_TAG Instance attribute Private Type reference (TYPE) STRING `##/b##` End Tag 20110301
2 GC_RESPONSE_FIELD_WHY_FOUND Constant Private Type reference (TYPE) STRING '$why_found$' Reponse field for Why Found 20100727
3 GC_START_TAG Instance attribute Private Type reference (TYPE) STRING `##b##` Start Tag 20110301
4 GC_WHY_FOUND_MAX Constant Private Type reference (TYPE) I 100 20100729
5 MR_RESPONSE Instance attribute Private Object reference (TYPE REF TO) CL_ESH_IF_SEARCH_RESPONSE Search response 20100727
6 MT_ICON_BUFFER Instance attribute Private Type reference (TYPE) LTY_T_ICON_BUFFER 20100914
7 MT_INT_RESULTS Instance attribute Private Type reference (TYPE) LTY_T_INT_RESULTS 20100727
8 MT_NAVIGATION_BUFFER Instance attribute Private Type reference (TYPE) LTY_T_NAVIGATION_BUFFER 20100914
9 MT_REQ_ATTR_BUFFER Instance attribute Private Type reference (TYPE) LTY_T_REQUEST_ATTR_BUFFER 20100915
10 MT_TEMPLATE_TYPE_BUFFER Instance attribute Private Type reference (TYPE) LTY_T_TEMPLATE_TYPE_BUFFER 20100915
11 MV_BASE_URL Static Attribute Private Type reference (TYPE) STRING 20110805
12 MV_LAST_BULK_ID Instance attribute Private Type reference (TYPE) INT4 Last generated bulk ID 20100824
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ICONS Instance method Public Method Add icons to results 20100727
2 ADD_URLS Instance method Public Method Add URLs 20100914
3 ASSEMBLE_WHY_FOUND_STRING Instance method Private Method Assemble Why-Found string 20100729
4 CALCULATE_WHY_FOUND Instance method Public Method Calculate Why-Found 20100727
5 CHECK_URL Static method Public Method Check URL during redirect for security reasons 20121220
6 CLEAN_WHY_FOUND_MATCHES Instance method Private Method Clean Why-Found matches 20110301
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100727
8 ENHANCE_WHY_FOUND_MATCHES Instance method Private Method Enhance Why-Found matches 20100729
9 ESCAPE_URL Instance method Private Method Escape URL 20100914
10 GET_BASE_URL Static method Private Method Get base URL 20100914
11 GET_REDIRECT_URL Instance method Private Method Get base URL 20101118
12 GET_RELEVANT_RESULTS_INT Instance method Private Method Get relevant results in internal format 20100727
13 GET_REQ_ATTR Instance method Private Method Get request attribute 20110114
14 GET_URL_FOR_PERSPECTIVE Instance method Private Method Get URL for perspective 20130121
15 GET_URL_FROM_SAPLINK Static method Private Method Get URL to SAP Shortcut Generation Link 20100914
16 GET_URL_FROM_URL_TEMPLATE Static method Private Method Get URL to SAP Shortcut Generation Link 20100914
17 MAP_FILE_TYPE_TO_ICON Static method Private Method Map file type to icon 20100806
18 PARSE_WHY_FOUND Instance method Private Method Parse the Why-Found string 20110301
19 RETRIEVE_VALUES_FROM_TREX Instance method Private Method Retrieve values of request attributes from TREX 20100824
20 UI_TECH_IS_IN_PORTAL Static method Private Method UI runs in portal? 20100914
21 UI_TECH_NEEDS_CLIENT Static method Private Method UI runs in portal? 20100914
22 UPDATE_FILE_SEARCH_TITLE Instance method Public Method Update file search title 20100826
23 _ADD_URL_PARAMETER Static method Private Method Add parameter to URL 20130121
24 _CLEAN_WHY_FOUND_FOR_ATTRIBUTE Instance method Private Method Clean Why-Found for one attribute 20110301
25 _FIND_MATCH_OF_TERM Instance method Private Method Find match for term 20110301
26 _HIGHLIGHT_MATCHES_IN_SNIPPET Instance method Private Method Highlight matches in snippet 20110301
27 _MAKE_EXTRACT Instance method Private Method Make Extract if snippet too long 20110301
28 _OUTPUT_CONVERSION Instance method Private Method Output conversion of snippet 20110301
29 _REMOVE_HTML_TAGS Instance method Private Method Remove HTML tags 20110301
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 CX_ESH_IF_ENGINE ESH Interface Exception 20100727

Method ADD_URLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_REQUEST Call by reference Object reference (TYPE REF TO) CL_ESH_IF_SEARCH_REQUEST Search Request 20101118
2 Importing IR_REQUEST_DATA Call by reference Object reference (TYPE REF TO) CL_ESH_FED_REQUEST_DATA 20100914
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE 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 Changing CS_RESULT Call by reference Type reference (TYPE) LTY_S_INT_RESULT 20110114
2 Importing IV_TRY_FUZZY Call by reference Type reference (TYPE) ABAP_BOOL 20100823
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE 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 CX_ESH_IF_ENGINE ESH Interface Exception 20100727

Method CHECK_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20121220
2 Importing IV_ORDER_NUMBER Call by reference Type reference (TYPE) STRING 20130107
3 Importing IV_URL Call by reference Type reference (TYPE) STRING 20121220
4 Returning 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 Exporting ET_WHY_FOUND Call by reference Type reference (TYPE) LTY_T_WHY_FOUND 20110301
2 Importing 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 Importing 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 Changing CS_RESULT Call by reference Type reference (TYPE) LTY_S_INT_RESULT 20110114
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE ESH Interface Exception 20100729

Method ESCAPE_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_URL Call by reference Type reference (TYPE) STRING 20100914
2 Returning 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 Returning 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 Returning 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 Exporting 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 Exporting ER_REQ_ATTR Call by reference Object reference (TYPE REF TO) CL_ESH_IF_MDATA_ATTRIBUTE_TYPE Metadata: Attribute Type 20110114
2 Exporting ER_RESP_ATTR Call by reference Object reference (TYPE REF TO) CL_ESH_IF_MDATA_ATTRIBUTE_TYPE Metadata: Attribute Type 20110114
3 Importing IV_ATTRIBUTE_ID Call by reference Type reference (TYPE) ESH_E_IF_ATTRIBUTE_NAME Character field, length 32 20110114
4 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20110114
5 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) ESH_E_IF_REQUEST_ID Request ID 20110114
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE 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 Returning EV_URL Value transfer Type reference (TYPE) ESH_E_IF_URL URL in Enterprise Search (optional) 20130121
2 Importing IS_PERSPECTIVE Call by reference Type reference (TYPE) IF_ESH_SE_RUNTIME_DATA=>S_RELATED_PERSPECTIVE_SORTED 20130121
3 Importing IS_RESULT Call by reference Type reference (TYPE) LTY_S_INT_RESULT 20130121
4 Importing 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 Exporting EV_URL Call by reference Type reference (TYPE) ESH_E_IF_URL URL in Enterprise Search (optional) 20100914
2 Importing IS_NAVIGATION_INFO Call by reference Type reference (TYPE) ESH_S_FED_NAVIGATION_INFO Navigation Information 20100914
3 Importing 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 Exporting EV_URL Call by reference Type reference (TYPE) ESH_E_IF_URL URL in Enterprise Search (optional) 20100914
2 Importing IS_NAVIGATION_INFO Call by reference Type reference (TYPE) ESH_S_FED_NAVIGATION_INFO Navigation Information 20100914
3 Importing IS_RESULT Call by reference Type reference (TYPE) LTY_S_INT_RESULT 20100914
4 Importing 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 Importing 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 Importing IV_FILE_TYPE Call by reference Type reference (TYPE) STRING 20100806
2 Returning 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 Exporting ET_WHY_FOUND Call by reference Type reference (TYPE) LTY_T_WHY_FOUND_TREX Why Found Structure 20110301
2 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20110301
3 Importing IV_REQUEST_TYPE_ID Call by reference Type reference (TYPE) ESH_E_IF_REQUEST_TYPE_ID Request Type ID 20110301
4 Importing IV_WHY_FOUND_STRING Call by reference Type reference (TYPE) STRING Why Found String 20110301
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE 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 Changing CT_INT_RESULTS Call by reference Type reference (TYPE) LTY_T_INT_RESULTS 20100824
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE 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 Importing 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 Returning 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 Importing 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 Returning 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 CX_ESH_IF_ENGINE ESH Interface Exception 20100826

Method _ADD_URL_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_URL Call by reference Type reference (TYPE) STRING 20130121
2 Importing IV_INT_VALUE Call by reference Type reference (TYPE) INT4 Natural number 20130402
3 Importing IV_PARAMETER Call by reference Type reference (TYPE) STRING 20130121
4 Importing 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 Changing 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 Exporting ES_MATCH Call by reference Type reference (TYPE) MATCH_RESULT Match with Regular Expression 20110301
2 Importing IV_TERM Call by reference Type reference (TYPE) STRING term 20110301
3 Importing IV_TRY_FUZZY Call by reference Type reference (TYPE) ABAP_BOOL 20110301
4 Importing 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 Returning EV_SNIPPET Value transfer Type reference (TYPE) STRING 20110301
2 Importing IS_RESULT Call by reference Type reference (TYPE) LTY_S_INT_RESULT 20110530
3 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) ESH_E_IF_ATTRIBUTE_NAME Attribute Name 20110530
4 Importing IV_TERMS Call by reference Type reference (TYPE) STRING 20110301
5 Importing IV_TRY_FUZZY Call by reference Type reference (TYPE) ABAP_BOOL 20110301
6 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20110301
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE ESH Interface Exception 20110530

Method _MAKE_EXTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SNIPPET Call by reference Type reference (TYPE) STRING 20110301
2 Exporting 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 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20110301
2 Importing IV_REQUEST_ATTRIBUTE Call by reference Type reference (TYPE) ESH_E_IF_ATTRIBUTE_NAME Attribute Name 20110301
3 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) ESH_E_IF_REQUEST_ID Request ID 20110301
4 Importing IV_SNIPPET Call by reference Type reference (TYPE) STRING 20110301
5 Exporting RV_SNIPPET Call by reference Type reference (TYPE) STRING 20110301
# Exception Resumable Description Created on
1 CX_ESH_IF_ENGINE ESH Interface Exception 20110301

Method _REMOVE_HTML_TAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HTML_STRING Call by reference Type reference (TYPE) STRING 20110301
2 Returning 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