SAP Reports / Programs | Basis Components | Database Interface, Database Platforms | DB2 for AS/400(BC-DB-DB4) SAP BC

RSDB4007 SAP ABAP Report - iSeries: Display Wait Statistics by SAP Instance







RSDB4007 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program displays wait statistics for each instance of a SAP System...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 RSDB4007 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 RSDB4007. "Basic submit
SUBMIT RSDB4007 AND RETURN. "Return to original report after report execution complete
SUBMIT RSDB4007 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: iSeries: Display Wait Statistics by SAP Instance
Text Symbol: 028 = ERROR in DB4_GET_WAIT_STATISTICS
Text Symbol: 026 = Milliseconds
Text Symbol: 025 = Requests
Text Symbol: 024 = TOP 30 -
Text Symbol: 023 = Avg Internal machine lock wait time
Text Symbol: 022 = Avg Non-DB lock wait time
Text Symbol: 021 = Avg DB lock wait time
Text Symbol: 020 = Internal machine lock wait time
Text Symbol: 019 = Non-DB lock wait time
Text Symbol: 018 = DB lock wait time
Text Symbol: 017 = Internal machine lock waits
Text Symbol: 016 = Non-DB lock waits
Text Symbol: 015 = DB lock waits
Text Symbol: 014 = Job No.
Text Symbol: 013 = PID
Text Symbol: 012 = AS/400
Text Symbol: 011 = Wait Statistics for instance
Text Symbol: 010 = wait time
Text Symbol: 009 = waits
Text Symbol: 008 = Instance
Text Symbol: 007 = Avg. int. machine
Text Symbol: 006 = Int.machine
Text Symbol: 005 = Average non-DB
Text Symbol: 004 = Non-DB lock
Text Symbol: 003 = Average DB
Text Symbol: 002 = DB lock
Text Symbol: 001 = Wait Statistics by Instance (Times in Milliseconds)


INCLUDES used within this REPORT RSDB4007

No INCLUDES are used within this REPORT code!


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:

DB4_GET_WAIT_STATISTICS CALL FUNCTION 'DB4_GET_WAIT_STATISTICS' IMPORTING DATE = P_DATE TIME = P_TIME WAIT_STATS_SUMMARY = P_STATS_SUMMARY API_RC = I_RC TABLES WAITSTS_PER_INSTANCE_TAB = P_INST_STATS_TAB WAITSTS_PER_PROCESS_TAB = P_PROC_STATS_TAB EXCEPTIONS TH_SERVER_LIST_ERROR = 1 API_ERROR = 2 OTHERS = 3.

GRAPH_BUSG_MENU_SET CALL FUNCTION 'GRAPH_BUSG_MENU_SET' TABLES MENU_TAB = P_GRAFMENU.

GRAPH_2D CALL FUNCTION 'GRAPH_2D' EXPORTING TYPE = 'HB' STAT = I_STAT TITL = P_GRAFIC_TITLE VALT = P_METRIC_TITLE WINPOS = '5' IMPORTING B_TYP = I_B_TYP B_KEY = I_B_KEY TABLES DATA = P_GRAF_STAT EXCEPTIONS OTHERS = 1.



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