这篇文章主要介绍怎么用WebIDE打开并运行CRM Fiori应用,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
访问Web IDE url
在Web IDE里进行项目clone操作: https://<git host name>:8080/#/admin/projects/fnf/customer/cus.crm.opportunity
在项目根目录下添加一个文件: 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" } ] }
以上是“怎么用WebIDE打开并运行CRM Fiori应用”这篇文章的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注亿速云行业资讯频道!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。