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

TREX_ADMIN_TOOL_F15 SAP ABAP INCLUDE - Include TREX_ADMIN_TOOL_F15







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


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


INCLUDES used within this REPORT TREX_ADMIN_TOOL_F15

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:

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.



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