cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI for Java and connection via saprouter

Former Member
0 Kudos

Hi!

I cannot seem to get connected to a server via saprouter when I use sapgui for java. I have created a router config file but it doesnt help me much What I need is the connectionstring for connecting to a sap-system via saprouter.

thanks

Anders

Accepted Solutions (0)

Answers (1)

Answers (1)

RMW
Product and Topic Expert
Product and Topic Expert

Hello,

on the advanced tab, you can try something like

/H/<saprouter>/S/<portno>/H/<your-appserver>/S/3200

while <saprouter> can be an IP-address or name of your saprouter, portno is usually 3299, <your-appserver> IP-address or hostname of your app server.

For details, please use the "Help" button at the bottom left of the "Add New Connection" dialog. A description for the configuration files can be found using menu "Help->Help content" on the "SAP GUI for Java" window, chapters 6 and 7.

Hope this helps

Rolf-Martin

ChrisPaine
Active Contributor
0 Kudos

For those arriving at this answer like I was - trying to figure out how to get the config for a PC based connection working in Java GUI:

<PC SAP Login Connection Parameter "SAProuter String"><PC SAP Login Connection Parameter "Application Server">/S/3200

N.b. SAP Router String will start and end with /H/

hope that helps someone.


Cheers,

Chris