Jerry的CDS view自学系列

My CDS view self study tutorial - part 1 how to test odata service generated by CDS view
https://blogs.sap.com/2016/03/10/my-cds-view-self-study-tutorial-part-1-how-to-test-odata-service-generated-by-cds-view/
My CDS view self study tutorial - Part 2 what objects are automatically generate after you activate one CDS view: https://blogs.sap.com/2016/03/11/my-cds-view-self-study-tutorial-part-2-what-objects-are-automatically-generate-after-you-activate-one-cds-view/
My CDS view self study tutorial - Part 3 how is view source in Eclipse converted to ABAP view in the backend
https://blogs.sap.com/2016/03/11/my-cds-view-self-study-tutorial-part-3-how-is-view-source-in-eclipse-converted-to-abap-view-in-the-backend/
My CDS view self study tutorial - Part 4 how does annotation @OData.publish work:
https://blogs.sap.com/2016/03/12/my-cds-view-self-study-tutorial-part-4-how-does-annotation-odatapublish-work/
My CDS view self study tutorial - Part 5 how to create CDS view which supports navigation in OData service: https://blogs.sap.com/2016/03/19/my-cds-view-self-study-tutorial-part-5-how-to-create-cds-view-which-supports-navigation-in-odata-service/
My CDS view self study tutorial - Part 6 consume table function in CDS view https://blogs.sap.com/2016/03/25/my-cds-view-self-study-tutorial-part-6-consume-table-function-in-cds-view/
My CDS view self study tutorial - Part 7 unveil the secret of @ObjectModel.readOnly:https://blogs.sap.com/2016/04/22/my-cds-view-self-study-tutorial-part-7-unveil-the-secret-of-objectmodelreadonly/
My CDS view self study tutorial - Part 8 my summary of different approaches for annotation declaration and generation: https://blogs.sap.com/2016/04/23/my-cds-view-self-study-tutorial-part-8-my-summary-of-different-approaches-for-annotation-declaration-and-generation/
My CDS view self study tutorial - Part 9 cube view and query view: https://blogs.sap.com/2016/05/21/my-cds-view-self-study-tutorial-part-9-cube-view-and-query-view/
My CDS view self study tutorial – Part 10 How does CDS view key user extensibility work in S4: https://blogs.sap.com/2017/01/05/my-cds-view-self-study-tutorial-part-10-how-does-cds-view-key-user-extensibility-work-in-s4/
My CDS view self study tutorial – Part 11 CDS view test double framework: https://blogs.sap.com/2017/03/08/my-cds-view-self-study-tutorial-part-11-cds-view-test-double-framework/
My CDS view self study tutorial – Part 12 CDS view source code count tool: https://blogs.sap.com/2017/05/28/my-cds-view-self-study-tutorial-part-12-cds-view-source-code-count-tool/
My CDS view self study tutorial – Part 13 CDS view authorization: https://blogs.sap.com/2017/06/16/my-cds-view-self-study-tutorial-part-13-cds-view-authorization/
My CDS view self study tutorial – Part 14 CDS view performance analysis using PlanViz in HANA studio: https://blogs.sap.com/2017/07/23/my-cds-view-self-study-tutorial-part-14-cds-view-performance-analysis-using-planviz-in-hana-studio/
要获取更多Jerry的原创技术文章,请关注公众号"汪子熙"或者扫描下面二维码:


