MGRW1F26_F26_NORMALIZE_FORMULA 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 MGRW1F26_F26_NORMALIZE_FORMULA 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_GET_LIST_OF_OPERANDS CALL FUNCTION 'G_RW_GET_LIST_OF_OPERANDS' EXPORTING formula = formula_string TABLES operands = operands EXCEPTIONS no_ending_delimiter = 1 illegal_operand = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MGRW1F26_F26_NORMALIZE_FORMULA - MGRW1F26F26NORMALIZEFORMULA MGRW1F26_CHECK_FORMULA_OPERATO - MGRW1F26CHECKFORMULAOPERATO MGRW1F26 - Edition: Generation of Form Routines for Formulas MGRW1F25_GEN_IMPORT - MGRW1F25GENIMPORT MGRW1F25_GEN_FORM_START_OF_SEL - MGRW1F25GENFORMSTARTOFSEL MGRW1F25_GEN_FORM_MAIN - MGRW1F25GENFORMMAIN