ā2026 Mar 15 2:19 PM - edited ā2026 Mar 16 12:32 PM
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:
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:
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.
However, not sure what to fill in for the URL as in the service key, the URL starts with:
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:
Don't know on how to fix this.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.