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

FGUTRF19 SAP ABAP INCLUDE - Help Routines for Report Writer Objects







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


Text pool values


Title: Help Routines for Report Writer Objects


INCLUDES used within this REPORT FGUTRF19

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:

G_SET_GET_NEW_SETID CALL FUNCTION 'G_SET_GET_NEW_SETID' EXPORTING table = tabname setnr = setname IMPORTING new_setid = loc_setid EXCEPTIONS OTHERS = 0.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING no_set_title = 'X' setname = loc_setid IMPORTING info = loc_info EXCEPTIONS set_not_found = 1 OTHERS = 2.

G_VARIABLE_GET CALL FUNCTION 'G_VARIABLE_GET' EXPORTING variable = varstructure-variable no_description = 'X' IMPORTING varstructure = varstructure EXCEPTIONS not_found = 1 OTHERS = 2.

SET_USAGE_REPORT CALL FUNCTION 'SET_USAGE_REPORT' EXPORTING in_function = 'A' in_lib = lib in_rname = rname in_seqnr = '1' in_typ = 'P' set_id = ' ' EXCEPTIONS OTHERS = 0.

SET_USAGE_REPORT CALL FUNCTION 'SET_USAGE_REPORT' EXPORTING in_function = 'I' in_lib = lib in_rname = rname in_seqnr = seqnr in_typ = 'P' set_id = setnr set_table = settab.

SET_USAGE_REPORT CALL FUNCTION 'SET_USAGE_REPORT' EXPORTING in_function = 'I' in_lib = lib in_rname = rname in_seqnr = seqnr in_typ = 'P' set_id = setnr set_table = settab.

SET_USAGE_REPORT CALL FUNCTION 'SET_USAGE_REPORT' EXPORTING in_function = 'I' in_lib = lib in_rname = rname in_seqnr = seqnr in_typ = 'P' set_id = setnr set_table = settab.

G_SET_GET_NEW_SETID CALL FUNCTION 'G_SET_GET_NEW_SETID' EXPORTING table = loc_expanded_id-table setnr = loc_expanded_id-setnr IMPORTING new_setid = loc_setid EXCEPTIONS OTHERS = 0.

G_SET_DETERMINE_DATA_ELEMENT2 CALL FUNCTION 'G_SET_DETERMINE_DATA_ELEMENT2' EXPORTING tabname = p_table_1 fieldname = p_field_1 IMPORTING set_data_element = loc_rollname_1 EXCEPTIONS field_not_found = 1 OTHERS = 2.

G_SET_DETERMINE_DATA_ELEMENT2 CALL FUNCTION 'G_SET_DETERMINE_DATA_ELEMENT2' EXPORTING tabname = p_table_2 fieldname = p_field_2 IMPORTING set_data_element = loc_rollname_2 EXCEPTIONS field_not_found = 1 OTHERS = 2.

G_SET_GET_NEW_SETID CALL FUNCTION 'G_SET_GET_NEW_SETID' EXPORTING client = p_client table = p_table setnr = p_setnr IMPORTING new_setid = p_setid EXCEPTIONS OTHERS = 0.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING client = p_client setname = p_setid no_set_title = 'X' IMPORTING info = loc_setinfo EXCEPTIONS set_not_found = 1 OTHERS = 2.

G_VARIABLE_READ_T802G CALL FUNCTION 'G_VARIABLE_READ_T802G' EXPORTING mandt = p_client variable = loc_varname IMPORTING t802g_read = loc_t802g EXCEPTIONS variable_not_found = 1 OTHERS = 2.



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