Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

aRFC free resouces on the specific Destination server

$
0
0

Hello,

 

Could you help me please to find FM to get the available recources on the specific RFC destination server.

Calling syntax is:

 

* Receive max free tasks

*????

 

CALL FUNCTION ‘Z***(your function name)’

      STARTING NEW TASK taskname

      DESTINATION lv_destination...

 

 

For example for such call:

   

CALL FUNCTION ‘Z***(your function name)’

      STARTING NEW TASK taskname

      DESTINATION IN GROUP srv_grp ...

 

I can call FM 'SPBT_INITIALIZE' and get free resources for certain server group.

 

 

Thank you in advance.


Viewing all articles
Browse latest Browse all 8332

Trending Articles