MGRWDI54 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 MGRWDI54 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_RW_SET_SEARCH CALL FUNCTION 'G_RW_SET_SEARCH' EXPORTING table = t801k-tab set = rgrwd-row_setnam lib = rgrwd-lib rname = rgrwd-rname IMPORTING set_name = rgrwd-row_setnam setid = rgrwd-row_set EXCEPTIONS no_sets = 1 no_set_picked = 2.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = rgsel-dynp_title sel_title1 = rgsel-sel_title1 sel_title2 = rgsel-sel_title2 start_row = 0 start_column = 0 IMPORTING sel_index = index-ratios TABLES sel_table = sel_lines EXCEPTIONS no_lines = 4 no_line_picked = 8.
DISPLAY_SET CALL FUNCTION 'DISPLAY_SET' EXPORTING setname = rrd-setnr.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = start-loop1 entry_to = count_rrd last_page_full = ' ' loops = scr_loop-lines ok_code = ok-code overlapping = 'X' IMPORTING entry_new = start-loop1.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = start-loop1 entry_to = index_rrd_to last_page_full = ' ' loops = scr_loop-lines ok_code = ok-code overlapping = 'X' IMPORTING entry_new = start-loop1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'SAPMGRWD' dynumb = '0654' TABLES dynpfields = dynpfields.
G_RW_SET_SEARCH CALL FUNCTION 'G_RW_SET_SEARCH' EXPORTING table = t801k-tab set = rgrwd-row_setnam lib = rgrwd-lib rname = rgrwd-rname display_only = flag_display_only IMPORTING set_name = rgrwd-row_setnam setid = rgrwd-row_set.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMGRWD' dynumb = '0654' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = rgrwd-row_setnam old_setid = rgrwd-row_set lib = rgrwd-lib rname = rgrwd-rname IMPORTING new_setid = rgrwd-row_set EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 OTHERS = 5.
G_SET_GET_ID_FROM_NAME CALL FUNCTION 'G_SET_GET_ID_FROM_NAME' EXPORTING shortname = rgrwd-row_setnam old_setid = rgrwd-row_set lib = rgrwd-ref_lib rname = rgrwd-ref_rname IMPORTING new_setid = rgrwd-row_set EXCEPTIONS no_set_found = 1 no_set_picked_from_popup = 2 wrong_class = 3 wrong_subclass = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.