Start of Content Area

Procedure documentation Triggering the RFC Client Resource Check  Locate the document in its SAP Library structure

Use

In transaction SM59 you can trigger from the server the resource check for an RFC destination. This delays the transmission of RFC calls.

Before the function module is executed the system checks whether the destination system has sufficient resources. If it hasn’t, the execution of the function module is delayed for a specified time.

The algorithm is the same as in the Detailed Check.

Procedure

...

       1.      In transaction SM59 select the required RFC destination and double-click on it. Then choose Destination ARFC Options.

       2.      Choose Load Check Active.

You can select either a static or a dynamic check.

¡        Static check after n calls: default is n=10. You can change this value.

After n asynchronous calls, the current system load of the remote system is evaluated.

¡        Dynamic check: First of all the number of available resources for this destination is determined. If these resources are occupied by asynchronous calls, the next load check is carried out.                                                  

Result

This check on the client system ensures that requests do not accumulate in the dispatcher queue on the RFC server.

 

See also:

Problems with RFC Resource Assignment

 

 

 

 

End of Content Area