RSTPPERF 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 RSTPPERF 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: TPPARAM = TPPARAM Path
Selection Text: SHOW = tp SHOWPARAMS
Selection Text: OPEN = Keep Link Open
Selection Text: NUMBER = Number of tp Calls
Selection Text: GO = tp GO
Selection Text: COUNT = tp COUNT
Selection Text: CONNECT = tp CONNECT
Selection Text: CALLTP = RFC Destination
Title: Transport Tools: Performance of tp Interface
Text Symbol: 001 = Command
Text Symbol: 002 = Options
Text Symbol: 005 = tp Interface: Runtime Measurement
Text Symbol: 010 = Parameter
Text Symbol: 011 = Number of tp Calls.........:
Text Symbol: 012 = Keep Link Open ............:
Text Symbol: 013 = tp Command ................:
Text Symbol: 014 = Interface Version .........:
Text Symbol: 015 = tp Version ................:
Text Symbol: 016 = tp Return Code ............:
Text Symbol: 020 = Runtime
Text Symbol: 021 = Total Runtime .............:
Text Symbol: 022 = Average Runtime [msec] ....:
Text Symbol: 030 = tp Output
INCLUDE LSTPACON.
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_TP_CONNECTION_CLOSE CALL FUNCTION 'TRINT_TP_CONNECTION_CLOSE' EXPORTING IV_TP_DEST = CALLTP EXCEPTIONS DESTINATION_NOT_OPEN = 1 OTHERS = 99.
TRINT_TP_INTERFACE CALL FUNCTION 'TRINT_TP_INTERFACE' EXPORTING IV_TP_COMMAND = GV_COMMAND IV_SYSTEM_NAME = GV_SID IV_TP_TPPARAM = TPPARAM IV_TP_DESTINATION = CALLTP IMPORTING EV_INTERFACE_VERSION = GV_IF_VERSION EV_TP_CMD_STRING = GV_TP_COMMAND EV_TP_RETURN_CODE = GV_TP_RETCODE EV_TP_VERSION = GV_TP_VERSION TABLES TT_STDOUT = GT_TP_STDOUT TT_PARAMS = GT_TP_PARAMS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSTPPERF - Transport Tools: Performance of tp Interface RSTPPERF - Transport Tools: Performance of tp Interface RSTPDA_TOOL_OPT_STACK_SET_OI01 - RSTPDATOOLOPTSTACKSETOI01 RSTPDA_TOOL_OPT_STACK_GET_OO01 - RSTPDATOOLOPTSTACKGETOO01 RSTPDA_TOOL_OPT_STACK_GET_OF01 - RSTPDATOOLOPTSTACKGETOF01 RSTPDA_TOOL_OPT_STACK - TPDA: Options for the Traces Tool