FGUTRF20 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 FGUTRF20 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: Routines for Exporting Set Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = l_setid no_authority_check = no_authority_check no_titles = 'X' IMPORTING set_header = set_header TABLES formula_lines = formula_lines set_lines_basic = set_lines_basic set_lines_single = set_lines_single set_lines_multi = set_lines_multi set_lines_data = set_lines_data EXCEPTIONS set_is_broken = 1 set_not_found = 2 no_authority = 3 OTHERS = 4.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = set_header-setnr IMPORTING setclass = loc_class EXCEPTIONS OTHERS = 0.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = lv_active EXCEPTIONS error_in_setup = 1 OTHERS = 2.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = lv_active EXCEPTIONS error_in_setup = 1 OTHERS = 2.
G_SET_GET_TITLES CALL FUNCTION 'G_SET_GET_TITLES' EXPORTING setname = l_setid bypassing_buffer = 'X' language_vector = loc_language_vector "gk TABLES set_titles = set_titles set_line_titles = set_line_titles.
G_VARIABLE_GET CALL FUNCTION 'G_VARIABLE_GET' EXPORTING variable = loc_variable IMPORTING varstructure = v EXCEPTIONS not_found = 1 no_fieldname_found = 2 different_rollnames = 3 OTHERS = 4.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = v-defset IMPORTING setclass = loc_setclass EXCEPTIONS OTHERS = 0.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = lv_active EXCEPTIONS error_in_setup = 1 OTHERS = 2.
G_VARIABLE_GET_TITLES CALL FUNCTION 'G_VARIABLE_GET_TITLES' EXPORTING variable = loc_variable language_vector = language_vector TABLES variable_titles = v_t EXCEPTIONS OTHERS = 0.
G_SET_DYNAMIC_GET_INFO CALL FUNCTION 'G_SET_DYNAMIC_GET_INFO' EXPORTING setid = l_setid no_description = 'X' IMPORTING set_variant = l_variant set_report = l_report EXCEPTIONS dynamic_set_not_found = 1 set_is_not_dynamic = 2 OTHERS = 3.
G_VARIANT_UNLOAD CALL FUNCTION 'G_VARIANT_UNLOAD' EXPORTING i_program = l_report i_variant = l_variant i_language_vector = language_vector IMPORTING e_t_varid_exp = exp_varid[] e_t_varit_exp = exp_varit[] e_t_varis_exp = exp_varis[] e_t_vari_exp = exp_vari[] EXCEPTIONS variant_not_found = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FGUTRF20 - Routines for Exporting Set Objects FGUTRF19 - Help Routines for Report Writer Objects FGUTRF17 - Routines for Copying Report Writer Objects from Client FGUTRF15 - Routines for Importing Report Writer Objects FGUTRF10 - Routines for Export Report Writer Objects FGUTRF06 - documentation and ABAP source code