Create Fiori List App Report with ABAP CDS view – PART 2
In the Part 1 blog, we have discussed below topics
- CDS annotations for Fiori List Report.
- How to create a Gateway service from ABAP CDS view
- How to create a Fiori List App report in Web IDE.
- How to Deploy the Fiori Application.
In this blog, we are going to discuss below topics.
- Create a Custom Semantic Object.
- Create a Tile in Fiori.
- Adding Tile from Catalogs –> Groups.
So lets begin ……..
5. Create Custom Semantic Object:
- Log on to SAP system à t-code /UI2/SEMOBJ
2. Click on Change.
3. Click on “New Entries”.
4. Give a name to Semantic Object, Semantic Object Name, and Semantic Object Description
and click on “Save”.
5. It will prompt for a Transport Request to collect the custom created semantic object.
If you don’t have a TR ready, you can create one and assign the semantic object and click
“Continue”.
6. Create a Tile in Fiori App:
1.Logon to SAP Fiori Designer launch pad.
Select the Catalog – OTC Analytics – General and Click on Add Tile +
2. Click on App Launcher – Static.
3. Give Title name. If you are using Navigation in your List report, please check Use semantic Object Navigation and give the Semantic Object and Action. Finally Click on “Save”.
4. After saving, go back and click on Target mapping icon.
5. Click on Create New Target Mapping.
6. Mention the Semantic Object and Action type, title, URL, ID and click on “Save”.
For the URL: mention the /sap/bc/ui5_ui5/sap/<this is the Application Name given during the Deployment>
Go to Web IDE and right click on application –> Deploy –> Application Status.
For ID : Go to Web IDE –> Project –> Component.js file –> take the ID from the file as below.
7. Adding Tile from Catalogs –> Groups:
- After you create Tile successfully in the Catalogs, then we need to enable the Tile in the respective Group. So that users belong to these groups will able to see the Tile in their Fiori Launchpad.
Click on Groups –> Search the group name you want to add the new Tile –> Click on Add Tile
- Click on + symbol to enable the tile to this group.
- Now you can logon to Fiori Launchpad and see if you were able to see the Tile in the group.
Create Fiori List App Report with ABAP CDS view – PART 2的更多相关文章
- Create Fiori List App Report with ABAP CDS view – PART 1
From Create Fiori List App Report with ABAP CDS view – PART 1 In this blog, I am going to show How C ...
- CDS测试框架介绍:如何为ABAP CDS Entities写测试
动机 现在大家都知道单元测试对我们代码的好处.并且我们都承认它是开发过程中不可或缺的一部分.但是在把代码切换到数据库的模式下的时候,我们被粗暴地打回了软件测试的黑暗年代...我们现在面临着逻辑下推到A ...
- ABAP-Eclipse ADT中创建ABAP CDS视图
Create an ABAP Project in ABAP Development Tools (ADT): https://developers.sap.com/tutorials/abap-cr ...
- Jerry的通过CDS view + Smart Template 开发Fiori应用的blog合集
S4/HANA里有一个新的UI框架叫做Smart template, 配合ABAP后台的CDS view技术,能够让developer以Metadata driven的方式来开发Fiori应用, 这种 ...
- ABAP CDS - Syntax
The syntax of the DDL and of the DCL of the ABAP CDS comprises elements of the general DDL and DCL o ...
- 如何在SAP云平台ABAP编程环境里把CDS view暴露成OData服务
Jerry 2016年在学习SAP CDS view时,曾经写过一个CDS view的自学系列,其中有一篇提到了一个很方便的注解: @OData.publish: true 加上这个注解的CDS vi ...
- HANA CDS与ABAP CDS
如果你在网络或者SCN上面搜索CDS,即SAP的Core Data Services,你会很容易地找到类似“Core Data Services(CDS)是一个在SAP HANA中用于定义和消费富语义 ...
- ABAP CDS Table Function介绍与示例
Core data services(以下简称CDS)可以指两样东西,一个是HANA CDS,一个是ABAP CDS. 如我们所知,HANA CDS只支持HANA数据库,ABAP CDS理论上支持多种 ...
- 使用ABAP CDS视图创建服务
介绍本文介绍使用ABAP Core Data Services创建OData服务的最快方法. 给出了有关@ OData.publish注释利用率,对数据源CDS实体的引用和从DDIC结构导入的详细信息 ...
随机推荐
- jsencrypt代码分析——openssl的rsa加密解密在js的实现
在js上做rsa,感觉jsencrypt这个是封装的比较好的,但用起来还是遇到了些坑,所以踩进代码里填填坑- 项目在这里 https://github.com/travist/jsencrypt [r ...
- Struts2学习-拦截器
1.新建项目user4,建立好和user3一样的目录,与之相比只是添加几个类,主要是struts.xml和action类的改变,其结果没有太大的变化 struts,xml <?xml versi ...
- Shell脚本学习之expect命令
转载:http://blog.csdn.net/leexide/article/details/17485451 目录(?)[-] 一概述 二expect的安装 一Tcl 安装 二expect 安装 ...
- UVA515 King
嘟嘟嘟 题目翻译:有n个数,m个限制条件.每一个限制条件形如:1.x y gt c:表示ax + ax+1 + … +ay > c.2.x y It c:表示ax + ax+1 + …… +ay ...
- 搜索自动提示的简单模拟JQuery
使用jQuery实现类似于百度搜索时的自动完成功能,界面效果 所示. 首先在输入框上注册keyup事件,然后在事件中通过AJAX获取JSON对象.取得数据后,每一项数据创建一个li标签,在标签上注册c ...
- CodeForces - 600B Queries about less or equal elements (二分查找 利用stl)
传送门: http://codeforces.com/problemset/problem/600/B Queries about less or equal elements time limit ...
- 12 个强大的 Chrome 插件扩展
Chrome功能强大,也得益于其拥有丰富的扩展资源库.Chrome Web Store里有各种各样的插件,可以满足你使用Chrome时的各种要求.和Firefox一样,Chrome的扩展非常容易安装, ...
- Git错误
$ rm -rf .git $ git config --global core.autocrlf false $git init $git add . ---------------------- ...
- android 多线程 异步消息处理 服务 学习笔记 (六)
三种多线程编程方法 1 class Mythread extends Thread{ @Override public void run(){} } new Mythread().start() 2 ...
- ListItem Updating事件监视有没有上传附件
using System; using System.Collections.Generic; using System.Text; using Microsoft.SharePoint; using ...