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
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: Help Routines for Report Writer Objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 FGUTRF05 - documentation and ABAP source code