TREX_ADMIN_TOOL_F11 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter TREX_ADMIN_TOOL_F11 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include TREX_ADMIN_TOOL_F11
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_SEARCH_DOCUMENTS CALL FUNCTION 'TREX_EXT_SEARCH_DOCUMENTS' EXPORTING i_indexes = lt_indexes i_rfc_destination = g_rfc_destination i_result_from = pv_res_from_0700 i_result_to = pv_res_to_0700 i_max_snippet_words = lv_max_snippet i_request_flags = lv_request_flag i_query_entries = pt_query i_sort_attributes = pt_sort i_req_attributes = pt_req_attr IMPORTING e_result_docs = lt_result_docs e_no_of_hits = lv_no_of_hits e_no_of_all_hits = lv_no_of_all_hits e_index_size = lv_index_size e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TREXS_RESULT_DOC' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = lv_pf_status_callback i_grid_title = lv_display_text it_fieldcat = lt_fieldcat[] is_layout = ls_layo i_screen_start_column = 7 i_screen_start_line = 5 i_screen_end_column = 130 i_screen_end_line = 30 TABLES t_outtab = lt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = e03_lt_events EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
TREX_TAT_DISPLAY_INDEXES CALL FUNCTION 'TREX_TAT_DISPLAY_INDEXES' EXPORTING i_rfc_destination = g_rfc_destination i_sel_mode = 'B' i_tenant = gv_current_tenant i_trex_version = gv_trex_version IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_ucomm = lv_ucomm CHANGING c_index_list = lt_index_list c_selected_indexes = lt_selected_indexes EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
TREX_ADMIN_TOOL_F11 - Include TREX_ADMIN_TOOL_F11 TREX_ADMIN_TOOL_F10_F02 - IndexLandscape: Input Index Field TREX_ADMIN_TOOL_F10_F01 - Include TREX_ADMIN_TOOL_F10_F01 TREX_ADMIN_TOOL_F10TOP - Include TREX_ADMIN_TOOL_F10TOP TREX_ADMIN_TOOL_F10 - Include TREX_ADMIN_TOOL_F10 TREX_ADMIN_TOOL_F09 - Include TREX_ADMIN_TOOL_F09