SAP Reports / Programs | Basis Components | TREX | TREX ABAP + JAVA API(BC-TRX-API) SAP BC

TREX_ADMIN_TOOL_F23_F01 SAP ABAP INCLUDE - Include ZTREX_CRUISER_F02







TREX_ADMIN_TOOL_F23_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_F23_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT TREX_ADMIN_TOOL_F23_F01. "Basic submit
SUBMIT TREX_ADMIN_TOOL_F23_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT TREX_ADMIN_TOOL_F23_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include TREX_ADMIN_TOOL_F23_F01


INCLUDES used within this REPORT TREX_ADMIN_TOOL_F23_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

TREX_EXT_CRAWL_GLOB_STATISTICS CALL FUNCTION 'TREX_EXT_CRAWL_GLOB_STATISTICS' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = lv_cruise_name IMPORTING e_start_time = lv_start_time e_finish_time = lv_finish_time e_state = lv_state e_all_urls = lv_all_urls e_urls_visited = lv_urls_visited e_urls_to_be_visited = lv_urls_to_be_visited e_urls_indexed = lv_urls_indexed e_error_count = lv_error_count e_new_visited = lv_new_visited e_new_indexed = lv_new_indexed e_new_updated = lv_new_updated e_new_deleted = lv_new_deleted e_average = lv_average 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_2001 txt2 = sy-subrc txt1 = text-141.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = gv_repid_2001 txt2 = sy-subrc txt1 = text-142.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'trexs_queue_selection_list'"#EC NOTEXT CHANGING ct_fieldcat = lt_fieldcat[].

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'TREXS_QUEUE_SELECTION_LIST' it_fieldcat = lt_fieldcat[] is_layout = cruiser_selection_layout * i_grid_title = lv_grid_title i_screen_start_column = 7 i_screen_start_line = 5 i_screen_end_column = 150 i_screen_end_line = 16 TABLES t_outtab = gt_cruiser_selection.

TREX_EXT_CREATE_CRAWL CALL FUNCTION 'TREX_EXT_CREATE_CRAWL' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = cruise_name_2010 i_index_id = index_id_2010 * I_LANGUAGE = * I_CREATE_SUSPENDED = 0 i_max_depth = max_depth_2010 "0 i_max_docsize = max_size_2010 i_min_docsize = min_size_2010 i_crawling_algorithm = lv_crawling_alg "0 i_preprocessor_pool_size = pp_poolthreads_2010 "3 i_dont_index_dirs = lv_dont_index_dirs i_access_delay = lv_access_delay "0 * I_MAX_RETRY_COUNT = 3 * I_USE_ROBOTRULES = 0 * I_IS_MULTILANGUAGE_INDEX = 0 * I_USER_AGENT = 'TREX' i_schedule_time = schedule_time_2010 * I_PYTHON_COMMAND_ARGS = i_result_connector_type = lv_result_type * I_USE_QUEUESERVER = 1 * I_OPTIMIZE_EVERY = 1 * I_DEINDEX_FLAG = 1 * I_FILE_PATH = i_cruise_document_info = ls_doc_info * I_cruiser_EXTENSION_LIST = * I_cruiser_PP_EXTENSION_LIST = * I_DOCKEY_CONVERSION_LIST = i_host_information = lt_host_info i_regular_expression = lt_regular_expression i_positive_file_extensions = lt_pos_file_ext i_negative_file_extension = lt_neg_file_ext i_exclude_directories = lt_exclude_dirs * I_RESULT_CONNECTOR = IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BOOLEAN' value_org = 'S' dynprofield = 'BOOLEAN' * VALUE = 'Off' TABLES value_tab = lt_index_dirs EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BOOLEAN' value_org = 'S' * PVALKEY = 'Same server' dynprofield = 'CRAWLING_ALG_2010' TABLES value_tab = lt_crawling_alg EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'BOOLEAN' value_org = 'S' dynprofield = 'BOOLEAN' TABLES value_tab = lt_result_type EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TREXS_CRUISE_GLOBAL_STATISTICS' CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

TREX_EXT_SUSPEND_CRAWL CALL FUNCTION 'TREX_EXT_SUSPEND_CRAWL' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = ls_cruise-cruise_name IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.

TREX_EXT_RESUME_CRAWL CALL FUNCTION 'TREX_EXT_RESUME_CRAWL' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = ls_cruise-cruise_name IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.

TREX_EXT_UPDATE_CRAWL CALL FUNCTION 'TREX_EXT_UPDATE_CRAWL' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = ls_cruise-cruise_name i_run_mode = pv_run_mode IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.

TREX_EXT_CRAWL_RESET_FAILED CALL FUNCTION 'TREX_EXT_CRAWL_RESET_FAILED' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = ls_cruise-cruise_name * I_RESET_ALL = 0 * i_url_error_code = * i_urls = IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.

TREX_EXT_DELETE_CRAWL CALL FUNCTION 'TREX_EXT_DELETE_CRAWL' EXPORTING i_rfc_destination = g_rfc_destination i_cruise_name = ls_cruise-cruise_name IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.



Contribute (Add Comments)

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_F23_F01 or its description.