RRT_MDX_SAMPLE 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 RRT_MDX_SAMPLE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MDXTEST_OLD - MDX Test Panel
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: MDX Sample
Text Symbol: 001 = There is already an MDX command with this ID. Overwrite?
Text Symbol: 002 = Yes
Text Symbol: 003 = No
Text Symbol: 004 = Save MDX command
Text Symbol: 010 = Direct Entry of Query
Text Symbol: 011 = Query/InfoProvider
Text Symbol: 012 = Set Data Connection for Columns
Text Symbol: 013 = Columns in Data Table
Text Symbol: 014 = Column Transferred?
Text Symbol: 015 = Value
Text Symbol: 016 = Formatted Value
Text Symbol: 017 = Unit
Text Symbol: 018 = Ordinal Columns
Text Symbol: 019 = Description
Text Symbol: 020 = Status
Text Symbol: 021 = MDX Parser Selection
Text Symbol: 023 = Version
Text Symbol: 024 = Select Parser
Text Symbol: 100 = InfoProvider
INCLUDE LRRT2NM01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.