RSAMON21 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 RSAMON21 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.
Selection Text: TABELLE = Table
Selection Text: OBJEKT = Object
Selection Text: AB_DATUM = fr.date
Title: Application monitor: Display current table analyses
Text Symbol: 028 = Display current analyses for application monitor tables only
Text Symbol: 027 = Table and index info
Text Symbol: 026 = Index info
Text Symbol: 025 = Table info
Text Symbol: 024 = Short info
Text Symbol: 023 = should be displayed?
Text Symbol: 022 = Which database information
Text Symbol: 021 = Set DB info type
Text Symbol: 020 = Index used;
Text Symbol: 019 = okk. Indexes/kB;
Text Symbol: 018 = Sig;=Significance
Text Symbol: 017 = Record length;
Text Symbol: 016 = okk. Tab/kB;
Text Symbol: 015 = Records;
Text Symbol: 014 = Method;
Text Symbol: 013 = Analysis ;
Text Symbol: 012 = Object ;
Text Symbol: 011 = Table ;
Text Symbol: 010 = Tables not analyzed since selection date ;
Text Symbol: 009 = Selected tables ;
Text Symbol: 008 = Selected object ;
Text Symbol: 007 = Selection date ;
Text Symbol: 006 = Tables not analyzed ;
Text Symbol: 005 = Tables analyzed ;
Text Symbol: 004 = missing ;
Text Symbol: 003 = Display current analyses ;
Text Symbol: 001 = Further restrictions ;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_STATISTICS_DATA_READ CALL FUNCTION 'DB_STATISTICS_DATA_READ' EXPORTING TABLECLASS = 'A' ACTIV_DATA = 'A' " time_begin = " TIME_END = " SIGNI = TABLES DBSTAT = IDBSTAT EXCEPTIONS INPUT_INCONSISTENCE = 01 NO_DATA_FOUND = 02.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING CURSORLINE = 2 MARK_FLAG = ' ' MARK_MAX = 1 START_COL = 25 START_ROW = 1 TEXTLINE1 = TEXT-022 *D 'Welche Datenbank-Informationen' TEXTLINE2 = TEXT-023 *D 'sollen angezeigt werden?' * TEXTLINE3 = SPACE TITEL = TEXT-021 *D 'DB Info-Typ setzen' IMPORTING ANSWER = ANSWER TABLES T_SPOPLI = LIST_TYPE EXCEPTIONS NOT_ENOUGH_ANSWERS = 01 TOO_MUCH_ANSWERS = 02 TOO_MUCH_MARKS = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAMON21 - Application monitor: Display current table analyses RSAMON21 - Application monitor: Display current table analyses RSAMON20 - Application Monitor: Database Memory Usage RSAMON20 - Application Monitor: Database Memory Usage RSAMHDEL - BW30PI Delete DataSource for Hierarchies from 4.0B RSAMHDEL - BW30PI Delete DataSource for Hierarchies from 4.0B