TREX_ADMIN_TOOL_GFN 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_GFN 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: Global functionality (for whole admin tool)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'TREXADMIN' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
TREX_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TREX_AUTHORITY_CHECK_ADMIN' EXPORTING i_activity = '02' EXCEPTIONS no_authorization = 1 OTHERS = 2.
TREX_AUTHORITY_CHECK_ADMIN CALL FUNCTION 'TREX_AUTHORITY_CHECK_ADMIN' EXPORTING i_activity = '03' EXCEPTIONS no_authorization = 1 OTHERS = 2.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'INTRO' TABLES p_exclude = lt_excluded_fcodes.
TREX_DISPLAY_RFC_DESTINATION CALL FUNCTION 'TREX_DISPLAY_RFC_DESTINATION' EXPORTING i_rfc_destination = rfcserv i_display_only = 'X' EXCEPTIONS OTHERS = 0.
TREX_GET_INDEX_TYPE_DESCR CALL FUNCTION 'TREX_GET_INDEX_TYPE_DESCR' IMPORTING e_index_type_descr = gt_index_type_descr.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'TREXD_ATTR_TYPE' text = 'X' langu = lv_langu TABLES dd07v_tab = gt_attr_type_text EXCEPTIONS wrong_textflag = 1 OTHERS = 2.
TREX_EXT_GET_HOSTS CALL FUNCTION 'TREX_EXT_GET_HOSTS' EXPORTING i_rfc_destination = g_rfc_destination IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_hosts = pt_host_list EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
TREX_EXT_SHOW_SERVERS CALL FUNCTION 'TREX_EXT_SHOW_SERVERS' EXPORTING i_rfc_destination = g_rfc_destination i_server_type = pv_server_type i_is_active = pv_is_active i_return_as_ip = cl_trex_user_manager=>server_loc_as IMPORTING e_return_code = lv_return_code e_return_text = lv_return_text e_server_info = pt_server_info EXCEPTIONS conversion_error = 1 error = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = pv_title text_question = pv_text default_button = '2' display_cancel_button = ' ' popup_type = pv_popup_type IMPORTING answer = pv_answer.
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_GFN - Global functionality (for whole admin tool) TREX_ADMIN_TOOL_GF - Include TREX_ADMIN_TOOL_GF TREX_ADMIN_TOOL_F26 - Include TREX_ADMIN_TOOL_F26 TREX_ADMIN_TOOL_F25 - Include TREX_ADMIN_TOOL_F25 TREX_ADMIN_TOOL_F24_F02 - Include ZTREX_REORG_PLAN3_F02 TREX_ADMIN_TOOL_F24_F01 - Include ZTREX_REORG_PLAN3_F01