SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Information System(FI-SL-IS) SAP FI

FGUTRF10 SAP ABAP INCLUDE - Routines for Export Report Writer Objects







FGUTRF10 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 FGUTRF10 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 FGUTRF10. "Basic submit
SUBMIT FGUTRF10 AND RETURN. "Return to original report after report execution complete
SUBMIT FGUTRF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Routines for Export Report Writer Objects


INCLUDES used within this REPORT FGUTRF10

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:

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.

REPORT_TEXT_SELECT CALL FUNCTION 'REPORT_TEXT_SELECT' EXPORTING application = report_text_key-applclass text_name = report_text_key-text_name TABLES text_header = i_rtxth EXCEPTIONS OTHERS = 04.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING object = rw_texts-object name = text_header-tdname id = rw_texts-id_generic IMPORTING entries = count_texts TABLES selections = text_header_tab t_language = l_rt_langu EXCEPTIONS OTHERS = 0.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING object = docu_object name = text_header-tdname id = rw_texts-id_generic IMPORTING entries = count_texts TABLES selections = text_header_tab t_language = l_rt_langu 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.

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.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING object = docu_object name = text_header-tdname id = rw_texts-id_generic IMPORTING entries = count_texts TABLES selections = text_header_tab t_language = l_rt_langu 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_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING report_group = variant-report_group program_type = program_type_string-program_type IMPORTING program_name = variant-report EXCEPTIONS OTHERS = 0.

G_VARIANT_SELECT CALL FUNCTION 'G_VARIANT_SELECT' EXPORTING * I_CLIENT = SY-MANDT i_program = variant-report i_variant = variant-name IMPORTING e_t_vartab = variant_tab[].

G_VARIANT_UNLOAD CALL FUNCTION 'G_VARIANT_UNLOAD' EXPORTING * I_CLIENT = SY-MANDT i_program = variant_tab-program i_variant = variant_tab-variant i_language_vector = l_languvec 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 = 0.



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