MGRWDF26 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 MGRWDF26 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.
Title: Form Routines for Row Formulas
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_RW_GET_LIST_OF_OPERANDS CALL FUNCTION 'G_RW_GET_LIST_OF_OPERANDS' EXPORTING formula = row_formula TABLES operands = tmp_operands.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
G_RW_FIRST_FORMULA_CHECK CALL FUNCTION 'G_RW_FIRST_FORMULA_CHECK' EXPORTING formula = row_formula * ALLOWED_TYPES = 'LVS' IMPORTING pos = error_pos subrc = subrc TABLES operands = operands EXCEPTIONS no_ending_delimiter = 1 illegal_operand = 2 error_in_formula = 3 OTHERS = 4.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' txtnr = '506'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' txtnr = '505'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' txtnr = '370'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' msgv1 = row_formula_operands-operand txtnr = '502'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'W' msgv1 = rrd-seqnr msgv2 = rrd-setnr msgv3 = rr-fieldname msgv4 = rr-tot_level txtnr = '509'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' msgv1 = rrd-seqnr txtnr = '510'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' msgv1 = rrd-seqnr txtnr = '510'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'E' msgv1 = row_formula_operands-operand txtnr = '504'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'GR' msgty = 'I' msgv1 = row_formula_operands-operand txtnr = '507'.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rrd-setnr IMPORTING shortname = rgrwd-row_setnam.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rcd-setnr IMPORTING shortname = rgrwd-col_setnam.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rcd-setnr IMPORTING shortname = rgrwd-col_setnam.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rcd-setnr IMPORTING shortname = rgrwd-col_setnam.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = text-kbz key_columns = 1 sel_title1 = title sel_title2 = '-' IMPORTING sel_index = sel_index TABLES sel_table = sel_table EXCEPTIONS no_lines = 02 no_line_picked = 03.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMGRWD' dynumb = sy-dynnr TABLES dynpfields = dynpfields.
CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = text-kbs key_columns = 1 sel_title1 = title sel_title2 = '-' IMPORTING sel_index = sel_index TABLES sel_table = sel_table EXCEPTIONS no_lines = 02 no_line_picked = 03.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMGRWD' dynumb = sy-dynnr TABLES dynpfields = dynpfields.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = text-024 " list of rows key_columns = 1 sel_title1 = title sel_title2 = '-' IMPORTING sel_index = sel_index TABLES sel_table = sel_table EXCEPTIONS no_lines = 02 no_line_picked = 03.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = text-026 " list of columns key_columns = 1 sel_title1 = title sel_title2 = '-' IMPORTING sel_index = sel_index TABLES sel_table = sel_table EXCEPTIONS no_lines = 02 no_line_picked = 03.
G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = rcd-setnr IMPORTING shortname = rgrwd-col_setnam.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMGRWD' dynumb = sy-dynnr TABLES dynpfields = dynpfields.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING dynp_title = text-024 " list of rows key_columns = 1 sel_title1 = title sel_title2 = '-' IMPORTING sel_index = sel_index TABLES sel_table = sel_table EXCEPTIONS no_lines = 02 no_line_picked = 03.
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 MGRWDF26 or its description.