SAP Reports / Programs | SAP Business Information Warehouse | Basis System and Installation | BW Microsoft SQL Server(BW-SYS-DB-MSS) SAP BW

RSMSS_ANALYZER SAP ABAP Report - Analyzing tool for SAP BW systems running on SQL Server







RSMSS_ANALYZER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use the SAP Support tool RSMSS_ANALYZER to perform several (consistency) checks on SAP Business Warehouse objects when running on Microsoft SQL Server...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSMSS_ANALYZER 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 RSMSS_ANALYZER. "Basic submit
SUBMIT RSMSS_ANALYZER AND RETURN. "Return to original report after report execution complete
SUBMIT RSMSS_ANALYZER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Analyzing tool for SAP BW systems running on SQL Server
Text Symbol: 037 = Restriction
Text Symbol: 036 = Cancel
Text Symbol: 035 = Continue
Text Symbol: 034 = Expert mode/SAP Support mode?
Text Symbol: 033 = This mode should be used by SAP Support or BW/SQL Server experts only.
Text Symbol: 032 = Exit program?
Text Symbol: 031 = No
Text Symbol: 030 = Do you really want to exit the program?
Text Symbol: 028 = Yes
Text Symbol: 027 = Cancel processing
Text Symbol: 026 = Clustering conflict
Text Symbol: 025 = Table field
Text Symbol: 023 = Settings
Text Symbol: 022 = Jobcount
Text Symbol: 021 = Job
Text Symbol: 020 = Time
Text Symbol: 019 = Date
Text Symbol: 018 = Object name
Text Symbol: 017 = Index name
Text Symbol: 016 = Cube name
Text Symbol: 015 = Table name
Text Symbol: 014 = Value
Text Symbol: 013 = Property
Text Symbol: 012 = Help
Text Symbol: 011 = Message text
Text Symbol: 010 = Type
Text Symbol: 009 = Check and repair logs
Text Symbol: 008 = Issues found
Text Symbol: 007 = Last repair finished
Text Symbol: 006 = Schedule repair
Text Symbol: 005 = Display results
Text Symbol: 003 = Last check finished
Text Symbol: 002 = Check description
Text Symbol: 001 = Status


INCLUDES used within this REPORT RSMSS_ANALYZER

INCLUDE RSMSS_ANALYZERDAT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RSMSS_ANALYZER or its description.