TREX_ADMIN_TOOL_F10_F01 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_F10_F01 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_F10_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREX_EXT_GET_INDEX_LANDSCAPE_O CALL FUNCTION 'TREX_EXT_GET_INDEX_LANDSCAPE_O' " O = OLD EXPORTING i_rfc_destination = rfcserv I_INDEX_LIST = gt_selected_indexes0180 IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_landscape_entities = lt_entities e_landscape_services = gt_index_ls_services e_landscape_assignments = lt_assignments e_index_parts = lt_index_parts EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
TREX_EXT_GET_INDEX_LANDSCAPE CALL FUNCTION 'TREX_EXT_GET_INDEX_LANDSCAPE' EXPORTING i_rfc_destination = g_rfc_destination i_index_list = gt_selected_indexes0180 IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_landscape_entities = lt_entities e_landscape_services = gt_index_ls_services e_landscape_assignments = lt_assignments e_index_parts = lt_index_parts EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_title text_question = lv_question_text default_button = '2' start_column = 25 start_row = 6 popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = lv_answer.
TREX_EXT_INVAL_TEMP_INDEX_POOL CALL FUNCTION 'TREX_EXT_INVAL_TEMP_INDEX_POOL' EXPORTING i_rfc_destination = g_rfc_destination IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-484 text_question = lv_question_text default_button = '2' start_column = 25 start_row = 6 popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = lv_answer.
TREX_EXT_DELETE_INDEX CALL FUNCTION 'TREX_EXT_DELETE_INDEX' EXPORTING i_index_id = lv_index_id i_rfc_destination = g_rfc_destination i_follow_parts = '1' IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid_0180 txt2 = sy-subrc txt1 = text-142. "Error in Flush
TR_POPUP_TO_CONFIRM CALL FUNCTION 'TR_POPUP_TO_CONFIRM' EXPORTING iv_titlebar = lv_title iv_text_question = text-520 iv_text_button1 = 'In Background '(521) iv_icon_button1 = 'ICON_EXECUTE_OBJECT' iv_text_button2 = 'Online '(522) iv_icon_button2 = 'ICON_EXECUTE_OBJECT' iv_with_cancel_button = 'X' iv_start_column = 10 iv_start_row = 6 IMPORTING ev_answer = lv_answer.
TREX_EXT_EXPORT_INDEXES CALL FUNCTION 'TREX_EXT_EXPORT_INDEXES' EXPORTING i_rfc_destination = g_rfc_destination i_indexes = lt_indexes i_export_path = export_path181 i_force = lv_force i_without_parts = lv_without_parts i_with_queues = lv_with_queues IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_index_status = lt_index_status EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TREXS_INDEX_EXIST' CHANGING ct_fieldcat = lt_fieldcat[].
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat[] i_grid_title = lv_grid_title i_screen_start_column = 5 i_screen_start_line = 5 i_screen_end_column = 85 i_screen_end_line = 16 TABLES t_outtab = lt_index_list.
TREX_EXT_GET_TOPOLOGY_TREE CALL FUNCTION 'TREX_EXT_GET_TOPOLOGY_TREE' EXPORTING i_path = lv_path i_rfc_destination = g_rfc_destination IMPORTING e_topology = lt_topology e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
TREX_EXT_EXECUTE_COMMAND CALL FUNCTION 'TREX_EXT_EXECUTE_COMMAND' EXPORTING i_rfc_destination = g_rfc_destination i_host = lv_host i_file_path = lv_path i_command = lv_command IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_lines = gt_cmd_content_0183 EXCEPTIONS conversion_error = 1 error = 2 no_authorization = 3 OTHERS = 4.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid_0180 txt2 = space txt1 = 'The control could not be created'. "#EC NOTEXT
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid_0180 txt2 = space txt1 = 'Error in set_text_as_r3table'. "#EC NOTEXT
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PART_ATTR_0184' value_org = 'S' TABLES value_tab = gt_partition_attr EXCEPTIONS parameter_error = 0 no_values_found = 0 OTHERS = 0.
TREX_EXT_SHOW_INDEX CALL FUNCTION 'TREX_EXT_SHOW_INDEX' EXPORTING i_index_id = pv_index_id i_rfc_destination = g_rfc_destination IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_attribute_definitions = lt_attributes e_partition_attributes = lt_part_attr e_no_physical_indexes = lv_no_of_phy_indexes EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
TREX_EXT_SPLIT_INDEX CALL FUNCTION 'TREX_EXT_SPLIT_INDEX' EXPORTING i_rfc_destination = g_rfc_destination i_index_id = lv_index_id i_no_of_logical_parts = lv_parts i_partition_attribute = lv_part_attr IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid_0180 txt2 = sy-subrc txt1 = text-141. "Error
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid_0180 txt2 = sy-subrc txt1 = text-142. "Error in Flush
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name TREX_ADMIN_TOOL_F10_F01 or its description.
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 TREX_ADMIN_TOOL_F08 - Include TREX_ADMIN_TOOL_F08 TREX_ADMIN_TOOL_F07 - Include TREX_ADMIN_TOOL_F07