SAP WebIDE的本地安装方式

115 阅读1分钟

Created by Jerry Wang, last modified on Jun 02, 2015

  1. store.sap.com/ 下载安装文件:
    clipboard1
    clipboard2
    通过注册时维护的mail地址获得下载link:

在这里插入图片描述

确保JDK或者JRE至少在1.7以上:
clipboard4

2.所有下载的安装文件置于SAPWebIDE folder下,hierarchy如下图所示:
clipboard5

使用如下命令行进行安装:
clipboard6

通过修改配置文件(“C:\WebIDE\orion\eclipse\orion.ini”)可更换webIDE的默认port:
clipboard7

之后使用如下url访问IDE:

http://localhost:9080/webide/index.html.

  1. 创建destination file用于连接remote的gateway server.

参考如下的sample file. 注意每行的configuration item后不允许出现空格。

#ServiceDestination

Description=GM6

Type=HTTP

TrustAll=true

Authentication=NoAuthentication

WebIDEUsage=odata_abap,ui5_execute_abap,dev_abap

Name=GM6

URL=http\://<host name>\:50033

ProxyType=OnPremise

WebIDESystem=GM6

WebIDEEnabled=true

sap-client=001

配置完成后在Service Catalog的drop down list里既可浏览上述destination file指向的gateway server上存在的oData service
clipboard8