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

MGRWDF26 SAP ABAP INCLUDE - Form Routines for Row Formulas







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


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 MGRWDF26. "Basic submit
SUBMIT MGRWDF26 AND RETURN. "Return to original report after report execution complete
SUBMIT MGRWDF26 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines for Row Formulas


INCLUDES used within this REPORT MGRWDF26

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

G_DISPLAY_SELECTION_DYNPRO





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.



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