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

FGUTRF15 SAP ABAP INCLUDE - Routines for Importing Report Writer Objects







FGUTRF15 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 FGUTRF15 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 FGUTRF15. "Basic submit
SUBMIT FGUTRF15 AND RETURN. "Return to original report after report execution complete
SUBMIT FGUTRF15 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 Importing Report Writer Objects


INCLUDES used within this REPORT FGUTRF15

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:

SET_USAGE_LIBRARY CALL FUNCTION 'SET_USAGE_LIBRARY' EXPORTING in_function = 'I' in_lib = t801k-lib in_typ = 'D' set_id = t801l-setnr set_table = t801k-tab EXCEPTIONS OTHERS = 0.

SET_USAGE_LIBRARY CALL FUNCTION 'SET_USAGE_LIBRARY' EXPORTING in_function = 'I' in_lib = t801k-lib in_typ = 'D' set_id = t801l-qsetnr set_table = t801k-tab EXCEPTIONS OTHERS = 0.

RSTI_REPORT_DELETE CALL FUNCTION 'RSTI_REPORT_DELETE' EXPORTING e_report = loc_sender e_type = 'S' EXCEPTIONS OTHERS = 0.

RSTI_REPORT_INSERT CALL FUNCTION 'RSTI_REPORT_INSERT' EXPORTING e_fccls = loc_fccls e_report = loc_sender e_migrate_from_30 = loc_migrate_from_30 TABLES it_rec = loc_it_rec EXCEPTIONS insert_not_possible = 1 OTHERS = 2.

SET_USAGE_REPORT CALL FUNCTION 'SET_USAGE_REPORT' EXPORTING in_function = 'INSERT' in_lib = t800-lib in_rname = t800-rname in_typ = 'S' in_seqnr = t801e-seqnr set_table = t801k-tab set_id = t801e-setnr.

SET_USAGE_REPORT CALL FUNCTION 'SET_USAGE_REPORT' EXPORTING in_function = 'INSERT' in_lib = t800-lib in_rname = t800-rname in_typ = t801m-rc in_seqnr = t801m-seqnr set_table = t801k-tab set_id = t801m-setnr.

G_RW_PROGRAM_ACTIVE_VERSION CALL FUNCTION 'G_RW_PROGRAM_ACTIVE_VERSION' EXPORTING i_report_group = t803j-rgjnr i_t_program_ids = l_t_progid.

RSTI_REPORT_DELETE CALL FUNCTION 'RSTI_REPORT_DELETE' EXPORTING e_report = loc_sender e_type = 'S' EXCEPTIONS OTHERS = 0.

RSTI_REPORT_INSERT CALL FUNCTION 'RSTI_REPORT_INSERT' EXPORTING e_fccls = loc_fccls e_report = loc_sender e_migrate_from_30 = loc_migrate_from_30 TABLES it_rec = loc_it_rec EXCEPTIONS insert_not_possible = 1 OTHERS = 2.

G_PROGRAM_NAME CALL FUNCTION 'G_PROGRAM_NAME' EXPORTING * CLIENT = SY-MANDT program_type = variant-program_type report_group = variant-report_group IMPORTING program_name = variant-report EXCEPTIONS OTHERS = 99.

G_VARIANT_LOAD CALL FUNCTION 'G_VARIANT_LOAD' EXPORTING i_program = variant-report i_variant = variant-name i_language_vector = language_vector i_delete_all_texts = ' ' i_t_varid_exp = exp_varid[] i_t_varit_exp = exp_varit[] i_t_varis_exp = exp_varis[] i_t_vari_exp = exp_vari[] EXCEPTIONS variant_not_loaded = 4.



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