SAP Reports / Programs | Basis Components | Use Subcomponents | IMS: Agents and related topics(BC-CCM-MON-SHM) SAP BC

RSTUNE61 SAP ABAP Report - Tune summary: number range buffers and their statistics







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


Text pool values


Title: Tune summary: number range buffers and their statistics
Text Symbol: 024 = Server Calls
Text Symbol: 025 = Database requests
Text Symbol: 026 = Collisions
Text Symbol: 027 = Timeouts
Text Symbol: 028 = <50us <100us <200us <500us <1ms <2ms <5ms <10ms <20ms >=20ms
Text Symbol: 029 = <1ms <5ms <10ms <20ms <50ms <100ms <200ms <500ms <1s >=1ms
Text Symbol: 030 = <50us
Text Symbol: 031 = <100us
Text Symbol: 032 = <200us
Text Symbol: 033 = <500us
Text Symbol: 034 = <1ms
Text Symbol: 035 = <2ms
Text Symbol: 036 = <5ms
Text Symbol: 037 = <10ms
Text Symbol: 038 = <20ms
Text Symbol: 039 = >=20ms
Text Symbol: 040 = <50ms
Text Symbol: 041 = <100ms
Text Symbol: 042 = <200ms
Text Symbol: 043 = <500ms
Text Symbol: 044 = <1s
Text Symbol: 045 = >=1ms
Text Symbol: 001 = States of Number Range Buffers
Text Symbol: 002 = Client
Text Symbol: 003 = Object
Text Symbol: 004 = Subobj
Text Symbol: 005 = No.
Text Symbol: 006 = Year
Text Symbol: 007 = From Number
Text Symbol: 008 = To Number
Text Symbol: 009 = Current Number From
Text Symbol: 010 = Current Number To
Text Symbol: 011 = Critical Number
Text Symbol: 012 = ext
Text Symbol: 013 = Number range buffer statistics
Text Symbol: 014 = Number range buffers overview
Text Symbol: 015 = Buffer Times





Text Symbol: 016 = Server Times
Text Symbol: 017 = Maximum Number of Entries
Text Symbol: 018 = Current Number of Entries
Text Symbol: 019 = Maximum Number of Indexes
Text Symbol: 020 = Current Number of Indexes
Text Symbol: 021 = Buffer Size [bytes]
Text Symbol: 022 = Buffer requests
Text Symbol: 023 = Get Requests


INCLUDES used within this REPORT RSTUNE61

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_PROFILE_PARAMETER CALL FUNCTION 'SAPTUNE_PROFILE_PARAMETER' " Get Systemname for Listtitle EXPORTING NAME = 'rdisp/myname' IMPORTING VALUE = CURRENT_SYSTEM EXCEPTIONS UNKNOWN_PARAMETER = 1 NO_AUTHORIZATION = 2 OTHERS = 3.

SAPTUNE_SYSTEM_STARTUP CALL FUNCTION 'SAPTUNE_SYSTEM_STARTUP' " Get Startupdate & -time IMPORTING " for Listtitle START_DATE = STARTUP_DATE START_TIME = STARTUP_TIME EXCEPTIONS NO_AUTHORIZATION = 1 OTHERS = 2.

SAPTUNE_NUMBUF_CONTENTS CALL FUNCTION 'SAPTUNE_NUMBUF_CONTENTS' DESTINATION SERVER TABLES CONTENTS = CONTENTS EXCEPTIONS SYSTEM_FAILURE = 2 MESSAGE ERROR COMMUNICATION_FAILURE = 3 MESSAGE ERROR.

SAPTUNE_NUMBUF_STATISTIC CALL FUNCTION 'SAPTUNE_NUMBUF_STATISTIC' DESTINATION SERVER IMPORTING STATISTIC = STATISTIC EXCEPTIONS SYSTEM_FAILURE = 2 MESSAGE ERROR COMMUNICATION_FAILURE = 3 MESSAGE ERROR.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_CALLBACK_PF_STATUS_SET = GC_PF_STATUS IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OUTTAB_STATS EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_OUTTAB_TIMES EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_STRUCTURE_NAME = GV_STRNAME CHANGING CT_FIELDCAT = XT_FCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS.



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