Create your first application with SAP WebIDE and used Gateway Service
Create your first Fiori application with SAP WebIDE and mapping data with Gateway Service.
Create a project by select tab from New Project from Template.
From Template selection, select “SAP Fiori Master Detail Application”
Click on “NEXT” button.
Provide the basic information like “project Name”
For my case it is “employee_details”.
The next step is to connect database. If you know the server information then chooses the Service Catalog option and provides the Gateway system information and chooses the valid OData service for develop the application.
We can use “Workspace” and “File System” data connectivity options for the scenario when you don’t have backend connectivity system and you have EDMX file and MOCK data.
You can use the “Service URL” options when you don’t have Gateway connectivity but you can use specific OData service URL.
After selection the service
In OData Collection select EntitySet and select fields as your requirement.
Then click on Next button and last press finish button.
Next come back your WebIDE and check your object is created.
Select on object and double click on index file
Then click on Run button for execute.
And the final output is as follows.
Hi deborshi.desarkar,
very well explained. I have a doubt here.
I'm looking for some control where I can get condition from the service and based on it display the field.
Say Emp 1 has salary > 1000, for those emp whose salary is greater than 1000, I will display few new checkboxs or else no checkboxes. Can you help me with this?