分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 技术分享

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

发布时间:2023-09-06 01:54责任编辑:董明明关键词:Web
  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应用

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

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved