---
parser: v2
auto_validation: true
author_name: Thomas Jung
author_profile: https://github.com/jung-thomas
time: 15
tags: [tutorial>beginner, products>sap-hana, software-product>sap-hana-service-for-sap-btp, tutorial>license]
primary_tag: products>sap-hana
slug: haas-dm-configure-dev-env
canonical_url: https://developers.sap.com/tutorials/haas-dm-configure-dev-env
---

# Configure the SAP Web IDE Development Environment for SAP HANA service for SAP BTP

<!-- description --> Configure SAP Web IDE for Full Stack, which you will use to create a multi-target application based on the SAP Cloud Application Programming Model.

## Prerequisites

- This tutorial is designed for SAP HANA service for SAP Business Technology Platform. Consider newer tutorials designed for SAP HANA Cloud.
- You have a paid account in SAP BTP
- You have created an instance of the SAP HANA service for SAP BTP

## You will learn

- How to access SAP Web IDE for Full Stack
- How to create a project and configure credentials to perform a deployment in the SAP BTP, Cloud Foundry environment

SAP Web IDE Full Stack is currently available in SAP BTP, Neo environment. You will be entering the service from the SAP BTP, Neo environment subaccount, creating a project and configuring credentials to perform a deployment in the SAP BTP, Cloud Foundry environment.

## Intro

>**This tutorial cannot be completed with a trial account.**
---

### Navigate to the SAP BTP, Neo environment subaccount


You can start configuring your development environment while the creation of your instance takes place.

Navigate back to the **Subaccounts** page by clicking on the ![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/1.png) icon.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/2.png)

Click on the **Neo** tile.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/3.png)


### Access the SAP Web IDE


Navigate to **Services**, search for ***Full*** and click on **SAP Web IDE Full-Stack**.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/4.png)

Click on **Go to Service**. A new tab will open to load the SAP Web IDE Full-Stack. If prompted, log in to the service using your username and password.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/5.png)


### Configure the SAP BTP, Cloud Foundry environment space


You will now configure the SAP BTP, Cloud Foundry environment space that will be used by default in your projects.

Click on the **Preferences** icon ![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/6.png) and then click on **Cloud Foundry**.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/7.png)

Select the same API Endpoint that you identified in the Deploying SAP HANA service for SAP BTP tutorial.

>**Note**: Please ensure that the API Endpoint matches your account.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/8.png)

Login with your username and password.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/9.png)


Click **Save**.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/12X.png)


### Enable key SAP Web IDE extensions


Click on **Extensions**, search for the following extensions and enable them:

* SAP HANA Database Development Tools
* SAP HANA Database Explorer

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/13.png)

Search for the **SAP EIM Smart Data Integration Editors** extension and enable it.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/14.png)

Click **Save**. Then click **Refresh** on the Confirmation Needed popup.

![New project from template](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/haas-dm-configure-dev-env/15.png)



---
