Skip to content

Commit 67542fe

Browse files
authored
Merge pull request #22989 from mariajosesap/master
update to production
2 parents e71311b + 360caa0 commit 67542fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tutorials/btp-integration-suite-integral-api-management/btp-integration-suite-integral-api-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ author_profile: https://github.com/mariajosesap
4343

4444
![Add the route rules](create_set_cors_policy.png)
4545

46-
6. Copy and paste this script (read message on line 5):
46+
6. Copy and paste this script:
4747

4848
<!-- cpes-file db/schema.cds -->
4949
```XML
5050
<!-- This policy can be used to create or modify the standard HTTP request and response messages -->
5151
<AssignMessage async="false" continueOnError="false" enabled="true" xmlns='http://www.sap.com/apimgmt'>
52-
<Add>
52+
<Set>
5353
<Headers>
5454
<Header name="Access-Control-Allow-Origin">*</Header>
5555
<Header name="Access-Control-Allow-Headers">set-cookie, origin, accept, maxdataserviceversion, x-csrf-token, authorization, dataserviceversion, accept-language, x-http-method, content-type, X-Requested-With, apikey</Header>
5656
<Header name="Access-Control-Max-Age">3628800</Header>
5757
<Header name="Access-Control-Allow-Methods">GET, PUT, POST, DELETE</Header>
5858
<Header name="Access-Control-Expose-Headers">set-cookie, x-csrf-token, x-http-method</Header>
5959
</Headers>
60-
</Add>
60+
</Set>
6161
<IgnoreUnresolvedVariables>false</IgnoreUnresolvedVariables>
6262
<AssignTo createNew="false" type="response">response</AssignTo>
6363
</AssignMessage>

tutorials/btp-integration-suite-integral-project/btp-integration-suite-integral-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Let's get started with setting up the prerequisites.
6363

6464
### Access your SAP Sales and Service Core tenant
6565

66-
For this exercise, you'll need a SAP Sales and Service Core tenant (formerly SAP Cloud for Customer or SAP C4C) with admin rights. Unfortunately a trial isn't available. But if you don't have an account you may want to test this Sales Order creation exercise with any other platform, such as your SAP S/4HANA Cloud directly (if On Premise, follow this [blog post](https://blogs.sap.com/2022/05/09/create-purchase-orders-in-s-4hana-by-enabling-a-public-api-from-a-s-4hana-on-premise-system-using-sap-api-management-and-cloud-connector/) to know how to expose your API). If you don't have a S/4HANA environment, maybe you want to try the free trial [here](https://www.sap.com/products/s4hana-erp/trial.html).
66+
For this exercise, you'll need a SAP Sales and Service Core tenant (formerly SAP Cloud for Customer or SAP C4C) with admin rights. Unfortunately a trial isn't available. But if you don't have an account you may want to test this Sales Order creation exercise with any other platform, such as your SAP S/4HANA Cloud directly (if On Premise, follow this [blog post](https://blogs.sap.com/2022/05/09/create-purchase-orders-in-s-4hana-by-enabling-a-public-api-from-a-s-4hana-on-premise-system-using-sap-api-management-and-cloud-connector/) to know how to expose your API). If you don't have a S/4HANA environment, maybe you want to try the free trial [here](https://www.sap.com/products/erp/s4hana-private-edition/trial.html).
6767

6868
- In SAP Sales and Service Core, you have created the product with which you will simulate the purchase. As the example shown below:
6969

0 commit comments

Comments
 (0)