You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-s4-ext-ui2-cloud-connector/cp-s4-ext-ui2-cloud-connector.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ To allow your SAP Cloud Platform applications to access SAP S/4HANA back-end sys
177
177
Internal Port | **`44300`**
178
178
Virtual Host | **`s4h`**
179
179
Virtual Port | **`443`**
180
-
Principal Type | **`Kerberos`**
180
+
Principal Type | **`none`**
181
181
Description | you can leave this empty
182
182
183
183
>**Note:** The virtual host **`s4h:443`** specifies the host name to be used for the HTTP destination configuration in SAP Cloud Platform. The virtual host can be a fake name and does not need to exist.
@@ -245,24 +245,33 @@ Based on the exposed SAP S/4HANA back-end system that is connected with your SAP
245
245
Name | **`s4h-onpremise-http`**
246
246
Type | **`HTTP`**
247
247
Descriptor | **`S/4HANA HTTP API`**
248
-
URL | **`https://s4h:443`**
248
+
URL | **`http://s4h:443`**
249
249
Proxy Type | **`OnPremise`**
250
250
Authentication | **`BasicAuthentication`**
251
251
User | **DEVELOPER**
252
-
Password | this password was assigned by you after logging on for the first time with the user DEVELOPER. We suggested that you use the password **`Appl1ance`**
252
+
Password | this password was assigned by you after logging on for the first time with the user DEVELOPER. The tutorial recommended to use the password **`Appl1ance`**.
253
253
254
-
6. Click **Save**.
254
+
6. In the section **`Additional Properties`**, click on **`New Property`** and create the following two properties:
> **Note:** The URL `http://s4h:443` points to the virtual SAP Cloud Connector host **`s4h:443`**
262
+
> The additional properties `WebIDEEnabled` and `WebIDEUsage` allow SAP Web IDE to call `design-time-specific` OData services from the ABAP backend (e.g. `odata_abap` for the OData functionality of SAP Gateway, which allows SAP Web IDE to access the OData service catalog of the ABAP backend system).
> **Note:** The URL `https://s4h:443` points to the virtual SAP Cloud Connector host **`s4h:443`**
263
-
> The additional properties `WebIDEEnabled` and `WebIDEUsage` allow SAP Web IDE to call `design-time-specific` OData services from the ABAP backend (e.g. `odata_abap` for the OData functionality of SAP Gateway allows SAP Web IDE to access the OData service catalog of the ABAP backend system).
264
273
265
-
7. Click **Check Connection** to test system communication between SAP Cloud Platform and the SAP back-end on network level.
274
+
8. Click **Check Connection** to test system communication between SAP Cloud Platform and the SAP back-end on network level.
0 commit comments