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

TREX_ADMIN_TOOL_F11 SAP ABAP INCLUDE - Include TREX_ADMIN_TOOL_F11







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


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_F11. "Basic submit
SUBMIT TREX_ADMIN_TOOL_F11 AND RETURN. "Return to original report after report execution complete
SUBMIT TREX_ADMIN_TOOL_F11 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_F11


INCLUDES used within this REPORT TREX_ADMIN_TOOL_F11

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_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.



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