RSR_MDX_UI_PARSER_DIFF_TRACE 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 RSR_MDX_UI_PARSER_DIFF_TRACE 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_PCK = Trace Package
Title: Comparison of display in MDX parser using traces
Text Symbol: 001 = Difference detected in the display
Text Symbol: 002 = An error has occurred
Text Symbol: 003 = No difference detected in the display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSDC_SHOW_MESSAGES_POPUP CALL FUNCTION 'RSDC_SHOW_MESSAGES_POPUP' EXPORTING i_t_msg = l_t_msg i_txt = l_txt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSR_MDX_UI_PARSER_DIFF_TRACE - Comparison of display in MDX parser using traces RSR_MDX_UI_PARSER_DIFF_TRACE - Comparison of display in MDX parser using traces RSR_MDX_TEST - MDX: Dialog: Test MDX Statements RSR_MDX_TEST - MDX: Dialog: Test MDX Statements RSR_MDX_RSTT_TRACE_EXTRACT - Importing MDX Statements from the RS Trace Tool RSR_MDX_RSTT_TRACE_EXTRACT - Importing MDX Statements from the RS Trace Tool