码迷,mamicode.com
首页 > Web开发 > 详细

如何用WebIDE打开并运行CRM Fiori应用

时间:2018-05-15 12:40:59      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:sapui5   des   应用   公众   目录   bre   index   https   uri   

  1. 访问Web IDE url

在Web IDE里进行项目clone操作: https://

技术分享图片

  1. 选择clone完毕的项目,点击Run:
    技术分享图片

选择noShellIndex.html:
技术分享图片

在项目根目录下添加一个文件: neo-app.json
技术分享图片

之后即可成功运行:
技术分享图片

neo-app.json的源代码:

{
  "routes": [
    {
      "path": "/sap/opu/odata",
      "wattUsage": "odata_abap",
      "target": {
        "type": "destination",
        "name": "GM4_https",
        "entryPath": "/sap/opu/odata"
      },
      "description": "GM4_https"
    },
    {
      "path": "/sap/bc/ui5_ui5",
      "wattUsage": "ui5_execute_abap",
      "target": {
        "type": "destination",
        "name": "GM4_https",
        "entryPath": "/sap/bc/ui5_ui5"
      },
      "description": "GM4_https"
    },
    {
      "path": "/src/main/webapp/resources/",
      "target": {
        "type": "service",
        "name": "sapui5",
        "entryPath": "/resources"
      },
      "description": "SAPUI5 Resources"
    },
    {
      "path": "/src/main/webapp/resources",
      "target": {
        "type": "application",
        "name": "cuscrmlibreuse",
        "preferLocal": true
      },
      "description": "Reuse Library"
    }
  ]
}

要获取更多Jerry的原创技术文章,请关注公众号"汪子熙"或者扫描下面二维码:

技术分享图片

技术分享图片

如何用WebIDE打开并运行CRM Fiori应用

标签:sapui5   des   应用   公众   目录   bre   index   https   uri   

原文地址:https://www.cnblogs.com/sap-jerry/p/9040355.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!