RSCOMPCONS2 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 RSCOMPCONS2 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: List Compounding Inconsistencies
Text Symbol: ERI = Error when reading InfoObject &1
Text Symbol: ERE = Error reading MultiProvider &1
Text Symbol: 019 = Warning when assigning constants
Text Symbol: 018 = No Identification....
Text Symbol: 017 = Identification
Text Symbol: 016 = Compounding =
Text Symbol: 015 = InfoObject:
Text Symbol: 014 = PartProvider:
Text Symbol: 013 = Error during identification:
Text Symbol: 012 = No Compounding Equivalent Found
Text Symbol: 011 = Could not read PartProvider &1
Text Symbol: 010 = > Check compounding and identification:
Text Symbol: 009 = No Errors
Text Symbol: 008 = InfoProvider
Text Symbol: 007 = Constant =
Text Symbol: 006 = InfoObject
Text Symbol: 005 = MultiProvider
Text Symbol: 004 = Error assigning constants
Text Symbol: 003 = > Check characteristics for constants:
Text Symbol: 002 = No error found; all MultiProviders are consistent
Text Symbol: 001 = >>> MultiProvider:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSO_MPRO_MAINTAIN CALL FUNCTION 'RSO_MPRO_MAINTAIN' EXPORTING i_objnm = g_objnm i_display = rs_c_false EXCEPTIONS OTHERS = 0.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' dokname = g_dokname msg_var_1 = g_msgv1 msg_var_2 = g_msgv2 msg_var_3 = g_msgv3 msg_var_4 = g_msgv4 TABLES links = g_t_links.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.