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结构导入的详细信息 ...
随机推荐
- 【面试虐菜】—— 常用SQL语句
创建表 create table emp( id decimal, name ), age decimal) 删除表 DROP TABLE EMP 插入默认值 CREATE TABLE EMP( Id ...
- Facet constraits error: Spring 4.1 requires Java 1.6 or newer.
问题来源: 在高版本的myeclipse,同步低版本的myeclipse提交的项目,可能会出现配置不一致. 问题描述: spring4.1不支持jdk1.6 注:在下载项目到本地的时候,myeclip ...
- python入门14 字典dict
字典dict是无序的key:value格式的数据序列 #coding:utf-8 #/usr/bin/python """ 2018-11-11 dinghanhua 字 ...
- PHP Swoole 基于纯真IP库根据IP匹配城市
把纯真IP库读到内存,纯真IP库本来就是有序的,然后每次请求二分查找就行,44WIP查找十几次就搞定了 dispatch_mode最好写3,不然做服务的时候,会导致进程任务分配不均匀. max_req ...
- com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException 异常
MySQL完整性约束破坏异常:com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException 在单向多对一关联关系 ...
- Gym Gym 101147G 第二类斯特林数
题目链接:http://codeforces.com/gym/101147/problem/G 题意:n个人,去参加k个游戏,k个游戏必须非空,有多少种放法? 分析: 第二类斯特林数,划分好k个集合后 ...
- js通过codeURL画二维码
一.函数封装 //生成微信二维码 function xyqrcode(options) { var settings = { dom:'', render: 'canvas', //生成二维码的格式还 ...
- Android学习笔记_39_tween动画的实现(Animation和Frame)
一.Animation动画的实现及特点: 1.Tween动画,通过对 View 的内容进行一系列的图形变换 (包括平移.缩放.旋转.改变透明度)来实现动画效果. 动画效果的定义可以采用XML来做也 ...
- TDD: 解除依赖
1 A类依赖B 类,可以把B类提取成IB接口,解除AB 之间的依赖关系. 通过创建实现了IB接口的BStub 装代码,可以模拟B类进行测试. 这是针对接口编程的典型.适合构造代价大,变化多的情况.应 ...
- react setState修改嵌套对象
在react使用setState过程中,难免会遇到复杂的数据类型,,这里还要提醒一下setState 是异步操作行为,需要setState之后的结果做为参数,请求数据的话,可以配合 async aw ...