Hi,
I have a function AAA, which is called by client through RFC, meanwhile calls another function BBB through aRFC.
Its performance is bad, so I used STAD to monitor the RFC call to funcation AAA, the response time was about 30s. And in RFC column, I found AAA call 2 functions: ARFC_RUN_NOWAIT & BBB. The calling time for ARFC_RUN_NOWAIT was about 10s, and for BBB 0s.
My questions are:
1. what does calling time stand for?
2. is the 10s calling time included in the 30s response time?
Best Regards,
John Wen