Using Router Strings in SAP Connectors

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

Advertisement

Posted

in

,

by

Tags:

Comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s