分类目录归档: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

WebStorm IDE in SAPUI5 Development HOT

WebStorm IDE in SAPUI5 Development Hello everyone, in this tutorial we will introduce you to the new IDE for developing SAPUI5 applications.Usually everyone is familiar with Eclipse IDE for developing SAPUI5/SAP Fiori applications but we can also use WebStorm IDE as well. WebStorm ....Read More >
2019
08-29

Configure Tomcat Server in Eclipse HOT

Configure Tomcat Server in Eclipse Hello everyone, In this tutorial we will learn how to configure Tomcat Server in Eclipse. By configuring the server in the Eclipse you can run the SAPUI5 applications which are exists in ABAP Repository from your local system. This is one of the w....Read More >