Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Set statistics for specific RFC functions

Former Member
0 Likes
1,079

At production level we want to analyze the execution times of the RFC functions.

In St03 only the average time is shown and in ST05 you can only analyse an undefined period of time before limit is reached and trace is not there anymore.

the average time for a specific rfc function is 1,2 seconds but for 80% it is like 0,6 seconds and the other 20% we have execution times reaching from 10 till 35 seconds.

The specific function is called 30.000 times a day by users.

if we could only measure the separate execution times for a specific RFC function during a day it would already be great but if the parameters passed towards the function could also be stored it would be even better.

Are there other tools or programs besides ST05 or ST03 to measure execution time of specific RFC functions ?

kind regards

Arthur

2 REPLIES 2
Read only

NTeunckens
Active Contributor
931

You might want to check the (former Z-report) by frank.buchholz : link SAP Wiki ... That code might be enhanced to grab the 'Parameter-I/O'?

PS : This Z-report was the basis for a new SAP Transaction "STRFCTRACE" : SAP-KBA 2080378. This report and others are mentioned in the RFC Security Guide (PDF).

Read only

931

Link corrected (missing "S"): link SAP Wiki