RSMO2 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 RSMO2 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: Detail list output monitor
Text Symbol: 063 = No check tables updated!!!
Text Symbol: 062 = Updated check table(s)
Text Symbol: 061 = No InfoCube updated !!!
Text Symbol: 060 = Updated InfoCube(s)
Text Symbol: 050 = No data available
Text Symbol: 044 = Appl. comp.
Text Symbol: 043 = Check table
Text Symbol: 042 = InfoCube
Text Symbol: 041 = Data group
Text Symbol: 040 = Data Package
Text Symbol: 033 = Total number of requested entries
Text Symbol: 031 = Status
Text Symbol: 030 = Transferred recs
Text Symbol: 029 = Req. records
Text Symbol: 028 = IDoc no.
Text Symbol: 027 = DataPack. no
Text Symbol: 025 = There must be & entries in the follwing data packages
Text Symbol: 024 = Status
Text Symbol: 023 = IDoc no.
Text Symbol: 022 = Info no.
Text Symbol: 021 = Time
Text Symbol: 020 = Date
Text Symbol: 019 = Error
Text Symbol: 018 = User
Text Symbol: 017 = Hierarchies
Text Symbol: 016 = Texts
Text Symbol: 015 = Master data
Text Symbol: 014 = Transaction data
Text Symbol: 013 = Data Type
Text Symbol: 012 = Source system
Text Symbol: 011 = InfoSource
Text Symbol: 010 = InfoSource
Text Symbol: 002 = Double-click on relevant row
Text Symbol: 001 = Further detailed information:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSD_CUBE_GET CALL FUNCTION 'RSD_CUBE_GET' EXPORTING I_INFOCUBE = L_T_ICUBE-ICUBE * I_DDSTATE = 'A' * I_BYPASS_BUFFER = ' ' IMPORTING * E_S_CUBE = * E_DDSTATE = E_S_TBHD = S_TBHD EXCEPTIONS INFOCUBE_NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3.
EDI_DOCUMENT_STATUS_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_STATUS_DISPLAY' EXPORTING DOCNUM = IDOC_NUM * ACTIONS = ' ' * STATUS_KEY = ' ' * CALL_ASYN = ' ' TREE_DISPLAY = 'Y' * IMPORTING * ACTION = EXCEPTIONS NO_STATUS_RECORD_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.