SAP R/3 adapter: webM to SAP threading

Hello,

Using IS 6.0.1 and SAP R/3 Adapter 4.6. Understand SAP to webM threading done through Adapter listener on RFC Server. How is threading performed for webM to SAP RFC calls? Is it only single threaded for this direction?

Cheers
John

The IS based SAP adapter have multithreaded RFC listeners.
From the admin UI, where you define your listeners, you can simply select the number of threads, your listener will have.

The listeners use ServerThreads.
Every thread will use the same program-id for the RFC registration.
Eg. If you allocate 10 threads, you will be able to perform 10 simultaneous RFC calls from R/3.