Posts

Showing posts with the label Sap fiori odata" "odata in fiori app" "odata in fiori app" "sap webide odata fiori" "sap webide odata fiori"

Which is the best way to learn SAP UI5/ SAP FIORI?

Image
Anubhav Oberoy   is super expert in teaching SAP UI5 and Fiori concept with all basics of HTML and JavaScript. There is no pre-requisite for his course. His course is designed in such a way that even ABAP developer or a Fresher can learn UI5 , Check out the free demo here: After completing the demo class , You will be amazed that there were no pre-requisites required for the trainee. At first I couldn't believe this but eventually he proved it. The tutor's main focus was to make us understand the core concepts and the basic fundamentals with which we can achieve any heights later. Most of the exercises provided are based on real-time business requirements which are created from scratch. In the past 2 years, I received several emails from the tutor with new videos on UI5 which are free of cost. Few of them were * Integrate Camera with SAP Fiori and file upload/download * Fiori Security Concepts * Responsive Grid Layout | Responsive Table | Adjust Form Co...

Call oData Service in Fiori App

Image
In this tutorial, we will talk about  OData model   and hand hold you to create a front-end application and call the OData Model to perform the CRUD Operations. Using OData Model, you can consume the OData Service. For this we need to create an OData Service and implement  C REATE,  R EAD,  U PDATE and  D ELETE methods of the service. Then we need to create an  OData Model Instance  in the UI5 application and call these methods using  read (),  create (),  update () and  remove () functions respectively of the OData model. So let’s start… Business scenario :  Customer wants to display records from a custom table onto the UI5 application and provide functions of Read, Create, Update and Delete to the end users . Step 1: Get a Custom Table ready for us to play Creating a custom table by the name ‘zuserdata’ with id, name, email and mobile fields. Step 2: Creating an OData service Go to transaction SEGW...