Entering content frameObject documentation Route Strings Locate the document in its SAP Library structure

Definition

A route string describes the stations of a connection required between two hosts. A route string has the syntax

(/H/host/S/service/W/pass)*

It consists of any number of substrings in the form /H/host/S/service/W/pass .

Caution

H , S , and W must be uppercase!

Structure

A route string contains a substring for each SAProuter and for the target server.

Each substring contains the information required by SAProuter to set up a connection in the route: the host name, the port name, and the password, if one was given.

Syntax for substrings:

Caution

In earlier Releases (<4.0A), the password entry was made one substring later and with the letter /P/ .

New: /H/saprouter/W/pass/H/targetserver

Old: /H/saprouter/H/targetserver/P/pass

(Here pass is the password which is checked by the SAProuter on host saprouter to set up or prohibit the connection from the source host to the target host.)

Due to downward compatibility, the old password entry form is still possible.

See also:

Route String Entry for SAProuter

 

Leaving content frame