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...
Comments
Post a Comment