TREX_ADMIN_TOOL_F15 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_F15 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_F15
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NI_NAME_TO_ADDR call function 'NI_NAME_TO_ADDR' exporting hostname = ni_host importing nodeaddr = lv_nodeaddr exceptions ehost_unknown = 1 einval = 2 others = 3.
NI_ADDR_TO_NAME call function 'NI_ADDR_TO_NAME' exporting nodeaddr = lv_nodeaddr importing hostname = ni_host exceptions ehost_unknown = 1 einval = 2 etoo_small = 3 others = 4.
TEXT_SPLIT call function 'TEXT_SPLIT' exporting length = l_c_line_len text = l_org_msg * AS_CHARACTER = importing line = l_line rest = l_rest.
TEXT_SPLIT call function 'TEXT_SPLIT' exporting length = l_c_line_len text = l_new_line * AS_CHARACTER = importing line = l_line rest = l_rest.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "#EC * exporting titel = g_repid_15 txt2 = '' txt1 = text-378. "Parameters changed successfully
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "#EC * exporting titel = g_repid_15 txt2 = '' txt1 = text-378. "Parameters changed successfully
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "#EC * exporting titel = g_repid_15 txt2 = '' txt1 = text-379. "Error: Parameters could not be set
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "#EC * exporting titel = g_repid_15 txt2 = '' txt1 = text-381. "Default values restored and saved successfully
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = 'TREX' subobject = 'NONE' external_number = '*' exceptions no_authority = 1 others = 2.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "#EC * exporting titel = g_repid_15 txt2 = '' txt1 = text-382. "No authority to call transaction SLG1
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' "#EC * exporting titel = g_repid_15 txt2 = '' txt1 = text-383. "Error calling transaction SLG1
TREX_INT_MAP_FUNCTIONS call function 'TREX_INT_MAP_FUNCTIONS' exporting i_id = ls_trace-function_id importing e_name = lv_name.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = gv_repid_1220 txt2 = sy-subrc txt1 = text-141.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'TREXS_TRACE' changing ct_fieldcat = lt_fieldcat[] exceptions inconsistent_interface = 1 program_error = 2 others = 3.
TREX_INT_EXECUTE_TRACE call function 'TREX_INT_EXECUTE_TRACE' exporting i_id = gs_trace-id.
POPUP_GET_VALUES_USER_HELP call function 'POPUP_GET_VALUES_USER_HELP' exporting popup_title = text-455 "restrict selection importing returncode = returncode tables fields = lt_fields exceptions error_in_fields = 1 others = 2.
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_F15 - Include TREX_ADMIN_TOOL_F15 TREX_ADMIN_TOOL_F14_TOP - Include TREX_ADMIN_TOOL_F14_TOP TREX_ADMIN_TOOL_F14_F03 - Include TREX_ADMIN_TOOL_F14_F03 TREX_ADMIN_TOOL_F14_F02 - Include TREX_ADMIN_TOOL_F14_F02 TREX_ADMIN_TOOL_F14_F01 - Include TREX_ADMIN_TOOL_F14_F01 TREX_ADMIN_TOOL_F14 - Include TREX_ADMIN_TOOL_F14