<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cloud connector &#8211; SAP EWM Help</title>
	<atom:link href="https://www.sapewmhelp.com/question-tag/cloud-connector/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sapewmhelp.com</link>
	<description>SAP EWM questions answered by experts — ABAP, S/4HANA, warehouse management</description>
	<lastBuildDate>Tue, 19 Aug 2025 10:21:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>What is the use of SAP Cloud Connector in SAP BTP, and how do you set it up step by step?</title>
		<link>https://www.sapewmhelp.com/question/what-is-the-use-of-sap-cloud-connector-in-sap-btp-and-how-do-you-set-it-up-step-by-step/</link>
					<comments>https://www.sapewmhelp.com/question/what-is-the-use-of-sap-cloud-connector-in-sap-btp-and-how-do-you-set-it-up-step-by-step/#comments</comments>
		
		<dc:creator><![CDATA[DPM125]]></dc:creator>
		<pubDate>Tue, 19 Aug 2025 10:21:06 +0000</pubDate>
				<guid isPermaLink="false">https://www.sapewmhelp.com/?question=what-is-the-use-of-sap-cloud-connector-in-sap-btp-and-how-do-you-set-it-up-step-by-step</guid>

					<description><![CDATA[The SAP Cloud Connector (SCC) is a key component in SAP BTP.It acts as a secure tunnel between SAP BTP and your on-premise systems (like SAP ECC, SAP S/4HANA, or even non-SAP systems inside your company network). Without SCC → Your BTP apps can’t reach internal (on-premise) systems. With SCC → You can expose only [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The <strong>SAP Cloud Connector (SCC)</strong> is a key component in SAP BTP.<br />It acts as a <strong>secure tunnel</strong> between SAP BTP and your <strong>on-premise systems</strong> (like SAP ECC, SAP S/4HANA, or even non-SAP systems inside your company network).</p>
<ul>
<li>Without SCC → Your BTP apps can’t reach internal (on-premise) systems.</li>
<li>With SCC → You can expose only selected resources safely to BTP apps, without opening up the entire network.</li>
</ul>
<p>Think of it like a <strong>firewall-friendly, secure bridge</strong>.</p>
</p>
<p><strong>Step-by-Step Setup</strong></p>
<p>Step 1: Install SAP Cloud Connector</p>
<ul>
<li>Download it from the <a class="decorated-link cursor-pointer" target="_new">SAP Development Tools website<span></span></a>.</li>
<li>Install on a server (Windows/Linux) inside your corporate network.</li>
</ul>
<p>Step 2: Access the SCC UI</p>
<ul>
<li>
<p>Open a browser and go to:<br /><code>https://localhost:8443</code></p>
</li>
<li>
<p>Default login:</p>
<ul>
<li>
<p>Username: <code>Administrator</code></p>
</li>
<li>
<p>Password: <code>manage</code> (you’ll be forced to change it).</p>
</li>
</ul>
</li>
</ul>
<p>Step 3: Connect SCC to Your Subaccount</p>
<ul>
<li>
<p>In the SCC UI, go to <strong>Subaccount → Add Subaccount</strong>.</p>
</li>
<li>
<p>Enter:</p>
<ul>
<li>
<p><strong>Region</strong>: Select the SAP BTP region (e.g., <code>eu10</code>, <code>us10</code>).</p>
</li>
<li>
<p><strong>Subaccount ID</strong>: Get this from your BTP Cockpit.</p>
</li>
<li>
<p><strong>Login Email &amp; Password</strong>: Your SAP BTP user.</p>
</li>
</ul>
</li>
<li>
<p>Save → SCC now shows &#8220;Connected&#8221; if successful.</p>
</li>
</ul>
<p>Step 4: Define On-Premise Systems</p>
<ul>
<li>
<p>In SCC UI, go to <strong>Cloud To On-Premise → Access Control</strong>.</p>
</li>
<li>
<p>Click <strong>Add System Mapping</strong>.</p>
</li>
<li>
<p>Choose:</p>
</li>
<li><strong>Backend Type</strong>: e.g., ABAP System, HTTP, RFC.</li>
<li><strong>Protocol</strong>: e.g., HTTP for OData services, RFC for SAP function calls.</li>
<li><strong>Internal Host &amp; Port</strong>: (e.g., <code>sap.internal.corp:44300</code>).</li>
<li><strong>Virtual Host &amp; Port</strong>: The alias name that BTP apps will use.</li>
<li>
<p>Save.</p>
</li>
</ul>
<p>Step 5: Expose Resources</p>
<ul>
<li>Still under <strong>Access Control</strong>, select your system.</li>
<li>Choose <strong>Resources → Add</strong>.</li>
<li>Define which path/services (e.g., <code>/sap/opu/odata</code>) are exposed.</li>
<li>Save.</li>
</ul>
<p>Step 6: Use in SAP BTP Destination</p>
<ul>
<li>
<p>Now, when creating a <strong>Destination</strong> in BTP Cockpit:</p>
<ul>
<li>
<p>Set <strong>Proxy Type = OnPremise</strong>.</p>
</li>
<li>
<p>Use the <strong>Virtual Host &amp; Port</strong> defined in SCC.</p>
</li>
</ul>
</li>
<li>
<p>Test connection — if green, your BTP app can reach the on-premise system.</p>
</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sapewmhelp.com/question/what-is-the-use-of-sap-cloud-connector-in-sap-btp-and-how-do-you-set-it-up-step-by-step/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
