WebIDE的安装

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

  1. https://store.sap.com/ 下载安装文件:


    通过注册时维护的mail地址获得下载link:

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

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

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

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

之后使用如下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://:50033

ProxyType=OnPremise

WebIDESystem=GM6

WebIDEEnabled=true

sap-client=001

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

你可能感兴趣的:(WebIDE,WebIDE)