大家在安装完SAPGUI后,准备添加系统列表进行登录时,注意过这个SAProuter字段么?

从SAP的帮助文档上可以找到SAProuter的定义:
https://help.sap.com/saphelp_nwes73/helpdata/en/48/6b41efb74c07bee10000000a42189d/content.htm?no_cache=true

SAProuter is an SAP program that acts as an intermediate station (proxy) in a network connection between SAP systems, or between SAP systems and external networks. SAProuter controls the access to your network, and, as such, is a useful enhancement to an existing firewall system (port filter).

Figuratively, the firewall forms an impenetrable “wall”around your network. However, since particular types of connections need to penetrate this wall, a “gate”has to be made in the firewall. SAProuter assumes control of this gate.
In short, SAProuter provides you with the means of controlling access to your SAP system.

SAProuter是一个SAP发布的应用,在SAP系统与系统之间,SAP系统与外部网络之间扮演着代理的角色。SAProuter能实现对SAP系统的访问控制,是企业防火墙的有效补充。

如下图所示,部署于企业局域网的客户端SAPGUI进行系统登录,登录请求通过局域网内的SAP router转发到Internet网络上的另一台SAP Router,再转发给部署于企业内网的ERP服务器。

上述描述的场景里,形象的说好比在ERP服务器所在的企业内网和SAPGUI的客户端所在的内网打了两个洞,在洞里部署两台SAP router确保只有受限的网络请求能够进出这两个被防火墙保护的安全网络。

这种“打洞”的思路在SAP另一款解决方案:SAP cloud connector里有类似的用法:

详情参考我的文章:使用Java+SAP云平台+SAP Cloud Connector调用ABAP On-Premise系统里的函数:

https://www.jianshu.com/p/3f28e575c93b

我们可以把用SAPGUI登录系统的快捷方式保存到本地,下次双击即可直接用SAPGUI登入系统:

用记事本打开,发现这些.sap文件的内容如下:

我们主要观看红色高亮部分。

H表示主机名,S表示服务Service。

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

最新文章

  1. mysql介绍及安装
  2. EasyUI第一章Application之Basic CRUD(增删改查)
  3. IStream 接口
  4. checkbox和radio使用
  5. 分布式 Key-Value 存储系统:Cassandra 入门
  6. App开放接口api安全性—Token签名sign的设计与实现
  7. Set集合——HashSet、TreeSet、LinkedHashSet(2015年07月06日)
  8. express模块安装后cmd中不能运行
  9. iOS的内存管理
  10. 负载均衡之DNS轮询
  11. GUI & Event例子
  12. Linux了解进程的地址空间
  13. HDU 4349 Xiao Ming's Hope [Lucas定理 二进制]
  14. sklearn_随机森林random forest原理_乳腺癌分类器建模(推荐AAA)
  15. appium环境搭建及项目实战
  16. 什么是crf
  17. 3分钟学会sessionStorage用法
  18. Python使用win32com实现的模拟浏览器功能
  19. NSNull floatValue intValue 找不到指定方法解决方式
  20. sublime3 离线安装插件

热门文章

  1. 查看分析器(Analyzer)的分词效果
  2. 【Lua】LWT后台用JSON与 ExtJS传递数据
  3. TypeLoadException: Could not load type 'Microsoft.AspNetCore.Mvc.Internal.IHttpResponseStreamWriterFactory' from assembly 'Microsoft.AspNetCore.Mvc.Core, Version=2.1.2.0 ...
  4. MySQL触发器基本介绍
  5. .net core 部署到IIS上 HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure
  6. [转]时序列数据库武斗大会之什么是TSDB
  7. Silverlight & Blend动画设计系列四:倾斜动画(SkewTransform)
  8. js 去除空格回车换行
  9. 小白学flask之路由,反向路由,路由参数
  10. cf449D. Jzzhu and Numbers(容斥原理 高维前缀和)