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

FGUTRF27 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT FGUTRF27

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_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = loc_setnr source_client = client 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 = loc_setnr IMPORTING setclass = loc_class EXCEPTIONS OTHERS = 0.

G_SET_GENERATE CALL FUNCTION 'G_SET_GENERATE' EXPORTING set_header = set_header tolerate_ambiguity = 'X' 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 bad_formula = 151 double_field = 152 entry_not_found = 153 not_unique = 154 old_set_has_wrong_data_element = 171 old_set_has_wrong_type = 157 subset_does_not_exist = 158 set_is_recursive = 159 subset_has_wrong_data_element = 161 wrong_interval = 162 subset_has_wrong_class = 172 subset_has_wrong_type = 163 temporary_in_permanent_set = 164 variable_does_not_exist = 165 variable_has_wrong_table = 166 variable_has_wrong_type = 167 table_or_fieldname_missing = 173 variable_has_wrong_data_elem = 168 wrong_setclass = 174 subset_has_wrong_table = 175 OTHERS = 199.

G_SET_GET_TITLES CALL FUNCTION 'G_SET_GET_TITLES' EXPORTING client = client setname = loc_setnr bypassing_buffer = 'X' language_vector = language_vector TABLES set_titles = set_titles set_line_titles = set_line_titles.

G_SET_ADD_TITLES CALL FUNCTION 'G_SET_ADD_TITLES' EXPORTING setname = loc_setnr TABLES set_line_titles = set_line_titles set_titles = set_titles EXCEPTIONS OTHERS = 0.

G_VARIABLE_GET CALL FUNCTION 'G_VARIABLE_GET' EXPORTING client = client 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.

G_VARIABLE_GENERATE CALL FUNCTION 'G_VARIABLE_GENERATE' EXPORTING no_title = 'X' varstructure = v EXCEPTIONS illegal_change_of_field = 200 illegal_change_of_table = 201 illegal_change_of_type = 202 variable_not_found = 203 temporary_set_in_variable = 204 field_not_found = 205 OTHERS = 1.

G_VARIABLE_GET_TITLES CALL FUNCTION 'G_VARIABLE_GET_TITLES' EXPORTING client = client variable = loc_variable TABLES variable_titles = v_t EXCEPTIONS OTHERS = 0.

G_VARIABLE_ADD_TITLES CALL FUNCTION 'G_VARIABLE_ADD_TITLES' EXPORTING variable = loc_variable TABLES variable_titles = v_t EXCEPTIONS OTHERS = 0.

G_SET_DYNAMIC_GET_INFO CALL FUNCTION 'G_SET_DYNAMIC_GET_INFO' EXPORTING setid = l_setid client = client 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_CLIENT_COPY CALL FUNCTION 'G_VARIANT_CLIENT_COPY' EXPORTING i_source_client = client i_program = l_report i_variant = l_variant EXCEPTIONS variant_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 FGUTRF27 or its description.