SAP Web IDE Personal Edition 在
2017-04-19 本文已影响338人
46b61a5f089d
![](https://img.haomeiwen.com/i2445987/80942891c1dede70.jpg)
前言
开发 Fiori 的Web 应用,需要使用到一些开发工具,目前可以使用的是 Eclipse, 这个在本博客中已经有介绍.随着 SAP 的不断更新,目前推荐使用的是 SAP WEB IDE Cloud 版本,但是该在线版本在国内访问速度真的是超级慢,特别是没有 subscription 的情况下.
SAP 还提供了个人版,因为使用的 Mac,所以下载了 Mac 版本,本文将介绍如何安装和配置SAP Web IDE Personal Edition.
下载和安装
- 下载地址: https://tools.hana.ondemand.com/#sapui5
- 将下载的 zip 文件解压到 application 目录下
- 运行 orion 应用
- 登录 SAP Web IDE
http://localhost:8080/webide/index.html
可能遇到的问题
- 如果是 Sierra 系统,可能会遇到如下问题:
解决方法
执行命令xattr -r -c *
连接到 SAP Gateway 系统
在 application eclipse 目录下,运行命令:
vi orion.app/Contents/MacOS/config_master/service.destinations/destinations/<连接文件名>
编辑文件,添加以下内容:
Description=<Connection description>
Type=HTTP
TrustAll=true
Authentication=BasicAuthentication
WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap
Name=<Conneciton name>
URL=http:/<SAP gateway host address>:<port>
ProxyType=Internet
WebIDESystem=<SAP gateway system name>
WebIDEEnabled=true
sap-client=<SAP client number>
测试系统连接
登录SAP Web IDE Personal Edition, 如果看到以下界面,表示连接到 SAP gateway server 成功:
![](https://img.haomeiwen.com/i2445987/d99621fbc846ccf1.png)