如何用WebIDE開啟並執行CRM Fiori應用

i042416發表於2018-05-15
  1. 訪問Web IDE url

在Web IDE裡進行專案clone操作: https://<git host name>:8080/#/admin/projects/fnf/customer/cus.crm.opportunity

如何用WebIDE開啟並執行CRM Fiori應用
  1. 選擇clone完畢的專案,點選Run:


    如何用WebIDE開啟並執行CRM Fiori應用

選擇noShellIndex.html:


如何用WebIDE開啟並執行CRM Fiori應用

在專案根目錄下新增一個檔案: neo-app.json


如何用WebIDE開啟並執行CRM Fiori應用

之後即可成功執行:


如何用WebIDE開啟並執行CRM Fiori應用

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應用
如何用WebIDE開啟並執行CRM Fiori應用

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2154502/,如需轉載,請註明出處,否則將追究法律責任。

相關文章