MGRWDF80 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 MGRWDF80 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!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'A' textline1 = text-f01 textline2 = text-e02 titel = text-f00 IMPORTING answer = answer.
G_REPORT_DEQUEUE CALL FUNCTION 'G_REPORT_DEQUEUE' EXPORTING enqueue_mode = enqueue_mode library = rgrwd-lib report = rgrwd-rname.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING check_on_commit = space.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rsd-setnr IMPORTING setclass = loc_setclass lib = loc_lib rname = loc_rname EXCEPTIONS OTHERS = 0.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-072.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rrd-setnr IMPORTING setclass = loc_setclass lib = loc_lib rname = loc_rname EXCEPTIONS OTHERS = 0.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-072.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rcd-setnr IMPORTING setclass = loc_setclass lib = loc_lib rname = loc_rname EXCEPTIONS OTHERS = 0.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-072.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rc-setnr IMPORTING setclass = loc_setclass shortname = loc_shortname lib = loc_lib rname = loc_rname EXCEPTIONS OTHERS = 0.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = loc_setclass shortname = loc_shortname lib = lib-r rname = rname-r IMPORTING setid = loc_setid_new EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rr-setnr IMPORTING setclass = loc_setclass shortname = loc_shortname lib = loc_lib rname = loc_rname EXCEPTIONS OTHERS = 0.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = loc_setclass shortname = loc_shortname lib = lib-r rname = rname-r IMPORTING setid = loc_setid_new EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.
G_RW_DSENTRY_READ CALL FUNCTION 'G_RW_DSENTRY_READ' EXPORTING tab = p_tab dsentry = p_dsentry IMPORTING dsentry_rec = loc_dsentry_rec EXCEPTIONS not_found = 1 OTHERS = 2.
G_RW_DSENTRY_WRITE CALL FUNCTION 'G_RW_DSENTRY_WRITE' EXPORTING dsentry_rec = loc_dsentry_rec EXCEPTIONS error_on_update = 1 OTHERS = 2.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = p_setnr IMPORTING setclass = loc_setclass shortname = loc_shortname lib = loc_lib rname = loc_rname EXCEPTIONS OTHERS = 1.
G_SET_FETCH CALL FUNCTION 'G_SET_FETCH' EXPORTING setnr = p_setnr IMPORTING set_header = loc_rgsbs TABLES formula_lines = loc_formula_lines set_lines_basic = loc_setlines_basic set_lines_data = loc_setlines_data set_lines_multi = loc_setlines_multi set_lines_single = loc_setlines_single EXCEPTIONS no_authority = 1 set_is_broken = 2 set_not_found = 3 OTHERS = 4.
G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = loc_setclass shortname = loc_shortname lib = p_lib rname = p_rname IMPORTING setid = loc_rgsbs-setnr EXCEPTIONS no_co_area_specified = 1 illegal_setclass = 2 OTHERS = 3.
CALL FUNCTION 'G_SET_GENERATE' EXPORTING set_header = loc_rgsbs TABLES formula_lines = loc_formula_lines set_lines_basic = loc_setlines_basic set_lines_data = loc_setlines_data set_lines_multi = loc_setlines_multi set_lines_single = loc_setlines_single EXCEPTIONS bad_formula = 1 double_field = 2 entry_not_found = 3 not_unique = 4 old_set_has_wrong_data_element = 5 old_set_has_wrong_type = 6 set_is_recursive = 7 setname_too_long = 8 subset_does_not_exist = 9 subset_has_wrong_class = 10 subset_has_wrong_data_element = 11 subset_has_wrong_type = 12 table_or_fieldname_missing = 13 temporary_in_permanent_set = 14 variable_does_not_exist = 15 variable_has_wrong_data_elem = 16 variable_has_wrong_table = 17 variable_has_wrong_type = 18 wrong_interval = 19 wrong_setclass = 20 OTHERS = 21.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = sy-msgid msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno.
G_RW_DELETE_DEPENDEND_OBJECTS CALL FUNCTION 'G_RW_DELETE_DEPENDEND_OBJECTS' EXPORTING rname = rgrwd-rname lib = rgrwd-lib.
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 MGRWDF80 or its description.