SAP Reports / Programs

RSTUNE51 SAP ABAP Report - Performance Analysis: Tune: Buffered Programs & State of PXA Buffer







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


Text pool values


Title: Performance Analysis: Tune: Buffered Programs & State of PXA Buffer
Text Symbol: T40 = Total :
Text Symbol: T39 = Hit Ratio (%)
Text Symbol: T38 = Hits
Text Symbol: T37 = Requests
Text Symbol: T36 = Buffer Gaps (%)
Text Symbol: T35 = Buffer Gaps (K)
Text Symbol: T34 = Buffer Fill (%)
Text Symbol: T33 = Buffer Size (K)
Text Symbol: T32 = Collision Ratio %
Text Symbol: T31 = Searches/Allocations
Text Symbol: T30 = Programs Generated
Text Symbol: T29 = Programs Swapped
Text Symbol: T28 = Objects Loaded
Text Symbol: T27 = Top Entries
Text Symbol: T26 = Direct
Text Symbol: T25 = Up Since
Text Symbol: T24 = Clients
Text Symbol: T23 = Recovered Errors
Text Symbol: T22 = Self Test
Text Symbol: T21 = Buffer Mode
Text Symbol: T20 = Version
Text Symbol: T19 = System ID
Text Symbol: T18 = Accesses
Text Symbol: T17 = Buffer
Text Symbol: T16 = Directory
Text Symbol: T15 = Mode
Text Symbol: T14 = Offset
Text Symbol: T13 = Used
Text Symbol: T12 = Next Hash
Text Symbol: T11 = Previous Hash
Text Symbol: T10 = Hash
Text Symbol: T09 = Time
Text Symbol: T08 = Program
Text Symbol: T07 = L
Text Symbol: T06 = C
Text Symbol: T05 = Locks
Text Symbol: T04 = Request ID





Text Symbol: T03 = Statistics
Text Symbol: T02 = Size (K)
Text Symbol: T01 = Index


INCLUDES used within this REPORT RSTUNE51

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:

SAPTUNE_BUFFERED_PROGRAMS call function 'SAPTUNE_BUFFERED_PROGRAMS' destination server tables buffer_contents = pxa_contents buffer_contents_64 = pxa_contents_64 exceptions system_failure = 1 communication_failure = 2 message error.

SAPTUNE_BUFFERED_PROGRAMS_INFO call function 'SAPTUNE_BUFFERED_PROGRAMS_INFO' destination server importing info = pxainfo exceptions system_failure = 1 communication_failure = 2 message error.

SAPTUNE_BUFFERED_PROGRAMS call function 'SAPTUNE_BUFFERED_PROGRAMS' tables buffer_contents = pxa_contents buffer_contents_64 = pxa_contents_64.

SAPTUNE_BUFFERED_PROGRAMS_INFO call function 'SAPTUNE_BUFFERED_PROGRAMS_INFO' importing info = pxainfo.



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