天天看点

SAP CDS view(Core Data Service)自学的一些材料和方法

Self study和incident handling的不同之处

(1) incident handling有时间压力,遇到自己思路卡住求助同事无可厚非。而Self study没有太大的时间压力,要充分利用这个机会提高自己的学习能力。

(2) incident handling目标明确 - 解决issue。而self study - 学到什么程度?拿我自己学UI5来说,UI5里的控件浩如烟海,我不去学控件怎么用,而是一开始就去研究UI5框架。框架吃透之后,对于UI5里各种各样控件的使用,就是一个以不变应万变的过程而已。

怎么自学UI5?我自学的例子:

SAP CDS view(Core Data Service)自学的一些材料和方法

(1) 这是我写的SAP UI5 自学笔记:

http://scn.sap.com/community/developer-center/front-end/blog/2015/10/26/a-tutorial-how-i-do-self-study-on-a-given-fiori-control-and-ui5-framework-code-behind

(2) 跟着UI5 walk through走一遍,把每步练习都做完:

https://openui5beta.hana.ondemand.com/#docs/guide/3da5f4be63264db99f2e5b04c5e853db.html

(3) 先专研框架,再回过头来学使用控件。

(4)自己想debug UI5 框架,不知道在哪里设断点? 看我写的博客:

https://blogs.sap.com/2016/04/30/my-ui5-debugging-tips-and-experience-collection-how-to-resolve-ui5-issues-through-debugging-by-yourself/

回到正题,如何自学SAP CDS view?

看我写的SAP 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/
SAP CDS view(Core Data Service)自学的一些材料和方法

2. 熟悉常用的CDS注解的定义:

http://help.sap.com/saphelp_nw75/helpdata/en/63/0ce9b386b84e80bfade96779fbaeec/content.htm?frameset=/en/c2/dd92fb83784c4a87e16e66abeeacbd/frameset.htm¤t_toc=/en/d9/bc687d35fa42ccbb0b9256ce786d51/plain.htm&node_id=61&show_children=false

多用Google. 善于组织不同的关键字来得到自己想要的搜索结果是一个软件工程师必备的能力。

SAP CDS view(Core Data Service)自学的一些材料和方法

继续阅读