In an earlier lesson, we had a brief overview of the system landscape on a high level. In this lesson, we'll have a closer look at the system landscape, including network components between the systems, such as forward proxies (subsequently only called proxies) and reverse proxies, and the SAP BTP Connectivity / SAP Cloud Connector respectively.
There are three main use cases:
- On-Premise to Cloud
- Cloud to On-Premise using SAP Cloud Connector
- Cloud to On-Premise using a reverse proxy
Note
Please note that the network landscapes shown here are intended for demonstration purposes. The components and segments in a real network landscape may vary, for instance include a DMZ (demilitarized zone), which is not shown here.On-Premise to Cloud
This direction is used when sending data from the on-premise system, meaning from the customer's network to the cloud, for instance, during the initial data load.

- SAP S/4HANA sends data to SAP Cloud Integration, located inside SAP BTP and behind a Load Balancer. Depending on the customer's network, a forwarding proxy may be involved. From the On-Premise perspective, SAP BTP is part of the Internet.
- SAP Cloud Integration receives, processes, and forwards messages to SAP Sales and Service Cloud. To transfer messages in this direction, SAP Cloud Connector is not necessary.
Cloud to On-Premise Using SAP Cloud Connector
This direction is used when data is sent from the cloud, meaning from SAP Sales and Service Cloud to the on-premise system. For instance, during the sales document follow-up scenario or in bi-directional integration scenarios, when data in the cloud system has been changed and an update is sent to SAP S/4HANA.

- SAP Sales and Service Cloud sends data to SAP Cloud Integration, located inside SAP BTP and behind a Load Balancer. This is all still outside of the customer's network.
- SAP Cloud Integration is connected to the Cloud Connector, located inside the customer's network through a virtual tunnel. The tunnel is established from within the customer's network, and allows communication towards the On-Premise network, without opening network ports or adjusting inbound firewall rules. Cloud Connector forwards messages to SAP S/4HANA.
Cloud to On-Premise Using a Reverse Proxy
Instead of SAP Cloud Connector, a reverse proxy, such as SAP Web Dispatcher could be used inside the customer's network. The purpose of a reverse proxy is to direct incoming messages towards On-Premise systems. However, this approach has certain disadvantages like opening network ports, adapting inbound firewall rules, maintenance of the reverse proxy, and possibly more.
The following graphic shows the network landscape with a reverse proxy in use, instead of SAP Cloud Connector:
