---
parser: v2
auto_validation: true
time: 10
tags: [ tutorial>beginner, topic>abap-extensibility, software-product>sap-business-technology-platform, software-product>sap-s-4hana-cloud]
primary_tag: topic>abap-extensibility
slug: abap-extensibility-cbo-rules-create-destination
canonical_url: https://developers.sap.com/tutorials/abap-extensibility-cbo-rules-create-destination
---

# Define Destination for S/4HANA Cloud
<!-- description --> Create destination in SAP Cloud Platform cockpit to connect to S/4HANA cloud system.

## Prerequisites
<<<<<<< HEAD

=======
>>>>>>> 59f95048a11e62962d5c8eb49e89b6f027533a25
  - Custom Business Object must have been created. If not, then follow the tutorials [Create Custom Business Objects in S/4HANA Cloud](group.abap-extensibiliy-cbo-cce-ccl).
  - You must have SAP Cloud Platform account.


## You will learn
  - How to create destination in SAP Cloud Platform to connect to the S/4HANA cloud system


### Create destination


1.	Open SAP Cloud Platform Cockpit and go to **Connectivity > Destinations** option.

2.	Click **New Destination**.

    ![ create new destination](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-extensibility-cbo-rules-create-destination/newdestination.png)


### Configure destination


1.  In **Destination Configuration**, enter the following:

      -  **Name** of your choice.

      -  **Type** as HTTP.

      -  **Description** of your choice.

      -  **URL** of the S/4HANA cloud system.

      -  **Proxy Type** as Internet.

      -  **Authentication** based on your S/4HANA system security policy.

2.	**Save** the configuration.

    ![destination configuration](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-extensibility-cbo-rules-create-destination/destinationprops.png)

3.  Check if the configuration is done correctly by clicking on the **Check Connection** button.

    ![test destination configuration](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-extensibility-cbo-rules-create-destination/testdestination.png)

    - If the connection is successful then you will see a green checked icon.

      ![test success](https://raw.githubusercontent.com/sap-tutorials/abap-core-development/main/tutorials/abap-extensibility-cbo-rules-create-destination/testsuccess.png)



### Test yourself




### Test yourself







---
