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.
Copy file name to clipboardExpand all lines: tutorials/cpi-sentiment-analysis-s4/cpi-sentiment-analysis-s4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Assign a password for the user in the password field for basic authentication. E
35
35

36
36
37
37
Choose **Create**.
38
-
>It is also possible to use an existing user. If an existing user is used, the password of this user is required as well.
38
+
>It is also possible to use an existing user. If an existing user is used, the password of this user is required as well. Secondly, it is also possible to upload the Cloud Platform Integration client certificate as well. For more information, please view the [documentation](https://help.sap.com/http.svc/rc/458b77f3adbd436ab2e3c6473132237c/1708/en-US/IntC4ChybrisMktCloudviaCPI.pdf).
@@ -26,7 +27,7 @@ In your SAP Cloud Platform account, select **Services** from the side menu.
26
27
27
28

28
29
29
-
30
+
[DONE]
30
31
[ACCORDION-END]
31
32
32
33
[ACCORDION-BEGIN [Step 2: ](Open SAP API Business Hub)]
@@ -46,7 +47,7 @@ This will direct you to the homepage for the SAP API Business Hub.
46
47
47
48
You can access the SAP API Business hub through SAP Cloud Platform or by just visiting their website by going to <http://api.sap.com>.
48
49
49
-
50
+
[DONE]
50
51
[ACCORDION-END]
51
52
52
53
[ACCORDION-BEGIN [Step 3: ](Find an API Package in the Hub)]
@@ -68,7 +69,7 @@ This will bring you to the API documentation and overview. Select the **Artifact
68
69
69
70
The Success Factors contains many APIs that can be used. APIs are grouped into Business Packages so they are easier to find.
70
71
71
-
72
+
[DONE]
72
73
[ACCORDION-END]
73
74
74
75
@@ -86,6 +87,7 @@ Once you click the API, you will see all the available methods for the API. In t
86
87
When you click the method, you are able to see all the query parameters and their corresponding documentation, such as what data type is expected and what the parameter is used for.
87
88
88
89
90
+
[VALIDATE_4]
89
91
[ACCORDION-END]
90
92
91
93
[ACCORDION-BEGIN [Step 5: ](Test the API in the Hub)]
@@ -111,7 +113,7 @@ If there aren't any issues, you will see the resulting request URL and the respo
111
113
112
114
Feel free to keep playing around in the SAP API Business Hub to better understand the methods available in the User Management API.
@@ -33,9 +34,9 @@ In the pop-up window, you will find your API Key. Click the **Copy to Clipboard*
33
34
34
35

35
36
36
-
**Copy your application key into a text editor.** You will need it later. Close the API key window once you have your API key.
37
-
37
+
**Copy you application key into a text editor.** You will need it later. Close the API key window once you have your API key.
38
38
39
+
[DONE]
39
40
[ACCORDION-END]
40
41
41
42
[ACCORDION-BEGIN [Step 2: ](Generate sample API call code)]
@@ -51,7 +52,7 @@ Select **Curl** and then **Copy to Clipboard**.
51
52
52
53

53
54
54
-
55
+
[DONE]
55
56
[ACCORDION-END]
56
57
57
58
@@ -70,7 +71,7 @@ Hit **Enter** to run the command. It may take a few seconds before data is seen
70
71
71
72
> **New to Curl?**: If you are new to Curl or are running into issues where your command line is saying the command curl does not exist, please visit the [Curl website](https://curl.haxx.se/). The Curl website contains documentation about client-side URL transfers and how to install it on your machine.
72
73
73
-
74
+
[DONE]
74
75
[ACCORDION-END]
75
76
76
77
[ACCORDION-BEGIN [Step 4: ](Try adding a parameter to the API call)]
@@ -82,7 +83,7 @@ Remember the parameters you set when testing in the API Business Hub? Try adding
82
83
83
84
**Stuck?** Move on to the next step.
84
85
85
-
86
+
[DONE]
86
87
[ACCORDION-END]
87
88
88
89
[ACCORDION-BEGIN [Step 5: ](Add multiple parameters to the API call)]
@@ -118,7 +119,7 @@ If you just add in the above line and try to run the code, you will find it does
118
119
119
120

Copy file name to clipboardExpand all lines: tutorials/hcp-apim-create-product/hcp-apim-create-product.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: Add an API Proxy to a Product
3
3
description: In SAP Cloud Platform, API Management, API Proxies are grouped and exposed as so called Products. In this tutorial you will create a new product and assign the previously created API Proxy to it
The preconfigured image is still not published but we are working on it. In the meantime, you can use the manual installation: <https://www.sap.com/developer/groups/hxe-install-binary.html>
15
+
16
+
The recommended machine type for SAP HANA, express edition (server-only) on Amazon Web Services is `m4.xlarge`.
0 commit comments