在 Web IDE 个人版目标应在以下路径下创建:
C:\SAPWebIDE\eclipse\config_master\service.destinations\destinations
在目标文件夹中,您需要为每个目标创建一个文件。该文件必须没有扩展名,通常文件名应该是您要连接的系统的名称,例如(Q7D 等)
该文件应具有以下结构(取自 Web IDE 文档):
Description=<mysystem> description
Type=HTTP
TrustAll=true
Authentication=NoAuthentication
Name=<mysystem>
ProxyType=Internet
URL=https\://<host>\:<port>
WebIDEUsage=<add a value according to the table below>
WebIDESystem=<mysystem>
WebIDEEnabled=true
sap-client=<SAP client number for ABAP systems only. Delete this line if you are not using an ABAP system.>
您可以在此处找到有关目标文件的更多详细信息
创建新目标后,打开 Web IDE 并在选择服务向导步骤中基于模板(例如 master/detail)创建一个新项目,选择系统,然后生成一个新应用程序。生成的应用程序将包含您需要的所有代码(清单、数据源、视图、控制器等),剩下的就是运行它:)
祝你好运!