---
author_name: Anke Ravalitera
author_profile: https://github.com/Anke2016 
  
keywords: tutorial
auto_validation: true
time: 45
tags: [ tutorial>intermediate, software-product>sap-cloud-transport-management, software-product>sap-content-agent-service, software-product>sap-integration-suite ]
primary_tag: software-product>sap-cloud-transport-management
parser: v2
slug: btp-transport-management-cpi-03-set-up-target-account
canonical_url: https://developers.sap.com/tutorials/btp-transport-management-cpi-03-set-up-target-account
---
# Set Up the SAP Integration Suite Target Subaccount 
<!-- description --> Perform all required configuration tasks in the SAP Integration Suite target subaccount to configure the transport scenario: "Transport SAP Integration Suite content using SAP Cloud Transport Management service and SAP Content Agent". 

## Prerequisites

   - You've completed tutorial [Set Up the SAP Integration Suite Source Subaccount](btp-transport-management-cpi-02-set-up-source-account).
   - You have a second SAP BTP Trial account that serves as a transport target. For example, ask a colleague to collaborate with you on this tutorial by running the following steps in their SAP BTP Trial account that serves as the transport target. 
   **Background**: Since transporting always involves at least a source and a target, it's required that you involve a second person, if you want to follow the tutorial on SAP BTP Trial. 

## You will learn

   - How to set up SAP Integration Suite in the target subaccount (subscribe to SAP Integration Suite, activate its capabilities, and assign roles required for SAP Integration Suite, as well as create a service instance and key for SAP Process Integration Runtime)
   - How to create a service instance and a service key to access the APIs of SAP Content Agent in the target subaccount
   - How to create the transport destination required for the transport scenario in the target subaccount


## Scenario Overview

In this tutorial, you or your colleague subscribe to SAP Integration Suite in the **trial** subaccount of the SAP BTP target account. You create service instances for **SAP Content Agent** service and **Process Integration Runtime** to get API access to the services. You create **service keys** required to connect the SAP BTP source account with the SAP BTP target account (using a destination to SAP Content Agent in the target account) and for the SAP Cloud Integration destination **CloudIntegration**, based on the data from the service keys. 

   ![Scenario Overview](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/ov-set-up-target-subaccount.png)

---

### Open the SAP BTP Cockpit

>This step assumes that you're running the tutorial in an SAP BTP Trial target account. If you have an enterprise account, open SAP BTP Cockpit of the enterprise account that you want to use as the **target** account.  

