SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RSAMON20 SAP ABAP Report - Application Monitor: Database Memory Usage







RSAMON20 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 RSAMON20 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 RSAMON20. "Basic submit
SUBMIT RSAMON20 AND RETURN. "Return to original report after report execution complete
SUBMIT RSAMON20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Application Monitor: Database Memory Usage
Text Symbol: 082 = Compare: number of documents
Text Symbol: 081 = Compare: indexes
Text Symbol: 080 = Compare: tables
Text Symbol: 079 = Compare: tables and indexes
Text Symbol: 078 = Set analysis type
Text Symbol: 077 = be displayed?
Text Symbol: 076 = Should the change over time
Text Symbol: 075 = By which criteria
Text Symbol: 074 = Set analysis mode
Text Symbol: 073 = Var. analysis types
Text Symbol: 072 = Const.analysis types
Text Symbol: 071 = only one analysis type
Text Symbol: 070 = To date
Text Symbol: 069 = No. of tables
Text Symbol: 068 = From date
Text Symbol: 067 = Evaluation range
Text Symbol: 066 = Table contains
Text Symbol: 065 = Indexes are missing or were not analyzed
Text Symbol: 064 = occupied per table line
Text Symbol: 063 = Memory for indexes
Text Symbol: 062 = Compression factor
Text Symbol: 061 = with DB management info.
Text Symbol: 060 = Bytes
Text Symbol: 059 = without DB management info.
Text Symbol: 058 = Average line length
Text Symbol: 107 = Generally reliable
Text Symbol: 106 = High reliability
Text Symbol: 105 = All meas. values exactly
Text Symbol: 104 = for all significance levels)
Text Symbol: 103 = (Table analyses may not be present
Text Symbol: 102 = Significance level of the analysis
Text Symbol: 101 = Significance level
Text Symbol: 100 = Quantity structure:Summary rec.
Text Symbol: 099 = Quantity structure:Master data
Text Symbol: 098 = Quantity structure: Line items
Text Symbol: 097 = Quantity structure: Documents
Text Symbol: 096 = Summary record schedule lines





Text Symbol: 095 = Summary record items
Text Symbol: 094 = Summary record headers
Text Symbol: 093 = Master data schedule lines
Text Symbol: 092 = Master data positions
Text Symbol: 091 = Master data headers
Text Symbol: 090 = Line items schedule lines
Text Symbol: 089 = Line items
Text Symbol: 088 = Line item headers
Text Symbol: 087 = Summary recs
Text Symbol: 086 = Master data
Text Symbol: 085 = Line item
Text Symbol: 084 = Compare: number of categories
Text Symbol: 083 = Compare: number of items
Text Symbol: 031 = Date/Time
Text Symbol: 030 = System
Text Symbol: 029 = Analysis date
Text Symbol: 028 = Server
Text Symbol: 027 = SAP Release
Text Symbol: 026 = Database name
Text Symbol: 025 = DB name
Text Symbol: 024 = MB
Text Symbol: 023 = Rest
Text Symbol: 022 = Miscellaneous
Text Symbol: 019 = Performance tools authorization check
Text Symbol: 014 = Table
Text Symbol: 013 = Delivery schedules
Text Symbol: 012 = Document items
Text Symbol: 011 = Documents
Text Symbol: 010 = Quantity structure
Text Symbol: 009 = Analysis mode
Text Symbol: 008 = Analysis time period
Text Symbol: 007 = DB memory location
Text Symbol: 006 = Total
Text Symbol: 005 = Analysis DB memory
Text Symbol: 004 = Indexes
Text Symbol: 003 = Tables
Text Symbol: 002 = DB memory location indexes
Text Symbol: 001 = DB memory location tables
Text Symbol: 032 = Date/Time





Text Symbol: 057 = Concatenated
Text Symbol: 056 = in total
Text Symbol: 055 = Lines
Text Symbol: 054 = Used
Text Symbol: 053 = KB ;
Text Symbol: 052 = allocated
Text Symbol: 051 = Memory
Text Symbol: 050 = Table
Text Symbol: 049 = Analysis date
Text Symbol: 048 = Application
Text Symbol: 047 = SAP Selection
Text Symbol: 046 = Indexes may not have been analyzed for the selected analysis date.
Text Symbol: 045 = Note:
Text Symbol: 044 = Total
Text Symbol: 043 = Total KB
Text Symbol: 042 = Indexes KB
Text Symbol: 041 = %
Text Symbol: 040 = Tables KB
Text Symbol: 039 = per item
Text Symbol: 038 = Delivery schedules
Text Symbol: 037 = per document
Text Symbol: 036 = Items
Text Symbol: 035 = Documents
Text Symbol: 034 = Application
Text Symbol: 033 = Navigation


INCLUDES used within this REPORT RSAMON20

INCLUDE MON20TOP.


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