SAP Reports / Programs

RSTPPERF SAP ABAP Report - Transport Tools: Performance of tp Interface







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


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 RSTPPERF. "Basic submit
SUBMIT RSTPPERF AND RETURN. "Return to original report after report execution complete
SUBMIT RSTPPERF 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: 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


INCLUDES used within this REPORT RSTPPERF

INCLUDE LSTPACON.


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:

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.



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