cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Connection to our SAP sys from outer internet network through SAProuter

Former Member
0 Likes
851

Hi all,

Firstly, I have successfully installed SAProuter on our sytem so that SAP can successfully log on to our production, quality & development systems through SNC connection via sapserv2( SAProuter at SAP side ).

We have configured our SAProuter as described below:

sapserv2( saprouter at SAP)->punsaprt01(newly installed SAProuter)->sapp3d01(SAProuter on development server)--->lastly connected to Production,Quality & development system.

As said above we use two SAProuter in between SAP & our three SAP system(PRD,QAS & DEV ).

But I need to know how we can to connect to our SAP system from outer the internet network area.

For Eg: How to connect a PC which is at differnet location having an internet connection & SAP gui installed to connect to our three SAP systems through our SAProuter's.

What must be the 1) SAProuttab entry to be maintained, 2) SAProutstring at SAP logon 3) Port to be opened from external device to our SAP system or any other method for getting connection.

Please do reply regarding this ASAP.

Informative suggesions will be rewarded.

Best Regards,

Ganesh Nag G.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

You just have to mantain Saprouttab with the IP from the PC outside of you LAN and set the RouteString like /H/ 32xx (where xx is the instance number)

Have a nice day

Former Member
0 Likes

AC,

is this type of connection as fast as a dedicated T1 connection between two sites ?? do companies normally have a dedicated T1 connection ? thanks

Former Member
0 Likes

hi there

my configuration using 1 sap router only

SAP GUI from external network -- SAP ROUTER -- SAP System

Line: -


here is the saprouttab file, please note we are using "password" as password

you can use ip address instead of hostname ! example use 192.168.0.1 instead of sapdev

please remark the line with underline below ! i cant use char '#'

SNC connection to and from SAP

KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *

SNC-connection from SAP to SAP system for R/3-Support

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" sapdev

3201

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" sapqa

3201

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" sapprd

3200

SNC-connection from SAP to SM4 system for WTS

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" sapdev

3389

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" sapqa

3389

KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" sapprd

3389

Access from your local Network to SAP

P * * * password

All other connections will be denied

D * * *

Line: -


here is the saprouter string in SAP GUI

/H/xxx.xx.xx.xx/W/password/H/

Former Member
0 Likes

Dear Didik Bhudi

Do you explain more detail about parameter "password" in saprouttab file, and SAProuter string in SAP Gui. This password is the password of SAProutet(PIN) or password of server where saprouter is installed.

Thanks all.