SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSMO2 SAP ABAP Report - Detail list output monitor







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSMO2. "Basic submit
SUBMIT RSMO2 AND RETURN. "Return to original report after report execution complete
SUBMIT RSMO2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT RSMO2

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSMO2 or its description.