Application Development 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: 

how to trace performance of ABAP qRFC ?

Former Member
0 Kudos

hi guys,

i have a program in system A, which will call the qRFC of system B,

during the call, i want to trace the performance of qRFC of system B,

how to do that?

Regards,

Aaron.

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos

Hi,

log on the system B, put a trace on the RFC / SQL (ST01)

you will see the SQL statemetn, the cost, the time  and the corresponding RFC call

regarsd

Fred