---
parser: v2
author_name: Chaitanya Priya Puvvada
author_profile: https://github.com/chaitanya-priya-puvvada
auto_validation: true
time: 10
tags: [ tutorial>beginner , software-product>sap-business-technology-platform , tutorial>free-tier]
primary_tag: software-product>sap-build-process-automation

slug: spa-create-destination
canonical_url: https://developers.sap.com/tutorials/spa-create-destination
---

# Configure BTP Destinations in SAP Build Process Automation
<!-- description --> Configure BTP Destinations in SAP Build Process Automation to securely store sensitive information.

## Prerequisites
 - Subaccount Administrator role to create Destinations in SAP Business Technology platform.

## You will learn
  - How to create Destinations in BTP for SAP Build Process Automation
  - Add Destinations to Process Automation

---
Destinations are predefined endpoints used in the Business Technology Platform (or BTP). Destinations allow you to securely store sensitive information used to connect to a system, such as client credentials, keys, or certificates in the BTP.

### Create a destination in SAP Business Technology Platform



1.  In **SAP Build**, navigate to **Control Tower > Destinations**.

    ![Destinations](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/1.2.png)

2.  Choose **Open in BTP Cockpit**.

    >This Button is visible if you have a Process Automation Admin role.

    ![Open BTP Cockpit](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/1.png)

    You will be navigated to the **Destinations** page of SAP Business Technology Platform.

3.  Choose **Create Destination**.
   
    ![Create Destination](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/1.3.png)

4.  Enter the details for the Destination. Refer to [Managing Destinations](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/84e45e071c7646c88027fffc6a7bb787.html) for more information.

5.  Add the property **sap.processautomation.enabled** as **true** to view the destination in the SAP Build Process Automation tenant.    

    ![New Destination](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/1.1.png)



### Create a destination in SAP Build Process Automation tenant


1.  Navigate to **Control Tower > Destinations > New Destination**.

2.  Select the name of the destination that you created in **Step 1** and choose **Add**.

    ![New Destination](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/2.png)

    The Destination is successfully added to SAP Build Process Automation Tenant.

    ![Successful Destination](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/3.png)


### Access destination in the Business Process Project



The destination can be accessed in the **Business Process** project by creating an Environment variable of the type Destination.

Create a **Business Process** project from the Lobby. After creating the Project, create the Environment variable of type Destination.

1.  Navigate to **Manage the project properties > Environment Variables**.

2.  Create an Environment Variable of type **Destination**.

    ![Environment Variable](https://raw.githubusercontent.com/sap-tutorials/sap-build-process-automation/main/tutorials/spa-create-destination/4.png)

    The Destination can be accessed successfully in your Business Process project.


---
