# Configuration file for SAPGUI for Java # # Syntax: # Everything following a # is ignored (comment). # Lines have the following form: # # @MESSAGESERVER = <filename|URL> # specifies the location of the system wide # message server list (single entry) # # @ROUTER = <filename|URL> # specifies the location of the system wide # router list (single entry) # # @INCLUDE = <filename|URL> # specifies the location of an additional, # system wide ini file (single entry, optional) # # <system name> ":" <host spec> # specifies known R/3 systems (multiple entries, optional) # <system name> : any name # <host spec> : extended NI connection string # # Extended NI connection strings: # (1) connect using symbolic system id and group # /R/<systemid>/G/<group> # (message server for system id is looked up in the # message server list, application server for # group is provided by message server) # # (2) connect using message server and group # /M/<hostname>/S/<port>/G/<group> # (application server for group is provided # by message server) # # (3) connect using application server address # /H/<hostname>/S/<port> # (application server is used directly) # # Typically, the portnumber for an application server is 3200 + the # system id of the R/3 system. The system id is 0 by default. # # A route consisting of SAPRouter addresses can be supplied # preceding all three variants of connection strings. See NI # (SAP network interface) documentation for details about more # complex connect strings, including saprouters # examples for valid entries: # BIN: /R/BIN/G/PUBLIC # BIN: /M/binmain/S/3604/G/PUBLIC # BIN: /H/myrouter/S/3299/M/binmsg/S/3604/G/PUBLIC # BIN: /H/myrouter/S/3299/H/hs0335/S/3253 # location of a system wide message server list # @MESSAGESERVER = http://saplogon/configurationfiles/messageserver.txt # location of a system wide router list # @ROUTER = http://saplogon/configurationfiles/router.txt # location of a system wide system list # @INCLUDE = http://saplogon/configurationfiles/systems.txt #TST : /H/yoursystem/S/3200 #TST [PUBLIC] : /M/yourmessageserver/S/3600/G/PUBLIC Production-1: /H/sap-prd1.mit.edu/S/3210&sncname=s:sap@sap-prd1.mit.edu&sncon=true&sncopt=9&expert=true Production-2: /H/sap-prd2.mit.edu/S/3210&sncname=s:sap@sap-prd2.mit.edu&sncon=true&sncopt=9&expert=true Production-3: /H/sap-prd3.mit.edu/S/3210&sncname=s:sap@sap-prd3.mit.edu&sncon=true&sncopt=9&expert=true Production-Batch: /H/sap-prdb.mit.edu/S/3210&sncname=s:sap@sap-prdb.mit.edu&sncon=true&sncopt=9&expert=true sap-edu: /H/sap-edu.mit.edu/S/3206&sncname=s:sap@sap-edu.mit.edu&sncon=true&sncopt=9&expert=true sap-tst: /H/sap-tst1.mit.edu/S/3205&sncname=s:sap@sap-tst1.mit.edu&sncon=true&sncopt=9&expert=true sap-training: /H/sap-trn.mit.edu/S/3207&sncname=s:sap@sap-trn.mit.edu&sncon=true&sncopt=9&expert=true sap-staging1: /H/sap-stg1.mit.edu/S/3203&sncname=s:sap@sap-stg1.mit.edu&sncon=true&sncopt=9&expert=true sap-prototype1: /H/sap-pro1.mit.edu/S/3200&sncname=s:host@sap-pro1.mit.edu&sncon=true&sncopt=9&expert=true sap-prototype2: /H/sap-pro2.mit.edu/S/3203&sncname=s:sap@sap-pro2.mit.edu&sncon=true&sncopt=9&expert=true sap-dev: /H/sap-dev0.mit.edu/S/3201&sncname=s:sap@sap-dev0.mit.edu&sncon=true&sncopt=9&expert=true sap-SFK: /H/sap-stg0.mit.edu/S/3200&sncname=s:host@sap-stg0.mit.edu&sncon=true&expert=true @autoSelectMode = true @frameWidth = 913 @frameHeight = 891