1. You or your colleague: To access the SAP BTP Cockpit of the target BTP Trial, go to the [SAP BTP Trial landing page](https://account.hanatrial.ondemand.com/trial/#/home/trial) and choose **Go To Your Trial Account**. (The name of the button may vary.)    

    The default **trial** subaccount can be used as the SAP Integration Suite target subaccount.

    ![Trial Subaccount in Target BTP Trial](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/trial-on-target.png)


### Set Up SAP Integration Suite

Set up SAP Integration Suite in the **trial** subaccount of the target SAP BTP account the same way as you've done in the course of the previous tutorial [Set Up the SAP Integration Suite Source Subaccount](btp-transport-management-cpi-02-set-up-source-account). Proceed as described in [Set Up Integration Suite Trial](cp-starter-isuite-onboard-subscribe). 

Keep these points in mind:

- Subscribe to SAP Integration Suite in the **trial** subaccount. 

- Make sure that you assign the `Integration_Provisioner` role to your user as mentioned in *Step 2: Subscribe to the service* of that tutorial. 

- Make sure you activate the capabilities of SAP Integration Suite.

- If you use the **Enable Integration Suite** booster to assign roles and create service instances for SAP Process Integration Runtime, you'll only need to update the `api` instance in step 3 of the current tutorial, and you can skip step 4 since the service key was automatically created.  

- If you **don't** use the **Enable Integration Suite** booster to assign roles and create service instances, additionally assign the `PI_Read_Only`, `PI_Integration_Developer`, and `PI_Administrator` role collections to your user. You'll need them towards the end of the tutorial group when you run the test transport. 


### Create a Service Instance for SAP Process Integration Runtime

For the transport scenario, API access to SAP Process Integration Runtime is required also on the target subaccount. First create a service instance.

>Creating a new instance is only required, if you **haven't** used the **Enable Integration Suite** booster to assign roles and create service instances. If you've used the booster, update the `api` instance that was created as part of the booster with the `WorkspacePackagesTransport`, `WorkspacePackagesRead`, and `WorkspacePackagesEdit` roles.   

1. Make sure your user has the `Integration_Provisioner` role collection assigned as mentioned in the previous step.  
   
    To check this, choose **Security > Users** from the navigation on the left. To display the details of your user, click on it, and find the `Integration_Provisioner` role collection. 

1. To create an instance for SAP Process Integration Runtime, choose **Services > Service Marketplace** (1), and filter for *Process Integration Runtime* in the search field (2). On the **SAP Process Integration Runtime** tile, select the three dots **...**, and choose **Create** (3).

    ![Create Instance 1](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-instance-target-01.png)

2. Select the **api** plan from the **Plan** dropdown menu of the SAP Process Integration Runtime service (1). You can leave the values for **Runtime Environment** and **Space** unchanged. Enter an **Instance Name**, for example `pi-prod` (2), and choose **Next** (3).

    ![Create Instance 2](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-instance-target-02.png)

3. The following roles are required for the instance: `WorkspacePackagesTransport`, `WorkspacePackagesRead`, and `WorkspacePackagesEdit`. Select them from the **Roles** dropdown menu (1), and choose **Create** (2). 

    ![Create Instance 3](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-instance-target-03.png)

4. The SAP Process Integration Runtime instance was created.

    ![Create Instance 4](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-instance-target-04.png)
 
See also on SAP Help Portal: [Creating Service Instance and Service Key for Inbound Authentication](https://help.sap.com/docs/SAP_INTEGRATION_SUITE/51ab953548be4459bfe8539ecaeee98d/19af5e205fe14af6a4f8a9fd80d4dc92.html)


### Create a Service Key for the SAP Process Integration Runtime Instance

The details of the service key of the SAP Process Integration Runtime instance are required for the configuration of the SAP Cloud Integration destination. The destination is required for the communication of SAP Content Agent with SAP Process Integration Runtime.

>If you've used the **Enable Integration Suite** booster to assign roles and create service instances, you can skip this step. A service key for the SAP Process Integration Runtime instance was already created. 

1. To create a service key for the SAP Process Integration Runtime instance, in the service instance row, select the three dots **...**, and choose **Create Service Key**.

    ![Create Service Key 1](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-service-key-target-01.png)

2. Enter a name for the service key, here `PI-RT_SK1` (1), and choose **Create** (2).

    ![Create Service Key 2](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-service-key-target-02.png)

3. The service key was created. Select the three dots **...** in the service key row, and choose **View**.

    ![Create Service Key 3](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-service-key-target-03.png)

4. The service key looks as follows. Leave the service key open so that you copy the required values in the next step, or note down the values of `url`, `clientid`, `clientsecret`, and `tokenurl`. 

    ![Create Service Key 4](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-pi-service-key-target-04.png)

See also on SAP Help Portal: [Creating Service Instance and Service Key for Inbound Authentication](https://help.sap.com/docs/SAP_INTEGRATION_SUITE/51ab953548be4459bfe8539ecaeee98d/19af5e205fe14af6a4f8a9fd80d4dc92.html#creating-service-key)


### Create an SAP Cloud Integration Destination

The SAP Cloud Integration destination serves as the endpoint where SAP Content Agent imports the integration content. The destination has the fixed name `CloudIntegration`. You need the values of the service key from the SAP Process Integration Runtime instance created in the target account during the previous step.

1. Choose **Connectivity > Destinations** (1). To create a new destination, and choose **Create** (2).

    ![Create Cloud Integration Destination 1](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-ci-dest-target-01n.png)

2. In the **Create New Destination** dialog, choose **From Scratch** (1), and **Create** (2).

    ![Create Cloud Integration Destination 2](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-ci-dest-target-01an.png)

3. In the **Create Destination** window, enter details for the following fields (1), and choose **Create** (2):
    >Keep the values of fields not mentioned in the table unchanged.
    
    | Field | Value |
    | ---------- | ------------- |
    | **Name** | `CloudIntegration` |
    | **Description** | For example: `Destination to SAP Cloud Integration` |
    | **URL** | Enter the value of the `url` from the service key details and append `/api/1.0/transportmodule/Transport` to the URL. For example: `https://87654321trial.it-cpitrial06.cfapps.us10-001.hana.ondemand.com/api/1.0/transportmodule/Transport` |
    | **Authentication** | Select **OAuth2ClientCredentials**. |
    | **Client ID** | Enter the value of `clientid` from the service key details. |
    | **Client Secret** | Enter the value of the `clientsecret` from the service key details. |
    | **Token Service URL** | Enter the value of `tokenurl` from the service key details. For example: `https://87654321trial.authentication.us10.hana.ondemand.com/oauth/token` |

    ![Create Cloud Integration Destination 3](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-ci-dest-target-02n.png)

4. The destination was created.

    ![Create Destination to Target Subaccount 4](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-ci-dest-target-03n.png)
    >You can test the destination by displaying its details, and choosing **Check Connection**. However, a successful check result doesn't guarantee successful deployment. We recommend that you run a test transport after completing the entire configuration of the transport scenario. This helps ensure that you've correctly completed all configuration tasks and have all necessary authorizations.

See also on SAP Help Portal: [Create SAP Cloud Integration Destination](https://help.sap.com/docs/CONTENT_AGENT_SERVICE/ae1a4f2d150d468d9ff56e13f9898e07/c17c4004049d4d9dba373d72ce5610cd.html)

### Create a Service Instance for SAP Content Agent Service

For the transport scenario, API access to SAP Content Agent is required also on the target subaccount. First create a service instance.

1. Choose **Services > Service Marketplace** (1), and filter for *Content Agent Service* (2). On the **Content Agent Service** tile, select the three dots **…**, and choose **Create** (3).

    ![Create CAS Instance 1](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-instance-target-01.png)

2. Select the **application** instance plan (1). You can leave the values for **Runtime Environment** and **Space** unchanged. Enter an instance name, for example `CAS-deploy` (2), and choose **Next** (3).

    ![Create CAS Instance 2](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-instance-target-02.png)

3. Select the **Import** role (1), and choose **Create** (2).

    ![Create CAS Instance 3](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-instance-target-03.png)

    The SAP Content Agent instance *CAS-deploy* was created. 

    ![Create CAS Instance 4](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-instance-target-04.png)


See also on SAP Help Portal: [Create Instance](https://help.sap.com/docs/CONTENT_AGENT_SERVICE/ae1a4f2d150d468d9ff56e13f9898e07/1f45ddc3d6194886802924068724b59f.html)

### Create a Service Key for the SAP Content Agent Service Instance

The details of the service key of the SAP Content Agent instance are required for the configuration of the destination to SAP Content Agent in the target subaccount that you'll configure in the SAP BTP source account as part of the next tutorial [Create a Transport Destination and Configure the SAP Integration Suite Transport Landscape](btp-transport-management-cpi-04-connect-source-and-target).

1. To create a service key for the SAP Content Agent instance, in the service instance row, select the three dots **…**, and choose **Create Service Key**.

    ![Create CAS Service Key 1](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-service-key-target-01.png)

2. Enter a **Service Key Name**, here `CAS-deploy-SK` (1), and choose **Create** (2).

    ![Create CAS Service Key 2](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-service-key-target-02.png)

3. The service key was created. Select the three dots **…** in the service key row, and choose **View**.

    ![Create CAS Service Key 3](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-service-key-target-03.png)

    The credentials are displayed. Leave the service key open so that you copy the required values in the next tutorial, or note down the values of `url`, as well as `clientid`, `clientsecret`, and  `url` from the `uaa` section.

    ![Create CAS Service Key 4](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/btp-transport-management-cpi-03-set-up-target-account/screenshots/create-cas-service-key-target-04.png)  

    You'll need them in the next tutorial [Create a Transport Destination and Configure the SAP Integration Suite Transport Landscape](btp-transport-management-cpi-04-connect-source-and-target) to create the transport destination (called **CAS_on_Target**) in the central administrative subaccount that points to SAP Content Agent in the target subaccount. 


See also on SAP Help Portal: [Create Service Key](https://help.sap.com/docs/CONTENT_AGENT_SERVICE/ae1a4f2d150d468d9ff56e13f9898e07/c0ec2ba3016644a19cd6322fbc72ea2a.html)


