cancel
Showing results for 
Search instead for 
Did you mean: 

How many rfc dest needed ?

Former Member
0 Kudos

Hi all,

On a backend client I have many programs that call different synchronous RFCs on XI. My question is if I need to create one RFC destination for each or I can use only one destination for all RFC calls. In case of only one destination I wonder if it can handle simultaneous synch. calls. I donu2019t want to get a timeout in case of long waiting queue.

Please share some of your experiences and thought about this.

Thanks, Janos

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187339
Active Contributor
0 Kudos

Hi Janos,

Is RFC on sender side here?

If yes then there will be different RFC sender adapter. Hence you need to have different RFC destination (each with a unique Program ID) so that each request goes to separate sender adapter.

>>In case of only one destination I wonder if it can handle simultaneous synch. calls

Create one RFC destination per RFC (or in other words per RFC sender Adapter)

Also check this link:

http://help.sap.com/saphelp_nwpi71/helpdata/en/44/8f8cc0c5a43672e10000000a114a6b/frameset.htm

Regards

Suraj

former_member192295
Active Contributor
0 Kudos

Hi,

I think one RFC destinatioin will work for all RFC but each inerface need to take separate RFC channel. Depends on client destination will be differ.