1. 程式人生 > >如何用WebIDE打開並運行CRM Fiori應用

如何用WebIDE打開並運行CRM Fiori應用

upload 二維 應用 fiori .json and resource shel 點擊

  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應用