RS_FORMULA_CONS is a standard Executable ABAP Report 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 RS_FORMULA_CONS 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.
Selection Text: P_ACT = Active
Selection Text: P_DEL = Delivery
Selection Text: P_MOD = modified
Selection Text: P_TRSTRU = Transfer structure
Text Symbol: 011 = Formula ID
Text Symbol: 012 = Modified
Text Symbol: 013 = Active
Text Symbol: 014 = Delivery
Text Symbol: 010 = RSAFORM
Text Symbol: 001 = Formula does not exist
Text Symbol: 002 = RSAFORMT
Text Symbol: 003 = Formula text doesn't exist
Text Symbol: 004 = RSAFOFIELD
Text Symbol: 005 = RSFOBUEV000
Text Symbol: 006 = RSFOBUEV001
Text Symbol: 007 = No formula lines exist
Text Symbol: 009 = SFOBUEV001
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSS_UNIQUE_CONVERT_TO_HEX CALL FUNCTION 'RSS_UNIQUE_CONVERT_TO_HEX' EXPORTING i_uni_idc25 = l_s_formmap-formin IMPORTING e_uni_idc = l_id.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.