---
parser: v2
auto_validation: true
primary_tag: products>sap-btp--abap-environment
tags: [  tutorial>beginner, topic>abap-development, products>sap-business-technology-platform ]
time: 15
author_name: Merve Temel
author_profile: https://github.com/mervey45
slug: abap-environment-create-abap-cloud-project
canonical_url: https://developers.sap.com/tutorials/abap-environment-create-abap-cloud-project
---

# Create an ABAP Cloud Project 
<!-- description --> Create an ABAP cloud project with SAP BTP ABAP environment.

## Prerequisites
- You have finished the [Create an SAP BTP ABAP Environment Trial User](abap-environment-trial-onboarding) tutorial or you have your own user in a licensed system.


## You will learn  
  - How to create an ABAP Cloud project. Each ABAP Cloud project represents a connection to one ABAP instance. You can see all your ABAP Projects in the Project Explorer.

---


### Open ABAP Development Tools


Open Eclipse. Make sure you have installed ADT in your Eclipse. Find [here](abap-install-adt) the Eclipse installation instruction.

![eclipse-icon](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-create-abap-cloud-project/eclipse.png)


### Create ABAP cloud project

1. Select **File** > **New** > **Other** > **ABAP Cloud Project** and click **Next >**.

    ![Create ABAP cloud project](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-create-abap-cloud-project/cloud.png)

2. Enter the URL for your ABAP instance.

    ![Create ABAP cloud project](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-create-abap-cloud-project/project2x.png)

3. Click **Open Logon Page in Browser**.

    ![Create ABAP cloud project](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-create-abap-cloud-project/project44.png)

  >**Hint:** If you are already logged on in the default browser with a user that you do not want to use for this project, then use the **Copy Logon URL to Clipboard** option and paste the URL in a browser started in private or incognito mode or a non-default browser.

4. Now you've been authenticated automatically. Provide your credentials if requested. The credentials are the same you used to create your trial account on SAP BTP.

5. Go back to ADT and choose **Finish**.

    ![Create ABAP cloud project](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-create-abap-cloud-project/project52.png)

Your trial system appears on the project explorer.

![Create ABAP cloud project](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-environment-create-abap-cloud-project/project62.png)


### Test yourself
