FGRWRF21_GET_ROW_FORMULA_OPERA 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 FGRWRF21_GET_ROW_FORMULA_OPERA 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 = l_formula TABLES operands = l_t_operan 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.
FGRWRF21_GET_ROW_FORMULA_OPERA - FGRWRF21GETROWFORMULAOPERA FGRWRF21_FILL_MAPPING_LIST - FGRWRF21FILLMAPPINGLIST FGRWRF21_COLLECT_ROW_OPERANDS - FGRWRF21COLLECTROWOPERANDS FGRWRF21_CHECK_ROW_FORMULA_FOR - FGRWRF21CHECKROWFORMULAFOR FGRWRF21_APPEND_ROW_FORMULA_OP - FGRWRF21APPENDROWFORMULAOP FGRWRF21_APPEND_MAPPING_LIST - FGRWRF21APPENDMAPPINGLIST