SAP Reports / Programs | Basis Components | Client/Server Technology(BC-CST) SAP BC

RFCTST03 SAP ABAP Report - RFC statistics







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


Text pool values


Title: RFC statistics
Text Symbol: 001 = TCPIC table entries deleted
Text Symbol: 002 = Received: &
Text Symbol: 003 = & Package: &


INCLUDES used within this REPORT RFCTST03

INCLUDE TSKHINCL.
INCLUDE PERFINCL.


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:

PF_SWITCH_INTERVALS call function 'PF_SWITCH_INTERVALS' exporting dest = dest on = 1 steps = steps.

PF_SWITCH_KERNEL_STATISTIC call function 'PF_SWITCH_KERNEL_STATISTIC' exporting dest = dest on = 1.

PF_NEW_INTERVAL_LOOP CALL FUNCTION 'PF_NEW_INTERVAL_LOOP'.

SYSTEM_RESET_RFC_CONNECTION CALL FUNCTION 'SYSTEM_RESET_RFC_CONNECTION' EXPORTING DESTINATION = DEST.

TH_NOP_0 CALL FUNCTION 'TH_NOP_0' DESTINATION DEST EXPORTING WITH_AUTH = WITH_AUTH.

TH_NOP_10 CALL FUNCTION 'TH_NOP_10' DESTINATION DEST EXPORTING WITH_AUTH = WITH_AUTH IMP_INT_PAR_1 = INT_PAR_1 IMP_INT_PAR_2 = INT_PAR_2 IMP_INT_PAR_3 = INT_PAR_3 IMP_INT_PAR_4 = INT_PAR_4 IMP_INT_PAR_5 = INT_PAR_5 IMP_CHAR_PAR_1 = CHAR_PAR_1 IMP_CHAR_PAR_2 = CHAR_PAR_2 IMP_CHAR_PAR_3 = CHAR_PAR_3 IMP_CHAR_PAR_4 = CHAR_PAR_4 IMP_CHAR_PAR_5 = CHAR_PAR_5 IMPORTING EXP_INT_PAR_1 = INT_PAR_1 EXP_INT_PAR_2 = INT_PAR_2 EXP_INT_PAR_3 = INT_PAR_3 EXP_INT_PAR_4 = INT_PAR_4 EXP_INT_PAR_5 = INT_PAR_5 EXP_CHAR_PAR_1 = CHAR_PAR_1 EXP_CHAR_PAR_2 = CHAR_PAR_2 EXP_CHAR_PAR_3 = CHAR_PAR_3 EXP_CHAR_PAR_4 = CHAR_PAR_4 EXP_CHAR_PAR_5 = CHAR_PAR_5.

TH_TEST_RFC CALL FUNCTION 'TH_TEST_RFC' DESTINATION DEST EXPORTING TEXT_IN = MSG NO_LOOPS = INO_LOOPS NO_FB = NO_FB IMPORTING TEXT_OUT = TEXT_OUT.

PF_SWITCH_KERNEL_STATISTIC call function 'PF_SWITCH_KERNEL_STATISTIC' exporting dest = dest on = 0.

PF_READ_KERNEL_STAT call function 'PF_READ_KERNEL_STAT' exporting dest = dest WITH_GATEWAY = 1 read_remote_stat = 1.

PF_SWITCH_INTERVALS call function 'PF_SWITCH_INTERVALS' exporting dest = dest on = 0 steps = 0.



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