RSAMON22 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 RSAMON22 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: DISKREAD = Number of Disk Accesses
Selection Text: BUFGETS = Number of Buffer Accesses
Title: Application Monitor: DB Cursor Cache - Display
Text Symbol: 008 = Table
Text Symbol: 009 = Application
Text Symbol: 010 = Execution
Text Symbol: 011 = Disk Access
Text Symbol: 012 = Buffer Accesses
Text Symbol: 013 = Disk/Exec
Text Symbol: 014 = Buffer/Exec
Text Symbol: 001 = Sum ;
Text Symbol: 002 = Database Name
Text Symbol: 003 = SAP Release
Text Symbol: 004 = Server
Text Symbol: 005 = Analysis on
Text Symbol: 006 = System
Text Symbol: 007 = Values Since DB Start
Text Symbol: 022 = Default
Text Symbol: 023 = Continue
Text Symbol: 090 = Not in Application Hierarchy:
Text Symbol: 100 = Create Application Hierarchy
Text Symbol: 015 = Cursor
Text Symbol: 016 = Limit Values
Text Symbol: 017 = Disk Accesses
Text Symbol: 018 = Navigation
Text Symbol: 019 = Set New Threshold Values
Text Symbol: 020 = SQL statement
Text Symbol: 021 = DB Cursor Cache
INCLUDE RSAMON2I.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = TEXT-100.
OBJECT_PRODUCT_RELATE CALL FUNCTION 'OBJECT_PRODUCT_RELATE' EXPORTING OBJEKTNAME = OBJEKT OBJEKTTYP = '02' "Typ: Tabelle TABLES HIETAB = LHIETAB EXCEPTIONS OBJECT_NOT_RELATED = 01 TYPE_NOT_SPECIFIED = 02.
POPUP_GET_VALUES_USER_BUTTONS CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS' EXPORTING F1_FORMNAME = ' ' F1_PROGRAMNAME = ' ' F4_FORMNAME = ' ' F4_PROGRAMNAME = ' ' FIRST_PUSHBUTTON = FIRST_PUSHBUTTON FORMNAME = 'CHECK_NEW_LIMITS' OK_PUSHBUTTONTEXT = OK_PUSHBUTTONTEXT POPUP_TITLE = POPUP_TITLE PROGRAMNAME = 'RSAMON22' SECOND_PUSHBUTTON = ' ' START_COLUMN = '5' START_ROW = '5' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS EXCEPTIONS ERROR_IN_FIELDS = 01.
NUMERIC_CHECK CALL FUNCTION 'NUMERIC_CHECK' EXPORTING STRING_IN = FIELDS-VALUE IMPORTING STRING_OUT = NUMC_VALUE HTYPE = HTYPE.
DB_EXPLAIN_PLAN call function 'DB_EXPLAIN_PLAN' exporting statement = SRCSTRING * NO_DISPLAY = ' ' STMT_LG = SRCLEN TABLES * VALUES = PLAN = explain_result EXCEPTIONS EXPLAIN_FAILED = 1 OTHERS = 2 .
GRAPH_MATRIX_3D CALL FUNCTION 'GRAPH_MATRIX_3D' EXPORTING AUTO_CMD_1 = ' ' AUTO_CMD_2 = ' ' COL1 = D1 "D 'Ausfuehrung' COL2 = D2 "D 'Plattenzugriffe' COL3 = D3 "D 'Pufferzugriffe' COL4 = D4 "D 'Platte/Ausf' COL5 = D5 "D 'Puffer/Ausf' COL6 = ' ' DIM1 = D6 DIM2 = D7 INBUF = ' ' "Dia INFORM = ' ' "Dia MAIL_ALLOW = ' ' PWDID = ' ' "Dia SMFONT = ' ' STAT = ' ' "Dia SUPER = ' ' "Dia TIMER = ' ' "Res TITL = TITLE VALT = ' ' WDID = ' ' "Old WINID = ' ' "Dia WINPOS = '4' WINSZX = '58' WINSZY = '42' X_OPT = ' ' "Res * IMPORTING * B_KEY = "Dia * B_TYP = "Dia * MOD_COL = "Dia * MOD_ROW = "Dia * MOD_VAL = "Dia * M_TYP = "Dia * RBUFF = "Dia * RWNID = "Dia TABLES DATA = GDATA OPTS = IOPTS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAMON22 - Application Monitor: DB Cursor Cache - Display RSAMON22 - Application Monitor: DB Cursor Cache - Display 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