cancel
Showing results for 
Search instead for 
Did you mean: 

How to create S/4HANA Connection from Business Application Studio

0 Kudos

Hi Experts,

How to connect S/4 HANA Connection from Business Application Studio.

I have installed the cloud connector and given 8887 port,but the site is not reachable.

Can you please suggest me or send any document.

And in services the status is in started mode.

Thanks,

Akhila.

VishnAndr
Active Contributor

SAP Cloud Application Studio <> SAP Business Application Studio. I'd suggest choosing tags more carefully.

Accepted Solutions (0)

Answers (1)

Answers (1)

Private_Member_467521
Active Contributor
0 Kudos

Hi akhilayadav22,

These would be the steps for defining on premise systems for the web proxy

1. Go to SAP Cloud Platform cockpit in the Cloud Foundry environment in the subaccount which is subscribed to SAP Business Application Studio.

2. Create a destination of type HTTP that points to your system. For more information, see HTTP Destinations. HTTP requests including the host and port provided with this destination URL made from your dev space using the proxy, will be transferred through this destination.

3. Add a new property with WebIDEEnabled as the name and true as the value.

4. To define an ABAP catalog data source for SAP Fiori application consumption, add the following properties: ○ HTML5.DynamicDestination as the name and true as the value. ○ WebIDEUsage set to odata_abap.

5. Make sure your system is correctly exposed in your cloud connector. For more information, see Cloud Connector.

6. In SAP Business Application Studio, open a terminal and execute the following command:

curl http://localhost:8887/reload 

This will trigger an immediate update of your on-premise destinations used by the dev space proxy

You can find these instructions in page 63 in the document below. Also check page 73 for reference on how to connect to external systems

https://help.sap.com/doc/47f5ed8a96a04b619d3c1724922b4151/Cloud/en-US/Wing_public.pdf

Cheers,

Luis