cancel
Showing results for 
Search instead for 
Did you mean: 

oData Model Integration Issue in SAP Web IDE Personal Edition

sas3
Explorer
0 Kudos

Hi

I have been using SAP Web IDE personal edition for UI5 app development and heading towards integrating the "Northwind" model to use as a data source. As a part of the configuration, in SAP HANA ondemand cloud platform I created new destination(I maintained additional properties and all other properties correctly. Crosschecked couple of times! ). Now in my SAP Web IDE when I am navigating the "Data Source" then Service URL, I see the dropdown for system selection is empty and I am unable to click on "Details" button even.

In addition to that, I couldn't figure out the Data Source section at the time of creating a project. The data source that I mentioned in this post earlier is what I found from "oData Services" option on right clicking on a project.

Is there any technical challenge exists to integrate external oData model in SAP Web IDE personal edition or it is purely a configuration loophole that I am missing?

Any leads will be appreciated...

Accepted Solutions (1)

Accepted Solutions (1)

Robert_Russell
Contributor
0 Kudos

Hi,

There is no GUI options that I am aware for the personal edition and you can't use the destinations in the cloud for your personal edition.

You have to manually create a text file on your laptop/computer with the connection details.

E.g in windows you need to create a file in this directory with the connection details.

C:\SAPWebIDE\eclipse\config_master\service.destinations\destinations

Check out the help link here

https://help.hana.ondemand.com/webide/frameset.htm?2cf47f37e34c428c97a51057733c0394.html

If you already have a working connection in the SAP Cloud Platform, then you could try and download the text file. This will contain what you would need for the connection. If you have a working destination, then the download icon is highlighted in the image below from my example.


Regards

Robert

Answers (1)

Answers (1)

sas3
Explorer
0 Kudos

Thanks Robert.

As a workaround I am using the online SAP Web IDE which perfectly allows to integrate the Northwind to your applications. I appreciate the piece of information shared.