In this and the next Blogs I will show you how you can set up your SAP Web IDE on Hana Cloud. I cut this in 5 parts:
| |
part 2 |
|
part 3this part ![]() |
|
part 4 |
|
part 5 |
|
In the part 2 we have configured our SAP HANA Cloud Connector with a virtual server pointing to a given real server. This was pretty easy to do: now we have to say to our SAP Web IDE to point to the virtual server we have created, mapping to it all the related resources. We are going to setup, in the SAP HANA Cloud Cockpit, a new destination: this destination will give to the SAP Web IDE, the information about where to look for the specified backend.
Since you want to use the paths “/sap/opu/odata”, “/sap/bc/adt” and “/sap/bc/ui5_ui5”, you need to specify the usages odata_abap, dev_abap and ui5_execute_abap according to the table in the previous part.
Connecting remote system
From the HANA Cloud cockpit click on the left side on the link Destinations
Click on New Destination
Enter the following parameters and click on Save
Parameter | Value |
---|---|
Name | gm6 |
Type | HTTP |
Description | GM6 |
URL | https://gm6.virtual:44333 |
ProysType | OnPremise |
Authentication | NoAuthentication |
Then click on New Property
Add the following new additional parameters:
Parameter | Value |
---|---|
WebIDEEnabled | true |
WebIDEUsage | odata_abap,dev_abap,ui5_execute_abap |
WebIDESystem | GM6 |
When finished click on Save
At the end you should have the following situation
Pay attention to the fact that:
- the WebIDEUsage is a concatenation of some of the usages taken from the table at the previous part: just the ones we want to include in our
destination - the URL is not really the address of the real server, but it’s just the name of a virtual server.
If you have reached this point, you might want to know if your system is really working or not. Let’s test it by creating a new SAP Fiori App that will consume the OData services provided by our GM6 backend. See part 4
More Web IDE stuff published by Technology RIG
See you
Claudi