Is it not possible to dynamically change the connection of RFC Adapter Service?
To invoke an RFC, there are two ways - one is to create one RFC Adapter Service and another is to directly invoke the RFC by calling pub.sap.client:invoke built-in service and pass the RFC name. I can see that by using the serverName in this built-in service, we can dynamically change the connection. But if I want to dynamically change the connection for RFC Adapter service, then what do I need to do?
On page 62 of the WmSAPAdapterUserGuide, it is mentioned that alternatively we can use $connectionName to change the connection. I think by using this, we can change the connection of any JDBC Adapter Service, but how to use $connectionName for SAP RFC Adapter Service, that is not clear to me.
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods