MGRWDF71 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 MGRWDF71 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_REPORT_LAYOUT_PARAMETERS CALL FUNCTION 'G_REPORT_LAYOUT_PARAMETERS' EXPORTING i_call_state = '4' i_maincode = maincode i_parameter_screen = loc_call_screen i_t800 = t800 i_t801w = t801w i_t801x = t801x i_sheet_seqnr = rep_sheets-seqnr IMPORTING e_changed = loc_changed_para ok_code = loc_ok_code CHANGING c_t801g = loc_it801g.
G_RW_THRESHOLD_INPUT_NEW CALL FUNCTION 'G_RW_THRESHOLD_INPUT_NEW' EXPORTING flag_display_only = loc_flag_display * MAX_COLUMNS = '0' seqnr = rep_sheets-seqnr * TABLES * COLUMN_TITLES = CHANGING t801g_thr = rep_sheets-thr EXCEPTIONS canceled = 1 OTHERS = 2.
G_RW_SORT_INPUT CALL FUNCTION 'G_RW_SORT_INPUT' EXPORTING flag_display_only = loc_flag_display seqnr = rep_sheets-seqnr CHANGING t801g_srt = rep_sheets-srt EXCEPTIONS canceled = 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.