FGUTRF01 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 FGUTRF01 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: Central, Object-Independent Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SYSTEM_INSTALLED_LANGUAGES CALL FUNCTION 'SYSTEM_INSTALLED_LANGUAGES' IMPORTING languages = languages EXCEPTIONS sapgparam_error = 1 OTHERS = 2.
SYSTEM_INSTALLED_LANGUAGES CALL FUNCTION 'SYSTEM_INSTALLED_LANGUAGES' IMPORTING languages = language_vector_exception EXCEPTIONS sapgparam_error = 1 OTHERS = 2.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = p_setheader-setnr IMPORTING setclass = l_class shortname = shortname kokrs = l_kokrs ktopl = l_ktopl.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = l_kokrs popup = 0 EXCEPTIONS OTHERS = 0.
K_ALESETS_CHANGE_POINTER_WRITE CALL FUNCTION 'K_ALESETS_CHANGE_POINTER_WRITE' EXPORTING i_org_element = l_orgel i_group_type = l_class TABLES t_alesets = pt_alesets.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.