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自学系列的更多相关文章

  1. Jerry的通过CDS view + Smart Template 开发Fiori应用的blog合集

    S4/HANA里有一个新的UI框架叫做Smart template, 配合ABAP后台的CDS view技术,能够让developer以Metadata driven的方式来开发Fiori应用, 这种 ...

  2. 如何在SAP云平台ABAP编程环境里把CDS view暴露成OData服务

    Jerry 2016年在学习SAP CDS view时,曾经写过一个CDS view的自学系列,其中有一篇提到了一个很方便的注解: @OData.publish: true 加上这个注解的CDS vi ...

  3. SAP S/4HANA CDS View的访问控制实现:DCL介绍

    来自我的同事Xu Miles Authorization Objects are business concept, they are distinguished by business scenar ...

  4. 如何用ABAP代码读取CDS view association的数据

    我有如下一个CDS view, 这个view的数据来自CRMD_ORDERADM_H, 定义了一个名称为_statushelp的association, 指向了另一个CDS view Z_C_Stat ...

  5. CDS view注解解析 - @Environment.systemField

    下面的CDS view使用到了@Environment.systemField这个注解,定义了两个参数#SYSTEM_LANGUAGE和#USER. 这个view从CRM物料主数据的产品抬头表COMM ...

  6. 如何计算CDS view里两个时间戳之间的天数间隔

    ABAP透明表里的时间戳,数据类型为dec: 有个需求:计算这两个时间戳之间的天数间隔,丢弃时间戳年-月-日8位后面的小时:分钟:秒. 举个例子:如果时间戳是20180918173132,丢弃1731 ...

  7. 使用CDS view开发SAP Marketing contact的facet追溯工具

    这篇SAP社区博客里,我的一位同事介绍了SAP Marketing里contact facet数据模型的存储表: https://blogs.sap.com/2016/07/01/how-does-s ...

  8. 一个使用CDS VIEW 的 DEMO

    一个使用CDS VIEW 的demo REPORT demo_cds_currency_conversion. CLASS demo DEFINITION. PUBLIC SECTION. CLASS ...

  9. cds view join和association

    1:创建两张表:ztt_teacher01 和ztt_teacher02 用于 cds view中的join和association 2:创建两个cds view:ztt_teacher01_id_n ...

随机推荐

  1. stanford-parser for C#

    在项目里用到C#对英文句子进行词性标注.比較成熟的英文词性标注软件是stanford-parser.它个C#版本号,也是借助于IKVM完毕JAVA-C#的转换.详细配置过程例如以下: 1.下载stan ...

  2. Fiddler使用总结一(使用Fiddler捕获手机所有http/https通信)

    与后端数据通信是前端日常开发的重要一环,在与后端接口联调的时候往往需要通过查看后端返回的数据进行调试.如果在PC端,Chrome自带的DevTools就已经足够用了,Network面板可以记录所有网络 ...

  3. ABP入门系列(6)——定义导航菜单

    ABP入门系列目录--学习Abp框架之实操演练 完成了增删改查以及页面展示,这一节我们来为任务清单添加[导航菜单]. 在以往的项目中,大家可能会手动在layout页面中添加一个a标签来新增导航菜单,这 ...

  4. springMVC学习总结(四)springmvc处理json数据类型以及fastjson的使用

    springMVC学习总结(四)springmvc处理json数据类型以及fastjson的使用 主要内容: 这篇文章主要是总结之前使用springmv接收json的时候遇到的问题,下面通过前台发送a ...

  5. Ubuntu 下使用 ZTE ME3630 4G 模块

    之前在 AM5728 开发板上使用过这个模块,用来在野外采集数据上传到服务器.最近接触另外一个项目,做一个演示用的样机,需要移动的,也是采用了这个模块来上传数据.样机环境是 Ubuntu 16.04 ...

  6. IO流(File类,IO流的分类,字节流和字符流,转换流,缓冲流,对象序列化)

    1.File类 File类可以在程序中 操作文件和目录.File类是通过建立File类对象,在调用File类的对象来进行相关操作的. 示例: public class Demo01 { public  ...

  7. 对Java中多态,封装,继承的认识(重要)

                                                            一.Java面向对象编程有三大特性:封装,继承,多态 在了解多态之前我觉得应该先了解一下 ...

  8. 日期函数ADD_MONTHS,MONTHS_BETWEEN,LAST_DAY,NEXT_DAY

  9. 【java设计模式】【创建模式Creational Pattern】抽象工厂模式Abstract Factory Pattern

    aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABvCAIAAACo3AbKAAALvUlEQVR4nO1dUa7cOA7U/c+zwJxkf4

  10. iOS 单利模式实现/优缺点

    感谢此文章提供摘要: http://www.cnblogs.com/lyanet/archive/2013/01/11/2856468.html 优缺点:http://blog.csdn.net/ta ...