在SAP WebIDE里使用Fiori Elements快速开发SAP UI5应用

简介: 在SAP WebIDE里使用Fiori Elements快速开发SAP UI5应用

(1) Create CDS view based on sample database table spfli and scarr


Create two CDS views in ABAP development studio. The source code for both are listed below. You just need to copy them into studio and click activate button.image.pngimage.pngOnce activated, there is a hint in studio to tell you the automatically published OData service name, and then tcode for service registration.image.png(2) Use tcode /IWFND/MAINT_SERVICE to finish OData service registrationimage.pngSpecify System Alias = LOCAL and search using the CDS name you get from step1, select the search result and click “Add Selected Services”:image.pngOnce added, click “SAP Gateway Client” to test whether the OData service works:image.pngMake sure the metadata request returns 200 success code.image.png(3) Create UI5 application using Wizard in WebIDE


Open WebIDE, File->New->Project from Template, choose Smart Template Application and next:image.pngimage.pngSelect the destination for your backend where CDS view is created, and locate your OData service created just now:image.pngThe annotation file is automatically identified, just click Next button:image.pngChoose OData Collection from drop down list and click Finish button:image.pngOnce created, the project looks like below. Choose Component.js and click Run button in WebIDE Toolbar:image.pngFrom rendered application you could see the table is now filled with data fetched from CDS view:image.pngBuild a Productive Fiori application in CRM Service area

Would you like to use the introduced technology to build a more complicated and productive Fiori application in CRM Service area? Then follow the steps in this blog Create a CRM Service Order Fiori application within a couple of minutes.



相关文章
|
7月前
|
数据可视化 C++
使用 SAP Fiori tools 开发 SAP UI5 应用
使用 SAP Fiori tools 开发 SAP UI5 应用
32 0
|
7月前
|
存储 JavaScript 前端开发
使用纯 ABAP 开发 SAP UI5 应用(一):abap2UI5 开发环境搭建介绍
使用纯 ABAP 开发 SAP UI5 应用(一):abap2UI5 开发环境搭建介绍
101 2
|
8月前
|
存储 移动开发 前端开发
SAP Fiori Launchpad 应用的两个实用技巧分享
SAP Fiori Launchpad 应用的两个实用技巧分享
37 0
|
8月前
|
XML 前端开发 开发工具
SAP Fiori应用索引大全工具和 SAP Fiori Tools 的使用介绍
SAP Fiori应用索引大全工具和 SAP Fiori Tools 的使用介绍
51 0
在SAP WebIDE里使用Fiori Elements快速开发SAP UI5应用
在SAP WebIDE里使用Fiori Elements快速开发SAP UI5应用
135 0
在SAP WebIDE里使用Fiori Elements快速开发SAP UI5应用
使用 SAP WebIDE 创建 SAP Fiori Elements 应用
使用 SAP WebIDE 创建 SAP Fiori Elements 应用
使用 SAP WebIDE 创建 SAP Fiori Elements 应用
|
存储 资源调度 前端开发
本地开发好的 SAP Fiori Elements 应用,如何部署到 ABAP 服务器上?
订阅专栏 这是 Jerry 2021 年的第 29 篇文章,也是汪子熙公众号总共第 300 篇原创文章。 之前 Jerry 的两篇文章,分别介绍了如何在本地使用 Visual Studio Code 创建一个 SAP Fiori Elements 应用,以及使用 Fiori Elements Controller Extension 理念,对该 Fiori Elements 应用进行二次开发的具体步骤。
171 0
本地开发好的 SAP Fiori Elements 应用,如何部署到 ABAP 服务器上?
我做 Fiori 开发经常使用的几个系统,不同的 SAP UI5 版本
我做 Fiori 开发经常使用的几个系统,不同的 SAP UI5 版本
126 0
我做 Fiori 开发经常使用的几个系统,不同的 SAP UI5 版本
|
XML Web App开发 开发框架
深入理解 SAP Fiori Elements 工作原理系列之二:如何给 SAP Fiori Elements 应用添加自定义按钮
深入理解 SAP Fiori Elements 工作原理系列之二:如何给 SAP Fiori Elements 应用添加自定义按钮
深入理解 SAP Fiori Elements 工作原理系列之二:如何给 SAP Fiori Elements 应用添加自定义按钮