Skip to content

Commit 04a19f8

Browse files
committed
cp-s4-ext* fix SAP CP destination
1 parent 5247cc9 commit 04a19f8

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

tutorials/cp-s4-ext-ui2-cloud-connector/cp-s4-ext-ui2-cloud-connector.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ To allow your SAP Cloud Platform applications to access SAP S/4HANA back-end sys
177177
Internal Port | **`44300`**
178178
Virtual Host | **`s4h`**
179179
Virtual Port | **`443`**
180-
Principal Type | **`Kerberos`**
180+
Principal Type | **`none`**
181181
Description | you can leave this empty
182182

183183
>**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
245245
Name | **`s4h-onpremise-http`**
246246
Type | **`HTTP`**
247247
Descriptor | **`S/4HANA HTTP API`**
248-
URL | **`https://s4h:443`**
248+
URL | **`http://s4h:443`**
249249
Proxy Type | **`OnPremise`**
250250
Authentication | **`BasicAuthentication`**
251251
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`**.
253253

254-
6. Click **Save**.
254+
6. In the section **`Additional Properties`**, click on **`New Property`** and create the following two properties:
255+
256+
Additional Property | Value
257+
--------------------|------------
258+
WebIDEEnabled | **`true`**
259+
WebIDEUsage | **`odata_abap,ui5_execute_abap,dev_abap`**
260+
261+
> **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).
263+
264+
265+
7. Click **Save**.
255266

256267
![SAP CP Cockpit 6](./images/w2-u3-s4/pic01-chrome-hcpcockpit-cloudcon-importhttpdest.png)
257268

258-
The newly imported HTTP destination configuration is displayed in read-only mode:
269+
The newly created HTTP destination configuration is displayed in read-only mode:
259270

260271
![SAP CP Cockpit 7](./images/w2-u3-s4/pic02-chrome-hcpcockpit-cloudcon-s4hdestination.png)
261272

262-
> **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).
264273

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.
266275

267276
![SAP CP Cockpit 8](./images/w2-u3-s4/pic03-chrome-hcpcockpit-cloudcon-checkcon.png)
268277

0 commit comments

Comments
 (0)