分类目录归档:ODATA

  • FIORI 学习整理

    FIORI 学习整理

    从SAP官网介绍来说,FIORI学习可以官方标准教材:首先通过SAPX01或UX100全面了解Fiori的相关知识,再通过UX200或SAPX03学习专门的Basis系列课程 1.UX100参考从Fiori的基本概念,主要基了HANA S/4, 2.SAPX01 也是FIORI的基础概念,但主要基于Business Suite. 继续阅读 →
  • RAP开发中CDS实现前端实时立即变化

    RAP开发中CDS实现前端实时立即变化

    在做RAP的Fiori Elements开发时,用我们需要做一些功能,一个字段改变时,别一个字段立即变化,或者立即报错 ,对于值的变化,在RAP开发中可以在behavior使用determination来实现,而报错可使用validation来实现。在测试就会发现,这个改变或者报错,只是在后端的改变,不会影响前端(IE端)。而validation需要到保存时才会被触发。为了“立即”触发,这时就需要 …
2019
08-29

Extension Index in SAP ABAP HOT

Extension Index in SAP ABAP Extension Index are nothing but secondary indexes for the SAP standard tables.When you create a secondary index in normal way, SAP considers its as a modification to the table. But when you create an Extension index, we are not actually modifying....Read More >
2019
08-29

Model your first ODATA Service HOT

Model your first ODATA Service Hello everyone, in this blog post, we will learn how to create OData service in SAP Netweaver Gateway System. Below are steps to model OData service and this tutorial is one among the first sap netweaver gateway tutorials. To access all SAP Netwe....Read More >
2019
08-29

Dynamic text in SAP Fiori Fragments HOT

Dynamic text in SAP Fiori Fragments Hello every one, In our earlier tutorial we have introduced you to the concept of Fragments in SAPUI5/Fiori. If you have missed it,click here. In our last tutorial we have defined static text/data which are used in Fragments, in this tutorial we ....Read More >