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. EBS採购模块中的级联接收和级联接收事务

    EBS採购模块中的级联接收和级联接收事务 (版权声明,本人原创或者翻译的文章如需转载,如转载用于个人学习.请注明出处:否则请与本人联系.违者必究) 级联接收和级联接收事务 级联功能对来自于同一个供应商 ...

  2. IT(计算机/软件/互联网)专业词汇宝典(持续更新中)

    1.Stack Overflow:http://stackoverflow.com/      .一个著名的IT技术的问答站点.全然免费.程序猿必知. 2.programmer:程序猿 3.enthu ...

  3. 中国十大B2C电商站点开发语言调查

    中国B2C电商站点市场占有率排名例如以下 watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I ...

  4. IIS中遇到无法预览的问题(HTTP 错误 401.3 - Unauthorized 因为 Web server上此资源的訪问控制列表(ACL)配置或加密设置,您无权查看此文件夹或页面。)

    在IIS中  依次运行例如以下操作: 站点--编辑权限--共享(为了方便能够直接将分享对象设置为everyone)--安全(直接勾选 everyone )--应用--确定.

  5. hdu5353 Average

    Problem Description There are n soda sitting around a round table. soda are numbered from 1 to n and ...

  6. 谈谈调用腾讯云【OCR-通用印刷体识别】Api踩的坑

    一.写在前面 最近做项目需要用到识别图片中文字的功能,本来用的Tesseract这个写的,不过效果不是很理想. 随后上网搜了一下OCR接口,就准备使用腾讯云.百度的OCR接口试一下效果.不过这个腾讯云 ...

  7. JAVA入门[6]-Mybatis简单示例

    初次使用Mybatis,先手写一个hello world级别的例子,即根据id查询商品分类详情. 一.建表 create table Category ( Id INT not null, Name ...

  8. .NET Core容器化之多容器应用部署@Docker-Compose

    1.引言 紧接上篇.NET Core容器化@Docker,这一节我们先来介绍如何使用Nginx来完成.NET Core应用的反向代理,然后再介绍多容器应用的部署问题. 2. Why Need Ngin ...

  9. iKcamp出品微信小程序教学共5章16小节汇总(含视频)

  10. sourceTree git 忽略指定文件

    按照如下步骤执行(终端命令) 1. git status modified: LovegoMall.xcworkspace/xcuserdata/Tiny.xcuserdatad/xcdebugger ...