Jerry的CDS view自学系列的更多相关文章
- Jerry的通过CDS view + Smart Template 开发Fiori应用的blog合集
S4/HANA里有一个新的UI框架叫做Smart template, 配合ABAP后台的CDS view技术,能够让developer以Metadata driven的方式来开发Fiori应用, 这种 ...
- 如何在SAP云平台ABAP编程环境里把CDS view暴露成OData服务
Jerry 2016年在学习SAP CDS view时,曾经写过一个CDS view的自学系列,其中有一篇提到了一个很方便的注解: @OData.publish: true 加上这个注解的CDS vi ...
- SAP S/4HANA CDS View的访问控制实现:DCL介绍
来自我的同事Xu Miles Authorization Objects are business concept, they are distinguished by business scenar ...
- 如何用ABAP代码读取CDS view association的数据
我有如下一个CDS view, 这个view的数据来自CRMD_ORDERADM_H, 定义了一个名称为_statushelp的association, 指向了另一个CDS view Z_C_Stat ...
- CDS view注解解析 - @Environment.systemField
下面的CDS view使用到了@Environment.systemField这个注解,定义了两个参数#SYSTEM_LANGUAGE和#USER. 这个view从CRM物料主数据的产品抬头表COMM ...
- 如何计算CDS view里两个时间戳之间的天数间隔
ABAP透明表里的时间戳,数据类型为dec: 有个需求:计算这两个时间戳之间的天数间隔,丢弃时间戳年-月-日8位后面的小时:分钟:秒. 举个例子:如果时间戳是20180918173132,丢弃1731 ...
- 使用CDS view开发SAP Marketing contact的facet追溯工具
这篇SAP社区博客里,我的一位同事介绍了SAP Marketing里contact facet数据模型的存储表: https://blogs.sap.com/2016/07/01/how-does-s ...
- 一个使用CDS VIEW 的 DEMO
一个使用CDS VIEW 的demo REPORT demo_cds_currency_conversion. CLASS demo DEFINITION. PUBLIC SECTION. CLASS ...
- cds view join和association
1:创建两张表:ztt_teacher01 和ztt_teacher02 用于 cds view中的join和association 2:创建两个cds view:ztt_teacher01_id_n ...
随机推荐
- 用vue做app内嵌页遇到的坑
公司要求用vue做一个微信端的网站,其中还包含一些app的内嵌页.开始的时候没想那么多,就直接用vue-cli搭了一个单页的vue项目,可随着项目越做越大,页面越来越多,问题就开始暴露出来了. 众所周 ...
- 使用Myeclipse为数据表创建hibernate实体对象
hibernate是orm框架的一种,orm即Object Relational Mapping,对象映射关系,其主要作用是将数据库(mysql,mssql,oracle)的对象转换为具体编程语言(如 ...
- Tomcat在Linux服务器上的BIO、NIO、APR模式设置
一.BIO.NIO.AIO 先了解四个概念: 同步 : 自己亲自出马持银行卡到银行取钱(使用同步IO时,Java自己处理IO读写). 异步 : 委托一小弟拿银行卡到银行取钱,然后给你(使用异步IO时, ...
- Android开发之常见事件响应方式
常见的事件有 (1)单击事件 onClickListener (2)长按事件 onLongClickListener (3)滑动事件 onTouchListener (4)键盘事件 onKeyLi ...
- iOS 常用到的宏#define
//AppDelegate #define APPDELEGATE [(AppDelegate*)[UIApplication sharedApplication] delegate] //----- ...
- Ubuntu上安装flashplayer
当你已经为linux flashplayer无法安装抓狂的时候,不妨来看看吧 我使用的是Ubuntu 12.04.4 LTS,由于firefox无法播放flash所以去下载了一个adobeflashp ...
- office------------word邮件合并(word2016版)
虽然本人是学计算机的,但是office技能很一般,最近工作中用到了邮件合并这一功能,记录下来与大家分享. 我用到的邮件合并就是word中定好模板,从excel中批量导入数据,现实生活中,在录取通知书打 ...
- 童话故事 --- 什么是SQL Server Browser
高飞狗这几天特别郁闷,不知该如何通过TCP/IP协议连接SQL Server数据库.好在功夫不负有心人,经过几天的刻苦研究,终于得到了答案. 高飞狗呼叫UDP1434端口,"叮铃铃,叮铃铃- ...
- [UWP]了解IValueConverter
1. 前言 IValueConverter是用于数据绑定的强大的武器,它用于Value在Binding Source和Binding Target之间的转换.本文将介绍IValueConverter的 ...
- 干货分享!关于APP导航菜单设计你应该了解的一切
导航菜单是人机交互的最主要的桥梁和平台,主要作用是不让用户迷失方向.现在市面上产品的菜单栏种类繁多,到底什么样的才是优秀的导航菜单设计呢?好的菜单设计不仅能提升整个产品的用户体验,而且还能让用户耳目一 ...