Skip to Content
Author's profile photo Deborshi De Sarkar

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.

Capture1.JPG

From Template selection, select “SAP Fiori Master Detail Application”

Capture2.JPG

Click on “NEXT” button.

Provide the basic information like “project Name”

Capture3.JPG

For my case it is “employee_details”.

Capture4.JPG

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.

Capture5.JPG

After selection the service

Capture6.JPG

In OData Collection select EntitySet  and select fields as your requirement.

Capture7.JPG

Then click on Next button and last press finish button.

Next come back your WebIDE and check your object is created.

Untitled8.jpg

Select on object and double click on index file

Untitled9.jpg

Then click on Run button for execute.

Untitled10.jpg

And the final output is as follows.

Untitled11.jpg

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      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?