Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member188554
Participant

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.

1 Comment
Labels in this area