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

MGRWDI54 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 MGRWDI54. "Basic submit
SUBMIT MGRWDI54 AND RETURN. "Return to original report after report execution complete
SUBMIT MGRWDI54 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 MGRWDI54

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_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.



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