SAP Reports / Programs

RSAMON22 SAP ABAP Report - Application Monitor: DB Cursor Cache - Display







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


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


Text pool values


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


INCLUDES used within this REPORT RSAMON22

INCLUDE RSAMON2I.


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:

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.



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