Did you ever have to connect to a remote SAP system using a router string through your .NET / Java Connector? Well, I did, and I want to share how.
Let’s assume that you have the following information in your SAP logon:
Host: 10.0.0.1
Router String: /H/200.15.15.15/W/1testsapserver2/H/
In that case, your host IP should be used in the following format:
/H/200.15.15.15/W/1testsapserver2/H/10.0.0.1
Leave a Reply