SAP ABAP Interface IF_ESH_SE_RUNTIME_DATA (ESH Search Runtime Data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_SEARCH (Package) Search (internal)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_RUNTIME_DATA Runtime Data 20091103
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_RUNTIME_DATA_CACHE Runtime Data: Cache access 20091104
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_RUNTIME_DATA_CACHE_1 Runtime Data: Cache access 20091105
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_RUNTIME_DATA_CLUSTER Runtime Data from Cluster Table 20080809
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_RUNTIME_DATA_ITAB Runtime Data from Cluster Table 20091104
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_SE_SNAP_RD_CACHE Snapshot: Runtime Data Cache 20131121
Properties
Interface IF_ESH_SE_RUNTIME_DATA  
Short Description ESH Search Runtime Data    
General Data
Package S_ESH_ENG_SEARCH   Search (internal) 
Created 20080809   SAP 
Last changed 20141121    
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
Interface IF_ESH_SE_RUNTIME_DATA has no interface.
Friends
Interface IF_ESH_SE_RUNTIME_DATA has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SC_ATTRIBUTE_ENTITY_TYPE_ATTR Constant Public Type reference (TYPE) E_ATTRIBUTE_ENTITY_TYPE 'A' 20091019
2 SC_ATTRIBUTE_ENTITY_TYPE_GRP Constant Public Type reference (TYPE) E_ATTRIBUTE_ENTITY_TYPE 'G' 20091019
3 SC_ID_CATEGORIES Constant Public Type reference (TYPE) ESH_E_SE_GENERAL_LONG_ID '%CATEGORIES%' ID for Categories 20091104
4 SC_ID_TEMPLATES Constant Public Type reference (TYPE) ESH_E_SE_GENERAL_LONG_ID '%TEMPLATES%' ID for Templates 20091104
5 SC_RANKING_WEIGHT_HIGH Constant Public Type reference (TYPE) ESH_E_OM_RANKING_WEIGHT 60 Ranking Weight 20121126
6 SC_RANKING_WEIGHT_LOW Constant Public Type reference (TYPE) ESH_E_OM_RANKING_WEIGHT 20 Ranking Weight 20121126
7 SC_RANKING_WEIGHT_MEDIUM Constant Public Type reference (TYPE) ESH_E_OM_RANKING_WEIGHT 40 Ranking Weight 20121126
8 SC_RANKING_WEIGHT_NO_RANKING Constant Public Type reference (TYPE) ESH_E_OM_RANKING_WEIGHT 0 Ranking Weight 20121126
9 SC_RELATION_TYPE_COORDINATE Constant Public Type reference (TYPE) ESH_E_IF_RELATION_TYPE 'C' Relation to coordinate target 20081216
10 SC_RELATION_TYPE_SUBORDINATE Constant Public Type reference (TYPE) ESH_E_IF_RELATION_TYPE 'S' Relation to subordinate target 20081216
11 SC_RELID_CATEGORY Constant Public Type reference (TYPE) INDX_RELID 'CA' Region in IMPORT/EXPORT Data Table 20091104
12 SC_RELID_CONNECTOR Constant Public Type reference (TYPE) INDX_RELID 'CO' Region in IMPORT/EXPORT Data Table 20091104
13 SC_RELID_CONNECTOR_EXEC Constant Public Type reference (TYPE) INDX_RELID 'CX' Region in IMPORT/EXPORT Data Table 20091104
14 SC_RELID_KEYWORD Constant Public Type reference (TYPE) INDX_RELID 'KW' Region in IMPORT/EXPORT Data Table 20091104
15 SC_RELID_OBJECT_TYPE Constant Public Type reference (TYPE) INDX_RELID 'OT' Region in IMPORT/EXPORT Data Table 20091104
16 SC_RELID_TEMPLATE Constant Public Type reference (TYPE) INDX_RELID 'TE' Region in IMPORT/EXPORT Data Table 20091104
17 SC_RP_PARAM_TYPE_DYN_ATTRIBUTE Constant Public Type reference (TYPE) CHAR2 'DA' Parameter Type for Related Perspectives 20130117
18 SC_RP_PARAM_TYPE_DYN_FREESTYLE Constant Public Type reference (TYPE) CHAR2 'DF' Parameter Type for Related Perspectives 20130117
19 SC_RP_PARAM_TYPE_STATIC_SELOPT Constant Public Type reference (TYPE) CHAR2 'SO' Parameter Type for Related Perspectives 20130117
Methods
# Method Level Visibility Method type Description Created on
1 GET_CATEGORIES Instance method Public Method Get categories 20080809
2 GET_CATEGORY Instance method Public Method Get category 20080809
3 GET_CONNECTOR Instance method Public Method Get connector 20080809
4 GET_CONNECTORS Instance method Public Method Get connectors 20080809
5 GET_CONNECTORS_STATUS Instance method Public Method Get status of connector 20090123
6 GET_KEYWORD Instance method Public Method Get keyword 20090520
7 GET_KEYWORDS Instance method Public Method Get keywords 20090520
8 GET_OBJECT_TYPE Instance method Public Method Get object type 20090109
9 GET_OBJECT_TYPES Instance method Public Method Get object types 20090119
10 GET_TEMPLATE Instance method Public Method Get template 20080809
11 GET_TEMPLATES Instance method Public Method Get templates 20080809
12 REFRESH Instance method Public Method Refresh buffer 20080810
13 SET_UPDATE_INVALID_BUFFER Instance method Public Method Set switch for updating an invalid buffer 20090127
Events
Interface IF_ESH_SE_RUNTIME_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 E_ATTRIBUTE_ENTITY_TYPE Public See coding 20091019 e_attribute_entity_type TYPE c LENGTH 1
2 S_ATTRIBUTE_ENTITY Public See coding 20091019 BEGIN OF s_attribute_entity, posi TYPE numc4, id TYPE char32, type TYPE e_attribute_entity_type, END OF s_attribute_entity
3 S_ATTRIBUTE_MAPPING Public See coding 20080810 BEGIN OF s_attribute_mapping, request_attribute_type_id TYPE char32, response_attribute_type_id TYPE char32, parameter_type TYPE char2, selopt_low TYPE string, selopt_high TYPE string, selopt_sign TYPE char1, selopt_option TYPE char2, END OF s_attribute_mapping
4 S_ATTRIBUTE_TYPE Public See coding Structure for Attribute Type 20080809 BEGIN OF s_attribute_type, posi TYPE numc4, attribute_type_id TYPE char32, is_key TYPE abap_bool, length TYPE ddleng, length_decimals TYPE decimals, length_internal TYPE intlen, type TYPE dynptype, type_internal TYPE inttype, type_lowercase TYPE lowercase, domain_id TYPE domname, ranking_weight TYPE esh_e_om_ranking_weight, attribute_role TYPE esh_e_om_field_type, contains_text TYPE esh_e_om_text_srch_rel, conversion_exit_id TYPE esh_e_om_convexit, related_attribute_type_id TYPE char32, separator_sign TYPE char1, show_label TYPE abap_bool, is_esh_f4_help_supported TYPE abap_bool, is_sortable TYPE abap_bool, is_interactive_nav TYPE esh_e_om_interactive_nav, is_grouped TYPE abap_bool, is_assigned_2_common_attr TYPE abap_bool, is_freestyle_not_supported TYPE abap_bool, unit_attribute_type_id TYPE char32, ui_area_ids TYPE t_ui_area_ids, names TYPE t_langu_names, END OF s_attribute_type
5 S_ATTRIBUTE_TYPE_ID Public See coding 20091210 BEGIN OF s_attribute_type_id, attribute_type_id TYPE char32, END OF s_attribute_type_id
6 S_ATTRIBUTE_TYPE_SORTED Public See coding Structure for Attribute Type (sorted) 20080809 BEGIN OF s_attribute_type_sorted, posi TYPE numc4, attribute_type_id TYPE char32, is_key TYPE abap_bool, length TYPE ddleng, length_decimals TYPE decimals, length_internal TYPE intlen, type TYPE dynptype, type_internal TYPE inttype, type_lowercase TYPE lowercase, domain_id TYPE domname, ranking_weight TYPE esh_e_om_ranking_weight, attribute_role TYPE esh_e_om_field_type, contains_text TYPE esh_e_om_text_srch_rel, conversion_exit_id TYPE esh_e_om_convexit, related_attribute_type_id TYPE char32, separator_sign TYPE char1, show_label TYPE abap_bool, is_esh_f4_help_supported TYPE abap_bool, is_sortable TYPE abap_bool, is_interactive_nav TYPE esh_e_om_interactive_nav, is_grouped TYPE abap_bool, is_assigned_2_common_attr TYPE abap_bool, is_freestyle_not_supported TYPE abap_bool, unit_attribute_type_id TYPE char32, ui_area_ids TYPE t_ui_area_ids_sorted, names TYPE t_langu_names_sorted, END OF s_attribute_type_sorted
7 S_ATTR_ENTITY_UIA Public See coding 20091028 BEGIN OF s_attr_entity_uia, ui_area_id TYPE esh_e_if_ui_area, entities TYPE t_attribute_entities, END OF s_attr_entity_uia
8 S_ATTR_ENTITY_UIA_SORTED Public See coding 20091028 BEGIN OF s_attr_entity_uia_sorted, ui_area_id TYPE esh_e_if_ui_area, entities TYPE t_attribute_entities_sorted, END OF s_attr_entity_uia_sorted
9 S_ATTR_GROUP Public See coding Structure for attribute group 20091016 BEGIN OF s_attr_group, group_id TYPE char32, parent_group_id TYPE char32, top_group_id TYPE char32, show_label TYPE abap_bool, entities TYPE t_attr_entities_uia, ui_area_ids TYPE t_ui_area_ids, names TYPE t_langu_names, END OF s_attr_group
10 S_ATTR_GROUP_SORTED Public See coding Structure for attribute group (sorted) 20091016 BEGIN OF s_attr_group_sorted, group_id TYPE char32, parent_group_id TYPE char32, top_group_id TYPE char32, show_label TYPE abap_bool, entities TYPE t_attr_entities_uia_sorted, ui_area_ids TYPE t_ui_area_ids_sorted, names TYPE t_langu_names_sorted, END OF s_attr_group_sorted
11 S_CATEGORY Public See coding Category 20080809 BEGIN OF s_category, category_id TYPE esh_e_if_category_id, parent_category_id TYPE esh_e_if_category_id, child_categories TYPE t_category_ids, templates TYPE t_template_ids, connectors TYPE t_ctn_connectors, names TYPE t_langu_names, END OF s_category
12 S_CATEGORY_ID Public See coding Category 20080809 BEGIN OF s_category_id, category_id TYPE esh_e_if_category_id, posi TYPE numc4, END OF s_category_id
13 S_CATEGORY_SORTED Public See coding Category (sorted) 20080809 BEGIN OF s_category_sorted, category_id TYPE esh_e_if_category_id, parent_category_id TYPE esh_e_if_category_id, child_categories TYPE t_category_ids_sorted, templates TYPE t_template_ids_sorted, connectors TYPE t_ctn_connectors_sorted, names TYPE t_langu_names_sorted, END OF s_category_sorted
14 S_COMMON_ATTRIBUTE Public See coding 20091209 BEGIN OF s_common_attribute, common_attribute_id TYPE char32, "esh_e_om_comm_attr, is_advanced_search TYPE abap_bool, is_interactive_nav TYPE abap_bool, is_sortable TYPE abap_bool, attribute_types TYPE t_attribute_type_ids, names TYPE t_langu_names, END OF s_common_attribute
15 S_COMMON_ATTRIBUTE_SORTED Public See coding 20091209 BEGIN OF s_common_attribute_sorted, common_attribute_id TYPE char32, "esh_e_om_comm_attr, is_advanced_search TYPE abap_bool, is_interactive_nav TYPE abap_bool, is_sortable TYPE abap_bool, attribute_types TYPE t_attribute_type_ids_sorted, names TYPE t_langu_names_sorted, END OF s_common_attribute_sorted
16 S_CONNECTOR Public See coding Connector 20080809 BEGIN OF s_connector, connector_id TYPE esh_e_if_search_connector_id, type TYPE esh_e_om_template_type, is_root TYPE abap_bool, is_searchable TYPE abap_bool, is_local TYPE abap_bool, is_internal TYPE abap_bool, status TYPE esh_e_adm_sc_status, connection_guid TYPE esh_e_adm_connection_guid, hub_destination TYPE rfcdest, node_type_id TYPE esh_e_om_node_name, object_type_id TYPE esh_e_om_object_type, default_request_type_id TYPE esh_e_if_con_request_type_id, icon_id TYPE esh_e_om_web_icon, ui_areas TYPE t_ui_areas, request_types TYPE t_request_types, response_attribute_types TYPE t_attribute_types, related_connectors TYPE t_related_connectors, names TYPE t_langu_names, response_attribute_entities TYPE t_attr_entities_uia, response_attribute_groups TYPE t_attr_groups, navigation_operations TYPE t_nav_operations, layout_templates TYPE t_layout_templates, related_perspectives TYPE t_related_perspectives, is_replaced TYPE abap_bool, basis_template_id TYPE esh_e_if_template_id, update_timestamp TYPE timestamp, END OF s_connector
17 S_CONNECTOR_ID Public See coding Structure for connector ID 20080809 BEGIN OF s_connector_id, connection_guid TYPE esh_e_adm_connection_guid, connector_id TYPE esh_e_if_search_connector_id, type TYPE esh_e_om_template_type, END OF s_connector_id
18 S_CONNECTOR_ID2 Public See coding Structure for connector ID 20090520 BEGIN OF s_connector_id2, connector_id TYPE esh_e_if_search_connector_id, type TYPE esh_e_om_template_type, END OF s_connector_id2
19 S_CONNECTOR_SORTED Public See coding Connector (sorted) 20080809 BEGIN OF s_connector_sorted, connector_id TYPE esh_e_if_search_connector_id, type TYPE esh_e_om_template_type, is_root TYPE abap_bool, is_searchable TYPE abap_bool, is_local TYPE abap_bool, is_internal TYPE abap_bool, status TYPE esh_e_adm_sc_status, connection_guid TYPE esh_e_adm_connection_guid, hub_destination TYPE rfcdest, node_type_id TYPE esh_e_om_node_name, object_type_id TYPE esh_e_om_object_type, default_request_type_id TYPE esh_e_if_con_request_type_id, icon_id TYPE esh_e_om_web_icon, ui_areas TYPE t_ui_areas_sorted, request_types TYPE t_request_types_sorted, response_attribute_types TYPE t_attribute_types_sorted, related_connectors TYPE t_related_connectors_sorted, names TYPE t_langu_names_sorted, response_attribute_entities TYPE t_attr_entities_uia_sorted, response_attribute_groups TYPE t_attr_groups_sorted, navigation_operations TYPE t_nav_operations_sorted, layout_templates TYPE t_layout_templates_sorted, related_perspectives TYPE t_related_perspectives_sorted, is_replaced TYPE abap_bool, basis_template_id TYPE esh_e_if_template_id, update_timestamp TYPE timestamp, END OF s_connector_sorted
20 S_CONNECTOR_STATUS Public See coding Structure for connector status 20080811 BEGIN OF s_connector_status, connector_id TYPE esh_e_if_search_connector_id, status TYPE esh_e_adm_sc_status, END OF s_connector_status
21 S_CONNECTOR_STATUS_ALL Public See coding Structure for connector status 20090123 BEGIN OF s_connector_status_all, connector_id TYPE esh_e_if_search_connector_id, status TYPE esh_e_adm_sc_status, is_searchable TYPE abap_bool, update_timestamp TYPE timestamp, END OF s_connector_status_all
22 S_CTN_CONNECTORS Public See coding 20090520 BEGIN OF s_ctn_connectors, connection_guid TYPE esh_e_adm_connection_guid, connectors TYPE t_connector_ids2, END OF s_ctn_connectors
23 S_CTN_CONNECTORS_SORTED Public See coding 20090520 BEGIN OF s_ctn_connectors_sorted, connection_guid TYPE esh_e_adm_connection_guid, connectors TYPE t_connector_ids2_sorted, END OF s_ctn_connectors_sorted
24 S_EXEC_REQU_TYPE_AUTHOBJS Public See coding 20131128 BEGIN OF s_exec_requ_type_authobjs, auth_check TYPE esh_e_om_auth_check, auth_field TYPE xufield, req_field TYPE trexd_attr_name, auth_object TYPE xuobject, fix_values TYPE string, END OF s_exec_requ_type_authobjs
25 S_EXEC_REQU_TYPE_AUTHPATHS Public See coding 20131128 BEGIN OF s_exec_requ_type_authpaths, auth_check TYPE esh_e_om_auth_check, req_field TYPE trexd_attr_name, value TYPE string, is_inlist TYPE abap_bool, END OF s_exec_requ_type_authpaths
26 S_KEYWORD Public See coding Keyword with table of Connector IDs 20090515 BEGIN OF s_keyword, keyword TYPE esh_e_om_keyword, connectors TYPE t_ctn_connectors, END OF s_keyword
27 S_KEYWORDS Public See coding Keywords with language code 20090515 BEGIN OF s_keywords, langu TYPE spras, keywords TYPE t_keywords_1l, END OF s_keywords
28 S_KEYWORDS_SORTED Public See coding Keywords with language code (sorted) 20090515 BEGIN OF s_keywords_sorted, langu TYPE spras, keywords TYPE t_keywords_1l_sorted, END OF s_keywords_sorted
29 S_KEYWORD_SORTED Public See coding Keyword with table of Connector IDs (sorted) 20090515 BEGIN OF s_keyword_sorted, keyword TYPE esh_e_om_keyword, connectors TYPE t_ctn_connectors_sorted, END OF s_keyword_sorted
30 S_LANGU_NAME Public See coding Structure for language dependent name 20080809 BEGIN OF s_langu_name, langu TYPE spras, name TYPE esh_e_if_name, END OF s_langu_name
31 S_LANGU_NAME_STR Public See coding 20091209 BEGIN OF s_langu_name_str, langu TYPE spras, name TYPE string, END OF s_langu_name_str
32 S_LAYOUT_TEMPLATE Public See coding 20121114 BEGIN OF s_layout_template, platform TYPE esh_e_om_platform, type TYPE esh_e_om_layout_type, technology TYPE esh_e_om_layout_technology, lsize_h TYPE esh_e_om_layout_size_h, lsize_v TYPE esh_e_om_layout_size_v, variant TYPE esh_e_om_layout_variant, source TYPE char1, template TYPE esh_e_om_layout_template, url TYPE string, id TYPE string, END OF s_layout_template
33 S_NAVIGATION_PARAM Public See coding Structure for navigation parameter 20091016 BEGIN OF s_navigation_param, response_attribute_type_id TYPE char32, target_parameter TYPE esh_e_if_target_parameter, END OF s_navigation_param
34 S_NAV_OPERATION Public See coding Structure for navigation operation 20091016 BEGIN OF s_nav_operation, operation_id TYPE esh_e_if_target_navigation_id, type TYPE esh_e_if_ui_operation, posi TYPE esh_e_if_operation_order, is_default TYPE abap_bool, names TYPE t_langu_names, ui_technologies TYPE t_ui_technologies, END OF s_nav_operation
35 S_NAV_OPERATION_SORTED Public See coding Structure for navigation operation (sorted) 20091016 BEGIN OF s_nav_operation_sorted, operation_id TYPE esh_e_if_target_navigation_id, type TYPE esh_e_if_ui_operation, posi TYPE esh_e_if_operation_order, is_default TYPE abap_bool, names TYPE t_langu_names_sorted, ui_technologies TYPE t_ui_technologies_sorted, END OF s_nav_operation_sorted
36 S_OBJ_TYPE Public See coding 20090109 BEGIN OF s_obj_type, object_type_id TYPE esh_e_om_object_type, system_id TYPE syst-sysid, system_client TYPE syst-mandt, connection_guid TYPE esh_e_adm_connection_guid, provider_id TYPE esh_e_if_provider_id, object_type_alias TYPE esh_e_om_object_type_alias, object_type_backend_name TYPE esh_e_om_backend_name, object_type_type TYPE esh_e_om_object_type_type, home_software_component TYPE esh_e_om_sysrel, push_blueprint TYPE esh_t_int_table_blueprint, software_components TYPE t_software_comp, nodes TYPE t_ot_nodes, END OF s_obj_type
37 S_OBJ_TYPE_SORTED Public See coding 20090113 BEGIN OF s_obj_type_sorted, object_type_id TYPE esh_e_om_object_type, system_id TYPE syst-sysid, system_client TYPE syst-mandt, connection_guid TYPE esh_e_adm_connection_guid, provider_id TYPE esh_e_if_provider_id, object_type_alias TYPE esh_e_om_object_type_alias, object_type_backend_name TYPE esh_e_om_backend_name, object_type_type TYPE esh_e_om_object_type_type, home_software_component TYPE esh_e_om_sysrel, push_blueprint TYPE esh_t_int_table_blueprint, software_components TYPE t_software_comp, nodes TYPE t_ot_nodes_sorted, END OF s_obj_type_sorted
38 S_OT_NODE Public See coding 20090113 BEGIN OF s_ot_node, node_type_id TYPE esh_e_om_node_name, node_type_backend_name TYPE esh_e_om_backend_name, fields TYPE t_ot_fields, parent_node_type_id TYPE esh_e_om_node_name, relation_fields TYPE esh_t_if_relation_fields, select_options_cluster TYPE esh_t_int_cluster, END OF s_ot_node
39 S_RELATED_CONNECTOR Public See coding 20080810 BEGIN OF s_related_connector, connector_id TYPE esh_e_if_search_connector_id, request_type_id TYPE esh_e_if_con_request_type_id, relation_type TYPE esh_e_if_relation_type, type TYPE esh_e_om_template_type, posi TYPE numc4, attribute_mappings TYPE t_attribute_mappings, names TYPE t_langu_names, operation_id TYPE esh_e_if_target_navigation_id, is_singleton TYPE abap_bool, END OF s_related_connector
40 S_RELATED_CONNECTOR_SORTED Public See coding 20080810 BEGIN OF s_related_connector_sorted, connector_id TYPE esh_e_if_search_connector_id, request_type_id TYPE esh_e_if_con_request_type_id, relation_type TYPE esh_e_if_relation_type, type TYPE esh_e_om_template_type, posi TYPE numc4, attribute_mappings TYPE t_attribute_mappings_sorted, names TYPE t_langu_names_sorted, operation_id TYPE esh_e_if_target_navigation_id, is_singleton TYPE abap_bool, END OF s_related_connector_sorted
41 S_RELATED_PERSPECTIVE Public See coding 20130117 BEGIN OF s_related_perspective, package_id TYPE esh_e_om_persp_package_id, perspective_id TYPE esh_e_om_persp_id, relation_type TYPE esh_e_if_relation_type, posi TYPE numc4, operation_id TYPE esh_e_if_target_navigation_id, parameters TYPE t_related_persp_param, names TYPE t_langu_names, END OF s_related_perspective
42 S_RELATED_PERSPECTIVE_SORTED Public See coding 20130117 BEGIN OF s_related_perspective_sorted, package_id TYPE esh_e_om_persp_package_id, perspective_id TYPE esh_e_om_persp_id, relation_type TYPE esh_e_if_relation_type, posi TYPE numc4, operation_id TYPE esh_e_if_target_navigation_id, parameters TYPE t_related_persp_param_sorted, names TYPE t_langu_names_sorted, END OF s_related_perspective_sorted
43 S_RELATED_PERSP_PARAM Public See coding 20130117 BEGIN OF s_related_persp_param, parameter_type TYPE char2, perspective_attribute_id TYPE esh_e_om_persp_attr, response_attribute_type_id TYPE char32, selopt_low TYPE string, selopt_high TYPE string, selopt_sign TYPE char1, selopt_option TYPE char2, END OF s_related_persp_param
44 S_REQUEST_TYPE Public See coding Structure for request type 20080809 BEGIN OF s_request_type, request_type_id TYPE esh_e_if_con_request_type_id, request_attribute_types TYPE t_attribute_types, names TYPE t_langu_names, request_attribute_entities TYPE t_attr_entities_uia, request_attribute_groups TYPE t_attr_groups, common_attributes TYPE t_common_attributes, is_internal TYPE abap_bool, is_relevant_for_attr_search TYPE abap_bool, is_relevant_for_value_help TYPE abap_bool, is_relevant_for_related_req TYPE abap_bool, is_relevant_for_odp TYPE abap_bool, is_default_odp TYPE abap_bool, END OF s_request_type
45 S_REQUEST_TYPE_SORTED Public See coding Structure for request type (sorted) 20080809 BEGIN OF s_request_type_sorted, request_type_id TYPE esh_e_if_con_request_type_id, request_attribute_types TYPE t_attribute_types_sorted, names TYPE t_langu_names_sorted, request_attribute_entities TYPE t_attr_entities_uia_sorted, request_attribute_groups TYPE t_attr_groups_sorted, common_attributes TYPE t_common_attributes_sorted, is_internal TYPE abap_bool, is_relevant_for_attr_search TYPE abap_bool, is_relevant_for_value_help TYPE abap_bool, is_relevant_for_related_req TYPE abap_bool, is_relevant_for_odp TYPE abap_bool, is_default_odp TYPE abap_bool, END OF s_request_type_sorted
46 S_SEARCH_EXEC Public See coding Connector Search Execution 20080811 BEGIN OF s_search_exec, connector_id TYPE esh_e_if_search_connector_id, node_type_id TYPE esh_e_om_node_name, object_type_id TYPE esh_e_om_object_type, is_searchable TYPE abap_bool, status TYPE esh_e_adm_sc_status, "default_request_type_id TYPE esh_e_if_con_request_type_id, default_request_type_id TYPE esh_e_om_request, trex_requested_attr TYPE trext_join_attributes, trex_comp_descr TYPE trext_comp_descr, trex_navigation_attr TYPE trext_attributes, response_attribute_types TYPE t_attribute_types, request_types TYPE t_search_exec_requ_type, result_table_blueprint TYPE esh_t_int_table_blueprint, result_table_blueprint_sec_key TYPE esh_t_int_table_blueprint, END OF s_search_exec
47 S_SEARCH_EXEC_REQU_TYPE Public See coding 20080811 BEGIN OF s_search_exec_requ_type, "request_type_id TYPE esh_e_if_search_connector_id, request_type_id TYPE esh_e_om_request, trex_indexes TYPE trext_indexlist, trex_query TYPE trext_query_entries, trex_constraints TYPE trext_placeholders, trex_hints TYPE trext_hints, attr_list TYPE esh_t_join_attributes_list, node_list TYPE esh_t_node_authorization_list, req_attr_list TYPE trext_comp_descr, request_table_blueprint TYPE esh_t_int_table_blueprint, interactive_nav_attributes TYPE trext_attributes, logical_expression TYPE string, authorization_objects TYPE t_exec_requ_type_authobjs, authorization_paths TYPE t_exec_requ_type_authpaths, END OF s_search_exec_requ_type
48 S_SEARCH_EXEC_SORTED Public See coding Connector Search Execution (sorted) 20080811 BEGIN OF s_search_exec_sorted, connector_id TYPE esh_e_if_search_connector_id, node_type_id TYPE esh_e_om_node_name, object_type_id TYPE esh_e_om_object_type, is_searchable TYPE abap_bool, status TYPE esh_e_adm_sc_status, "default_request_type_id TYPE esh_e_if_con_request_type_id, default_request_type_id TYPE esh_e_om_request, trex_requested_attr TYPE trext_join_attributes, trex_comp_descr TYPE trext_comp_descr, trex_navigation_attr TYPE trext_attributes, response_attribute_types TYPE t_attribute_types_sorted, request_types TYPE t_search_exec_requ_type_sorted, result_table_blueprint TYPE esh_t_int_table_blueprint, result_table_blueprint_sec_key TYPE esh_t_int_table_blueprint, END OF s_search_exec_sorted
49 S_SOFTWARE_COMP Public See coding 20090118 BEGIN OF s_software_comp, layer_top_down TYPE i, software_component TYPE esh_e_om_sysrel, END OF s_software_comp
50 S_TEMPLATE Public See coding Template 20080809 BEGIN OF s_template, template_id TYPE esh_e_if_template_id, type TYPE esh_e_om_template_type, is_root TYPE abap_bool, node_type_id TYPE esh_e_om_node_name, object_type_id TYPE esh_e_om_object_type, software_component TYPE esh_e_om_sysrel, connectors TYPE t_connector_ids, names TYPE t_langu_names, END OF s_template
51 S_TEMPLATE_ID Public See coding Template ID 20080809 BEGIN OF s_template_id, template_id TYPE esh_e_if_template_id, type TYPE esh_e_om_template_type, END OF s_template_id
52 S_TEMPLATE_SORTED Public See coding Template (sorted) 20080809 BEGIN OF s_template_sorted, template_id TYPE esh_e_if_template_id, type TYPE esh_e_om_template_type, is_root TYPE abap_bool, node_type_id TYPE esh_e_om_node_name, object_type_id TYPE esh_e_om_object_type, software_component TYPE esh_e_om_sysrel, connectors TYPE t_connector_ids_sorted, names TYPE t_langu_names_sorted, END OF s_template_sorted
53 S_UI_AREA Public See coding Structure for UI Area 20090113 BEGIN OF s_ui_area, ui_area_id TYPE esh_e_if_ui_area, names TYPE t_langu_names, END OF s_ui_area
54 S_UI_AREA_ID Public See coding Structure for UI Area IDs 20090113 BEGIN OF s_ui_area_id, ui_area_id TYPE esh_e_if_ui_area, END OF s_ui_area_id
55 S_UI_AREA_SORTED Public See coding Structure for UI Area (sorted) 20090113 BEGIN OF s_ui_area_sorted, ui_area_id TYPE esh_e_if_ui_area, names TYPE t_langu_names_sorted, END OF s_ui_area_sorted
56 S_UI_TECHNOLOGY Public See coding Structure for UI technology 20091016 BEGIN OF s_ui_technology, ui_technology TYPE esh_e_if_target_ui_type, target TYPE esh_e_if_target_operation, parameters TYPE t_navigation_params, END OF s_ui_technology
57 S_UI_TECHNOLOGY_SORTED Public See coding Structure for UI technology (sorted) 20091016 BEGIN OF s_ui_technology_sorted, ui_technology TYPE esh_e_if_target_ui_type, target TYPE esh_e_if_target_operation, parameters TYPE t_navigation_params_sorted, END OF s_ui_technology_sorted
58 T_ATTRIBUTE_ENTITIES Public See coding 20091019 t_attribute_entities TYPE STANDARD TABLE OF s_attribute_entity WITH KEY posi id
59 T_ATTRIBUTE_ENTITIES_SORTED Public See coding 20091019 t_attribute_entities_sorted TYPE SORTED TABLE OF s_attribute_entity WITH UNIQUE KEY posi id
60 T_ATTRIBUTE_MAPPINGS Public See coding 20080810 t_attribute_mappings TYPE STANDARD TABLE OF s_attribute_mapping WITH KEY request_attribute_type_id response_attribute_type_id parameter_type selopt_low selopt_high selopt_sign selopt_option
61 T_ATTRIBUTE_MAPPINGS_SORTED Public See coding 20080810 t_attribute_mappings_sorted TYPE SORTED TABLE OF s_attribute_mapping WITH UNIQUE KEY request_attribute_type_id response_attribute_type_id parameter_type selopt_low selopt_high selopt_sign selopt_option
62 T_ATTRIBUTE_TYPES Public See coding Table for attribute types 20080809 t_attribute_types TYPE STANDARD TABLE OF s_attribute_type WITH KEY attribute_type_id
63 T_ATTRIBUTE_TYPES_SORTED Public See coding Table for attribute types (sorted) 20080809 t_attribute_types_sorted TYPE SORTED TABLE OF s_attribute_type_sorted WITH UNIQUE KEY attribute_type_id "posi attribute_type_id . "posi attribute_type_id . "posi attribute_type_id . "posi attribute_type_id . "posi attribute_type_id . "posi attribute_type_id . "posi attribute_type_id WITH NON-UNIQUE SORTED KEY posi COMPONENTS posi
64 T_ATTRIBUTE_TYPE_IDS Public See coding 20091210 t_attribute_type_ids TYPE STANDARD TABLE OF s_attribute_type_id WITH KEY attribute_type_id
65 T_ATTRIBUTE_TYPE_IDS_SORTED Public See coding 20091210 t_attribute_type_ids_sorted TYPE SORTED TABLE OF s_attribute_type_id WITH UNIQUE KEY attribute_type_id
66 T_ATTR_ENTITIES_UIA Public See coding 20091028 t_attr_entities_uia TYPE STANDARD TABLE OF s_attr_entity_uia WITH KEY ui_area_id
67 T_ATTR_ENTITIES_UIA_SORTED Public See coding 20091028 t_attr_entities_uia_sorted TYPE SORTED TABLE OF s_attr_entity_uia_sorted WITH UNIQUE KEY ui_area_id
68 T_ATTR_GROUPS Public See coding Table for attribute groups 20091016 t_attr_groups TYPE STANDARD TABLE OF s_attr_group WITH KEY group_id
69 T_ATTR_GROUPS_SORTED Public See coding Table for attribute groups (sorted) 20091016 t_attr_groups_sorted TYPE SORTED TABLE OF s_attr_group_sorted WITH UNIQUE KEY group_id
70 T_CATEGORIES Public See coding Categories 20080809 t_categories TYPE STANDARD TABLE OF s_category WITH KEY category_id
71 T_CATEGORIES_SORTED Public See coding Categories (sorted) 20080809 t_categories_sorted TYPE SORTED TABLE OF s_category_sorted WITH UNIQUE KEY category_id
72 T_CATEGORY_IDS Public See coding Category IDs 20080809 t_category_ids TYPE STANDARD TABLE OF s_category_id WITH KEY category_id
73 T_CATEGORY_IDS_SORTED Public See coding Category IDs (sorted) 20080809 t_category_ids_sorted TYPE SORTED TABLE OF s_category_id WITH UNIQUE KEY category_id WITH NON-UNIQUE SORTED KEY posi COMPONENTS posi
74 T_COMMON_ATTRIBUTES Public See coding 20091209 t_common_attributes TYPE STANDARD TABLE OF s_common_attribute WITH KEY common_attribute_id
75 T_COMMON_ATTRIBUTES_SORTED Public See coding 20091209 t_common_attributes_sorted TYPE SORTED TABLE OF s_common_attribute_sorted WITH UNIQUE KEY common_attribute_id
76 T_CONNECTORS Public See coding Connectors 20080809 t_connectors TYPE STANDARD TABLE OF s_connector WITH KEY connector_id
77 T_CONNECTORS_SORTED Public See coding Connectors (sorted) 20080809 t_connectors_sorted TYPE SORTED TABLE OF s_connector_sorted WITH UNIQUE KEY connector_id
78 T_CONNECTORS_SORTED2 Public See coding 20080810 t_connectors_sorted2 TYPE SORTED TABLE OF s_connector_sorted WITH UNIQUE KEY connection_guid object_type_id node_type_id
79 T_CONNECTORS_STATUS Public See coding Table for connector status 20080811 t_connectors_status TYPE STANDARD TABLE OF s_connector_status WITH KEY connector_id
80 T_CONNECTORS_STATUS_ALL Public See coding Table for connector status 20090123 t_connectors_status_all TYPE STANDARD TABLE OF s_connector_status_all WITH KEY connector_id
81 T_CONNECTORS_STATUS_ALL_SORTED Public See coding Table for connector status (sorted) 20090123 t_connectors_status_all_sorted TYPE SORTED TABLE OF s_connector_status_all WITH UNIQUE KEY connector_id
82 T_CONNECTORS_STATUS_SORTED Public See coding Table for connector status (sorted) 20080811 t_connectors_status_sorted TYPE SORTED TABLE OF s_connector_status WITH UNIQUE KEY connector_id
83 T_CONNECTOR_IDS Public See coding Table for connector IDs 20080809 t_connector_ids TYPE STANDARD TABLE OF s_connector_id WITH KEY connection_guid
84 T_CONNECTOR_IDS2 Public See coding Table for connector IDs 20090520 t_connector_ids2 TYPE STANDARD TABLE OF s_connector_id2 WITH KEY connector_id
85 T_CONNECTOR_IDS2_SORTED Public See coding Table for connector IDs (sorted) 20090520 t_connector_ids2_sorted TYPE SORTED TABLE OF s_connector_id2 WITH UNIQUE KEY connector_id
86 T_CONNECTOR_IDS_SORTED Public See coding Table for connector IDs (sorted) 20080809 t_connector_ids_sorted TYPE SORTED TABLE OF s_connector_id WITH UNIQUE KEY connection_guid
87 T_CTN_CONNECTORS Public See coding 20090520 t_ctn_connectors TYPE STANDARD TABLE OF s_ctn_connectors WITH KEY connection_guid
88 T_CTN_CONNECTORS_SORTED Public See coding 20090520 t_ctn_connectors_sorted TYPE SORTED TABLE OF s_ctn_connectors_sorted WITH UNIQUE KEY connection_guid
89 T_EXEC_REQU_TYPE_AUTHOBJS Public See coding 20131128 t_exec_requ_type_authobjs TYPE STANDARD TABLE OF s_exec_requ_type_authobjs WITH KEY auth_check auth_field
90 T_EXEC_REQU_TYPE_AUTHPATHS Public See coding 20131128 t_exec_requ_type_authpaths TYPE STANDARD TABLE OF s_exec_requ_type_authpaths WITH KEY auth_check
91 T_KEYWORDS Public See coding Keywords with tables of Connector IDs 20090515 t_keywords TYPE STANDARD TABLE OF s_keywords WITH KEY langu
92 T_KEYWORDS_1L Public See coding Keywords of 1 language with Connector IDs 20090515 t_keywords_1l TYPE STANDARD TABLE OF s_keyword WITH KEY keyword
93 T_KEYWORDS_1L_SORTED Public See coding Keywords of 1 language with Connector IDs (sorted) 20090515 t_keywords_1l_sorted TYPE SORTED TABLE OF s_keyword_sorted WITH UNIQUE KEY keyword
94 T_KEYWORDS_SORTED Public See coding Keywords with tables of Connector IDs (sorted) 20090515 t_keywords_sorted TYPE SORTED TABLE OF s_keywords_sorted WITH UNIQUE KEY langu
95 T_LANGU_NAMES Public See coding Table for language dependent names 20080809 t_langu_names TYPE STANDARD TABLE OF s_langu_name WITH KEY langu
96 T_LANGU_NAMES_SORTED Public See coding Table for language dependent names (sorted) 20080809 t_langu_names_sorted TYPE SORTED TABLE OF s_langu_name WITH UNIQUE KEY langu
97 T_LANGU_NAMES_SORTED_STR Public See coding 20091209 t_langu_names_sorted_str TYPE SORTED TABLE OF s_langu_name_str WITH UNIQUE KEY langu
98 T_LANGU_NAMES_STR Public See coding 20091209 t_langu_names_str TYPE STANDARD TABLE OF s_langu_name_str WITH KEY langu
99 T_LAYOUT_TEMPLATES Public See coding 20121114 t_layout_templates TYPE STANDARD TABLE OF s_layout_template WITH KEY platform type technology lsize_h lsize_v variant
100 T_LAYOUT_TEMPLATES_SORTED Public See coding 20121114 t_layout_templates_sorted TYPE SORTED TABLE OF s_layout_template WITH UNIQUE KEY platform type technology lsize_h lsize_v variant WITH NON-UNIQUE SORTED KEY id COMPONENTS id
101 T_NAVIGATION_PARAMS Public See coding Table for navigation parameters 20091016 t_navigation_params TYPE STANDARD TABLE OF s_navigation_param WITH KEY response_attribute_type_id
102 T_NAVIGATION_PARAMS_SORTED Public See coding Table for navigation parameters (sorted) 20091016 t_navigation_params_sorted TYPE SORTED TABLE OF s_navigation_param WITH UNIQUE KEY response_attribute_type_id
103 T_NAV_OPERATIONS Public See coding Table for navigation operations 20091016 t_nav_operations TYPE STANDARD TABLE OF s_nav_operation WITH KEY operation_id
104 T_NAV_OPERATIONS_SORTED Public See coding Table for navigation operations (sorted) 20091016 t_nav_operations_sorted TYPE SORTED TABLE OF s_nav_operation_sorted WITH UNIQUE KEY operation_id WITH NON-UNIQUE SORTED KEY posi COMPONENTS posi
105 T_OBJ_TYPES Public See coding 20090109 t_obj_types TYPE STANDARD TABLE OF s_obj_type WITH KEY system_id system_client object_type_id
106 T_OBJ_TYPES_SORTED Public See coding 20090109 t_obj_types_sorted TYPE SORTED TABLE OF s_obj_type_sorted WITH UNIQUE KEY system_id system_client object_type_id
107 T_OT_FIELDS Public See coding 20090113 t_ot_fields TYPE STANDARD TABLE OF esh_s_if_field_details WITH KEY posi
108 T_OT_NODES Public See coding 20090113 t_ot_nodes TYPE STANDARD TABLE OF s_ot_node WITH KEY node_type_id
109 T_OT_NODES_SORTED Public See coding 20090113 t_ot_nodes_sorted TYPE SORTED TABLE OF s_ot_node WITH UNIQUE KEY node_type_id
110 T_RELATED_CONNECTORS Public See coding 20080810 t_related_connectors TYPE STANDARD TABLE OF s_related_connector WITH KEY connector_id request_type_id
111 T_RELATED_CONNECTORS_SORTED Public See coding 20080810 t_related_connectors_sorted TYPE SORTED TABLE OF s_related_connector_sorted WITH NON-UNIQUE KEY connector_id request_type_id WITH NON-UNIQUE SORTED KEY posi COMPONENTS posi
112 T_RELATED_PERSPECTIVES Public See coding 20130117 t_related_perspectives TYPE STANDARD TABLE OF s_related_perspective WITH KEY package_id perspective_id
113 T_RELATED_PERSPECTIVES_SORTED Public See coding 20130117 t_related_perspectives_sorted TYPE SORTED TABLE OF s_related_perspective_sorted WITH NON-UNIQUE KEY package_id perspective_id WITH NON-UNIQUE SORTED KEY posi COMPONENTS posi
114 T_RELATED_PERSP_PARAM Public See coding 20130117 t_related_persp_param TYPE STANDARD TABLE OF s_related_persp_param WITH KEY perspective_attribute_id response_attribute_type_id selopt_low selopt_high selopt_sign selopt_option
115 T_RELATED_PERSP_PARAM_SORTED Public See coding 20130117 t_related_persp_param_sorted TYPE SORTED TABLE OF s_related_persp_param WITH NON-UNIQUE KEY perspective_attribute_id response_attribute_type_id selopt_low selopt_high selopt_sign selopt_option
116 T_REQUEST_TYPES Public See coding Table for request types 20080809 t_request_types TYPE STANDARD TABLE OF s_request_type WITH KEY request_type_id
117 T_REQUEST_TYPES_SORTED Public See coding Table for request types (sorted) 20080809 t_request_types_sorted TYPE SORTED TABLE OF s_request_type_sorted WITH UNIQUE KEY request_type_id
118 T_SEARCH_EXEC Public See coding Connector Search Executions 20080811 t_search_exec TYPE STANDARD TABLE OF s_search_exec WITH KEY connector_id
119 T_SEARCH_EXEC_REQU_TYPE Public See coding 20080811 t_search_exec_requ_type TYPE STANDARD TABLE OF s_search_exec_requ_type WITH KEY request_type_id
120 T_SEARCH_EXEC_REQU_TYPE_SORTED Public See coding 20080811 t_search_exec_requ_type_sorted TYPE SORTED TABLE OF s_search_exec_requ_type WITH UNIQUE KEY request_type_id
121 T_SEARCH_EXEC_SORTED Public See coding Connector Search Executions (sorted) 20080811 t_search_exec_sorted TYPE SORTED TABLE OF s_search_exec_sorted WITH UNIQUE KEY connector_id
122 T_SOFTWARE_COMP Public See coding 20090118 t_software_comp TYPE STANDARD TABLE OF s_software_comp WITH KEY layer_top_down
123 T_TEMPLATES Public See coding Templates 20080809 t_templates TYPE STANDARD TABLE OF s_template WITH KEY template_id
124 T_TEMPLATES_SORTED Public See coding Templates (sorted) 20080809 t_templates_sorted TYPE SORTED TABLE OF s_template_sorted WITH UNIQUE KEY template_id
125 T_TEMPLATE_IDS Public See coding Template IDs 20080809 t_template_ids TYPE STANDARD TABLE OF s_template_id WITH KEY template_id
126 T_TEMPLATE_IDS_SORTED Public See coding Template IDs (sorted) 20080809 t_template_ids_sorted TYPE SORTED TABLE OF s_template_id WITH UNIQUE KEY template_id
127 T_UI_AREAS Public See coding Table for UI Area 20090113 t_ui_areas TYPE STANDARD TABLE OF s_ui_area WITH KEY ui_area_id
128 T_UI_AREAS_SORTED Public See coding TableUI Area (sorted) 20090113 t_ui_areas_sorted TYPE SORTED TABLE OF s_ui_area_sorted WITH UNIQUE KEY ui_area_id
129 T_UI_AREA_IDS Public See coding Table for UI Area IDs 20090113 t_ui_area_ids TYPE STANDARD TABLE OF s_ui_area_id WITH KEY ui_area_id
130 T_UI_AREA_IDS_SORTED Public See coding Table for UI Area IDs (sorted) 20090113 t_ui_area_ids_sorted TYPE SORTED TABLE OF s_ui_area_id WITH UNIQUE KEY ui_area_id
131 T_UI_TECHNOLOGIES Public See coding Table for UI technologies 20091016 t_ui_technologies TYPE STANDARD TABLE OF s_ui_technology WITH KEY ui_technology
132 T_UI_TECHNOLOGIES_SORTED Public See coding Table for UI technologies (sorted) 20091016 t_ui_technologies_sorted TYPE SORTED TABLE OF s_ui_technology_sorted WITH UNIQUE KEY ui_technology
Method Signatures

Method GET_CATEGORIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CATEGORIES Call by reference Type reference (TYPE) T_CATEGORIES_SORTED Categories (sorted) 20080809
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20080809

Method GET_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CATEGORY Call by reference Type reference (TYPE) S_CATEGORY_SORTED Category (sorted) 20080809
2 Importing IV_CATEGORY_ID Call by reference Type reference (TYPE) ESH_E_IF_CATEGORY_ID Category ID 20080809
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20080809

Method GET_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONNECTOR Call by reference Type reference (TYPE) S_CONNECTOR_SORTED Connector (sorted) 20080809
2 Exporting ES_CONNECTOR_EXECUTION Call by reference Type reference (TYPE) S_SEARCH_EXEC_SORTED Connector (sorted) 20080811
3 Importing IV_CONNECTOR_ID Call by reference Type reference (TYPE) ESH_E_IF_SEARCH_CONNECTOR_ID Search Connector ID 20080809
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20080809

Method GET_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONNECTORS Call by reference Type reference (TYPE) T_CONNECTORS_SORTED Connectors 20080809
2 Exporting ET_CONNECTOR_EXECUTIONS Call by reference Type reference (TYPE) T_SEARCH_EXEC_SORTED 20080811
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20080809

Method GET_CONNECTORS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CONNECTOR_STATUS Call by reference Type reference (TYPE) T_CONNECTORS_STATUS_ALL_SORTED 20090123
2 Importing IV_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL Refresh status 20090123

Method GET_CONNECTORS_STATUS on Interface IF_ESH_SE_RUNTIME_DATA has no exception.

Method GET_KEYWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KEYWORD Call by reference Type reference (TYPE) IF_ESH_SE_RUNTIME_DATA=>S_KEYWORD_SORTED Keyword with table of Connector IDs 20090520
2 Importing IV_KEYWORD Call by reference Type reference (TYPE) ESH_E_OM_KEYWORD Keyword for Request 20090520
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYST-LANGU SY-LANGU Language Key of Current Text Environment 20090520
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090520

Method GET_KEYWORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEYWORDS Call by reference Type reference (TYPE) IF_ESH_SE_RUNTIME_DATA=>T_KEYWORDS_1L_SORTED Keywords of 1 language with Connector IDs (sorted) 20090520
2 Exporting ET_KEYWORDS_ALL_LANGU Call by reference Type reference (TYPE) IF_ESH_SE_RUNTIME_DATA=>T_KEYWORDS_SORTED Keywords with tables of Connector IDs (sorted) 20090520
3 Importing IV_ALL_LANGUAGES Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Provide keywords of all available languages 20090520
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYST-LANGU SY-LANGU Language Key of Current Text Environment 20090520
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090520

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OBJECT_TYPE Call by reference Type reference (TYPE) S_OBJ_TYPE_SORTED 20090109
2 Importing IV_HOME_SOFTWARE_COMPONENT Call by reference Type reference (TYPE) ESH_E_OM_SYSREL System/Release 20090202
3 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) ESH_E_OM_OBJECT_TYPE Object Type 20090109
4 Importing IV_SYSTEM_CLIENT Call by reference Type reference (TYPE) SYST-MANDT SY-MANDT Client ID of Current User 20090118
5 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYST-SYSID SY-SYSID Name of the SAP System 20090118
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090118

Method GET_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_TYPES Call by reference Type reference (TYPE) T_OBJ_TYPES_SORTED 20090119
2 Importing IV_SYSTEM_CLIENT Call by reference Type reference (TYPE) SYST-MANDT Client ID of Current User 20090119
3 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYST-SYSID Name of the SAP System 20090119
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20090119

Method GET_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_TEMPLATE Call by reference Type reference (TYPE) S_TEMPLATE_SORTED Template (sorted) 20080809
2 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) ESH_E_IF_TEMPLATE_ID Search Connector Template ID 20080809
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20080809

Method GET_TEMPLATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TEMPLATES Call by reference Type reference (TYPE) T_TEMPLATES_SORTED Templates (sorted) 20080809
# Exception Resumable Description Created on
1 CX_ESH_CO_ENGINE Common ESH Engine Exception 20080809

Method REFRESH Signature

Method REFRESH on Interface IF_ESH_SE_RUNTIME_DATA has no parameter.
Method REFRESH on Interface IF_ESH_SE_RUNTIME_DATA has no exception.

Method SET_UPDATE_INVALID_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UPDATE_INVALID_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090127

Method SET_UPDATE_INVALID_BUFFER on Interface IF_ESH_SE_RUNTIME_DATA has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 712