Skip to Content
0
Former Member
Jul 22, 2008 at 09:32 AM

What's the Calling time of ARFC_RUN_NOWAIT in STAD?

944 Views

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