cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

SAP HANA cloud instance dropdown empty

edward_tollenaar
Explorer
413

I've added a SAP HANA Cloud instance (tried both hana-free and hana-td) to my BTP subaccount. I can access these using SAP HANA Cloud Central. Instances are using the Cloud Foundry Environment of my subaccount.

In SAP Build, created a FullStack dev-space:

edward_tollenaar_0-1773583347860.png

Create my project using Full-Stack Node.js Application.

In SAP Business Application Studio, create a local CDS view with some data. All is working fine.

Now want to use the HANA Cloud instance. For this, I click in the left menu on "Run Configuration". For the database, toggle from "Local (projecs default)" to "SAP HANA Cloud" and login to Cloud Foundry using SSO.
Once done, I can select my Cloud Foundry Organinization (which is my subaccount) and I can select the Cloud Foundry Space "dev". Then, when I need to select the SAP HANA Cloud Instance, the dropdown stays empty:

edward_tollenaar_1-1773583586416.png

First thought that I needed to add a distination in BTP. So, on the HANA instance created a service key and went to Connectivity -> Destinations.

edward_tollenaar_2-1773584129115.png

However, not sure what to fill in for the URL as in the service key, the URL starts with:

edward_tollenaar_3-1773584188707.png

So entered the URL found earlier in the JSON wich starts with "https://sapbuild-xxxxxxxx.authentication.....".

I must be overlooking or missing something. Does someone please help me out?

 

Edit 3/16/2026: One thing I've noticed is this popping up:

edward_tollenaar_0-1773664322934.png

Don't know on how to fix this.

Accepted Solutions (1)

Accepted Solutions (1)

edward_tollenaar
Explorer
0 Likes

Looks like I've got this working. Needed to add "SAP HANA Schemas & HDI Containers", plan "hdi-shared". After this one was added,. the dropdown got filled.

Answers (2)

Answers (2)

MatthiasL
Participant
edward_tollenaar
Explorer
0 Likes
Thanks, but this doesn't work for me...
Dan_vL
Product and Topic Expert
Product and Topic Expert
0 Likes

Step 6 of the following tutorial attempts to demonstrate using the CF CLI (and the BTP CLI). 
https://developers.sap.com/tutorials/hana-cloud-automation-cli.html 
You could try to follow the steps to issue
cf services
which should list the services including the HANA Cloud instance. If that isn't working then perhaps double check that you are connecting to the correct API endpoint.

edward_tollenaar
Explorer
0 Likes
Thanks @Dan_vL: when using "cf services" I can see my hana services