美文网首页SAP FIORI
SAP Web IDE Personal Edition 在

SAP Web IDE Personal Edition 在

作者: 46b61a5f089d | 来源:发表于2017-04-19 15:20 被阅读338次

前言

开发 Fiori 的Web 应用,需要使用到一些开发工具,目前可以使用的是 Eclipse, 这个在本博客中已经有介绍.随着 SAP 的不断更新,目前推荐使用的是 SAP WEB IDE Cloud 版本,但是该在线版本在国内访问速度真的是超级慢,特别是没有 subscription 的情况下.
SAP 还提供了个人版,因为使用的 Mac,所以下载了 Mac 版本,本文将介绍如何安装和配置SAP Web IDE Personal Edition.

下载和安装

可能遇到的问题

  • 如果是 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 成功:


相关文章

网友评论

    本文标题:SAP Web IDE Personal Edition 在

    本文链接:https://www.haomeiwen.com/subject/ciqhzttx.html