Skip to content

Commit fb4d13f

Browse files
Automatic commit: Move 'btp-sdm-gwi-create-destination', 'btp-sdm-gwi-create-serviceinstance', 'btp-sdm-gwi-crossdomain-mapping', 'btp-sdm-gwi-odata-publish-servicegroup', 'btp-sdm-gwi-onboarding-repo', 'btp-sdm-gwi-onbrepo-jwt-token', 'btp-sdm-gwi-s4hana-export-testing', 'btp-sdm-gwi-s4hana-maintain-businessroles', 'btp-sdm-gwi-s4hana-protection-allowlist', 'btp-sdm-gwi-s4hanacloud-create-com', 'btp-sdm-gwi-s4hanacloud-export', 'btp-sdm-gwi-user-management' from QA to Production
1 parent 91268fb commit fb4d13f

File tree

11 files changed

+43
-43
lines changed

11 files changed

+43
-43
lines changed

tutorials/btp-sdm-gwi-create-destination/btp-sdm-gwi-create-destination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ author_profile: https://github.com/Vikramkulkarni01
2727
---
2828

2929

30-
[ACCORDION-BEGIN [Step 1: ](Downloading the public or private key pair JSON file from Google Cloud console)]
30+
[ACCORDION-BEGIN [Step 1: ](Download public/private key pair from Google Cloud)]
3131

3232
1. Logon to the [Google Cloud](https://console.cloud.google.com/projectselector2/iam-admin/serviceaccounts?pli=1&supportedpurview=project) console.
3333

@@ -104,7 +104,7 @@ Enter all the following fields in the destination configuration section and conf
104104
[DONE]
105105
[ACCORDION-END]
106106

107-
[ACCORDION-BEGIN [Step 5: ](Check Connection)]
107+
[ACCORDION-BEGIN [Step 5: ](Check connection)]
108108

109109
Click on the `Check Connection` icon on the newly created Destination to see if everything works.
110110

tutorials/btp-sdm-gwi-create-serviceinstance/btp-sdm-gwi-create-serviceinstance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a Service Instance and Service Key for SAP Document Management Service, Integration Option
2+
title: Create a Service Instance and Service Key for Document Management Service.
33
description: Use the free tier or the standard service plan to create a service instance and the associated service key for Document Management Service, Integration Option.
44
auto_validation: true
55
time: 20
@@ -27,7 +27,7 @@ Here SAP S/4HANA acts as a source system and Google Drive acts as a target syste
2727

2828
---
2929

30-
[ACCORDION-BEGIN [Step 1: ](Create an instance of the Document Management Service, Integration Option)]
30+
[ACCORDION-BEGIN [Step 1: ](Create a service instance)]
3131

3232
1. Log on to your SAP BTP subaccount. Navigate to **Service Marketplace** and search for **Document Management Service, Integration Option**. Click **Create** to start the service instance creation dialog.
3333

@@ -44,7 +44,7 @@ Here SAP S/4HANA acts as a source system and Google Drive acts as a target syste
4444
[DONE]
4545
[ACCORDION-END]
4646

47-
[ACCORDION-BEGIN [Step 2: ](Create a Service Key)]
47+
[ACCORDION-BEGIN [Step 2: ](Create a service key)]
4848
You are now able to create a service key for your new service instance. Service keys are used to generate credentials to enable apps to access and communicate with the service instance.
4949

5050
1. In the same subaccount, navigate to **Instances and Subscriptions** and choose the demo instance you created in the previous step, then click the **...** dots to open the menu and select **Create Service Key**.
@@ -117,7 +117,7 @@ You are now able to create a service key for your new service instance. Service
117117
[ACCORDION-END]
118118

119119

120-
[ACCORDION-BEGIN [Step 4: ](Test Yourself)]
120+
[ACCORDION-BEGIN [Step 4: ](Test yourself)]
121121

122122
[VALIDATE_6]
123123

tutorials/btp-sdm-gwi-crossdomain-mapping/btp-sdm-gwi-crossdomain-mapping.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage Cross-Domain Mapping
3-
description: The steps mentioned in the tutorials are required if the domain of your email account and Google Workspace is different. In such cases, we need to map your system user account to the Google Workspace domain. For example, if you're using the domain abc.com ([email protected]) and have a Google Workspace account with the domain abcworkspace.com ([email protected]), you need to maintain cross-domain mapping.
3+
description: The steps mentioned in the tutorials are required if the domain of your email account and Google Workspace account is different.
44
auto_validation: true
55
time: 5
66
tags: [ tutorial>beginner, software-product>sap-business-technology-platform, topic>Cloud, software-product>sap-document-management-service]
@@ -24,17 +24,23 @@ author_profile: https://github.com/Vikramkulkarni01
2424
### You will learn
2525
- How do you manage cross domain mapping at the service instance level
2626

27+
### Introduction
28+
29+
If your domains are different, we need to map your system user account to the Google Workspace domain. For example, if you're using the domain abc.com ([email protected]) and have a Google Workspace account with the domain abcworkspace.com ([email protected]), you need to maintain cross-domain mapping
30+
31+
2732
---
2833

29-
[ACCORDION-BEGIN [Step 1: ](Get URL value from the service key)]
34+
35+
[ACCORDION-BEGIN [Step 1: ](Get url from the service key)]
3036
Copy the `url:` parameter from your service key.
3137

3238
!![Copy_URL](Copy_URL.png)
3339

3440
[DONE]
3541
[ACCORDION-END]
3642

37-
[ACCORDION-BEGIN [Step 2: ](Intiating the API execution process)]
43+
[ACCORDION-BEGIN [Step 2: ](Send your API request)]
3844
1. Open the Postman. Click on **New** and then select **HTTP Request** to open a new tab on Postman to work on.
3945

4046
!![Postman](NewPostman.png)

tutorials/btp-sdm-gwi-odata-publish-servicegroup/btp-sdm-gwi-odata-publish-servicegroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Service Group Publishing
2+
title: Publish Service Group
33
description: To integrate the processing service, you need to publish the service group in the backend system.
44
auto_validation: true
55
time: 10

tutorials/btp-sdm-gwi-onboarding-repo/btp-sdm-gwi-onboarding-repo.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ author_profile: https://github.com/Vikramkulkarni01
2121

2222
---
2323

24-
[ACCORDION-BEGIN [Step 1: ](Get URL value from the service key)]
24+
[ACCORDION-BEGIN [Step 1: ](Get URL from the service key)]
2525
Copy the `url:` parameter from the generated service key.
2626

2727
!![Copy_URL](Copy_URL.png)
@@ -70,8 +70,7 @@ Copy the `url:` parameter from the generated service key.
7070

7171
Click **Send**.
7272

73-
>**Results:** When a successful response is received, the status is `200 OK`.
74-
73+
5. When a successful response is received, the status is `200 OK`.
7574

7675
**Results**
7776

tutorials/btp-sdm-gwi-s4hana-export-testing/btp-sdm-gwi-s4hana-export-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Testing Table Export Using SAP UI5 Application
2+
title: Test Table Export Using SAP UI5 Application
33
description: The purpose of this tutorial is to test your setup that was created in the previous tutorial series by exporting data from SAP S/4HANA Cloud, public edition to Google Sheets.
44
auto_validation: true
55
time: 10
@@ -18,7 +18,7 @@ author_profile: https://github.com/Vikramkulkarni01
1818
- How to export data from SAP UI (User Interface) tables.
1919

2020
---
21-
[ACCORDION-BEGIN [Step 1: ](Access Your Application )]
21+
[ACCORDION-BEGIN [Step 1: ](Access your application )]
2222
Log on to your S/4HANA Cloud, public edition. Open the **Manage Journal Entries** or **Purchase Orders** or any other applications that is offering a table-based export.
2323

2424
!![Accessing System](LogOntoS4HANACloud.png)
@@ -27,7 +27,7 @@ Log on to your S/4HANA Cloud, public edition. Open the **Manage Journal Entries*
2727
[DONE]
2828
[ACCORDION-END]
2929

30-
[ACCORDION-BEGIN [Step 2: ](Exporting Table Details)]
30+
[ACCORDION-BEGIN [Step 2: ](Export table details)]
3131
1. The user interface of an application that offers a table base export looks like this: You can use any such application which gives the option to export a table. *This tutorial uses the Purchase Orders application*.
3232

3333
!![Table](LogOntoS4HANACloud2.1.png)

tutorials/btp-sdm-gwi-s4hana-maintain-businessroles/btp-sdm-gwi-s4hana-maintain-businessroles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ author_profile: https://github.com/Vikramkulkarni01
123123
[ACCORDION-END]
124124

125125

126-
[ACCORDION-BEGIN [Step 5: ](Knowledge check)]
126+
[ACCORDION-BEGIN [Step 5: ](Test yourself)]
127127

128128
[VALIDATE_6]
129129

tutorials/btp-sdm-gwi-s4hana-protection-allowlist/btp-sdm-gwi-s4hana-protection-allowlist.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ author_profile: https://github.com/Vikramkulkarni01
1717

1818
---
1919

20-
[ACCORDION-BEGIN [Step 1: ](Log On to the SAP S/4HANA cloud application)]
20+
[ACCORDION-BEGIN [Step 1: ](Log into SAP S/4HANA Cloud)]
2121
Log on to SAP S/4HANA Cloud, public edition and search for the **`Maintain Protection Allowlists`** app from the SAP Fiori Launchpad.
2222
!![LogonScreenApp](MaintainProtectionAllowlistApp.png)
2323

2424
[DONE]
2525
[ACCORDION-END]
2626

2727

28-
[ACCORDION-BEGIN [Step 2: ](Creating trusted network zone)]
28+
[ACCORDION-BEGIN [Step 2: ](Create trusted network zone)]
2929
Navigate to the **Trusted Network Zones** tab and click **(+) Create**.
3030

3131
!![TrustedNetworkzone](TrustedNetworkzone.png)
@@ -34,7 +34,7 @@ author_profile: https://github.com/Vikramkulkarni01
3434
[ACCORDION-END]
3535

3636

37-
[ACCORDION-BEGIN [Step 3: ](Managing the details)]
37+
[ACCORDION-BEGIN [Step 3: ](Manage details)]
3838
1. In the **Add Trusted Host** dialog, add the following details:
3939

4040
| Field Name | Value

tutorials/btp-sdm-gwi-s4hanacloud-create-com/btp-sdm-gwi-s4hanacloud-create-com.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ author_profile: https://github.com/Vikramkulkarni01
2222
- How to add the details that are captured from SAP BTP in SAP S/4HANA Cloud, public edition
2323
---
2424

25-
[ACCORDION-BEGIN [Step 1: ](Create Communication Arrangements)]
25+
[ACCORDION-BEGIN [Step 1: ](Create communication arrangements)]
2626

2727
1. Log on to the SAP S/4HANA Cloud, public edition and search for the **Communication Arrangements** app.
2828

@@ -46,7 +46,7 @@ author_profile: https://github.com/Vikramkulkarni01
4646
[DONE]
4747
[ACCORDION-END]
4848

49-
[ACCORDION-BEGIN [Step 2: ](Creating Communication System)]
49+
[ACCORDION-BEGIN [Step 2: ](Create communication system)]
5050

5151
1. In the Communication Arrangement page that you created in the previous step, choose **New** and create a **New Communication System**.
5252

@@ -101,7 +101,7 @@ author_profile: https://github.com/Vikramkulkarni01
101101
[ACCORDION-END]
102102

103103

104-
[ACCORDION-BEGIN [Step 3: ](Enter Additional Properties in the Communication Arrangements)]
104+
[ACCORDION-BEGIN [Step 3: ](Enter additional properties)]
105105

106106
1. In the **Communication Arrangement** you created, in the **`Additional Properties`** section, maintain the following details:
107107

tutorials/btp-sdm-gwi-s4hanacloud-export/btp-sdm-gwi-s4hanacloud-export.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Trust Configuration between SAP S/4HANA Cloud, public edition and SAP BTP Subaccount
3-
description: In this tutorial you are configuring the trust between SAP S/4HANA Cloud, public edition and the BTP Subaccount.
2+
title: Establish Trust Configuration between SAP S/4HANA Cloud, public edition and SAP BTP Subaccount
3+
description: Configure trust between SAP S/4HANA Cloud, public edition and the BTP subaccount. During the configuration, you download the identity providers generated in SAP S/4HANA Cloud, public edition. You import SAML identity provider metadata into your SAP BTP Cloud Foundry account.
44
auto_validation: true
5-
time: 20
5+
time: 15
6+
tags: [ tutorial>beginner, software-product>sap-business-technology-platform, topic>Cloud, software-product>sap-document-management-service, software-product>sap-s-4hana-cloud]
67
primary_tag: software-product>sap-business-technology-platform
7-
tags: [ tutorial>intermediate, software-product>sap-s-4hana-cloud]
88
author_name: Vikram Kulkarni
99
author_profile: https://github.com/Vikramkulkarni01
1010
---
@@ -20,7 +20,7 @@ author_profile: https://github.com/Vikramkulkarni01
2020

2121
---
2222

23-
[ACCORDION-BEGIN [Step 1: ](Downloading SAML2.0 Metadata from SAP S/4HANA Cloud)]
23+
[ACCORDION-BEGIN [Step 1: ](Download SAML2.0 metadata from SAP S/4HANA cloud)]
2424
1. Log in to SAP S/4HANA Cloud, public edition with the required admin privileges. Search for **Communication Systems**.
2525

2626
!![Communication Systems Screen](screenshots.png/Communication Systems.png)
@@ -37,7 +37,7 @@ author_profile: https://github.com/Vikramkulkarni01
3737
[DONE]
3838
[ACCORDION-END]
3939

40-
[ACCORDION-BEGIN [Step 2: ](Create Trust Configuration)]
40+
[ACCORDION-BEGIN [Step 2: ](Create trust configuration)]
4141
1. Log on to your BTP Subaccount and navigate to the **Trust Configuration** option in the left side menu and click **New Trust Configuration**.
4242

4343
!![NewTrustConfiguration](screenshots.png/NewTrustConfiguration.png)
@@ -61,7 +61,7 @@ author_profile: https://github.com/Vikramkulkarni01
6161
[ACCORDION-END]
6262

6363

64-
[ACCORDION-BEGIN [Step 3: ](Add Users in the SAP BTP cockpit)]
64+
[ACCORDION-BEGIN [Step 3: ](Add users in SAP BTP)]
6565

6666
1. Navigate back to the SAP BTP Cockpit home screen and go to the **Users** tab. Click **Create**.
6767

@@ -82,7 +82,7 @@ author_profile: https://github.com/Vikramkulkarni01
8282
[DONE]
8383
[ACCORDION-END]
8484

85-
[ACCORDION-BEGIN [Step 4: ](Download SAML Metadata from SAP BTP Cockpit)]
85+
[ACCORDION-BEGIN [Step 4: ](Download SAML metadata from SAP BTP cockpit)]
8686

8787
1. In the same subaccount, navigate to the **Trust Configuration** and click **SAML Metadata**. A metadata file gets downloaded to your local system.
8888

@@ -98,7 +98,7 @@ author_profile: https://github.com/Vikramkulkarni01
9898
[DONE]
9999
[ACCORDION-END]
100100

101-
[ACCORDION-BEGIN [Step 5: ](Test Yourself)]
101+
[ACCORDION-BEGIN [Step 5: ](Test yourself)]
102102

103103
[VALIDATE_2]
104104

tutorials/btp-sdm-gwi-user-management/btp-sdm-gwi-user-management.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,19 @@ author_profile: https://github.com/Vikramkulkarni01
2121
2222
---
2323

24-
[ACCORDION-BEGIN [Step 1: ](Adding User)]
25-
Log in to your **Google Workspace** account using *`admin.google.com`* and click on **Add a User**.
24+
[ACCORDION-BEGIN [Step 1: ](Add User)]
25+
1. Log in to your **Google Workspace** account using *`admin.google.com`* and click on **Add a User**.
2626

27-
!![Adding User](Add_User.png)
27+
!![Adding User](Add_User.png)
2828

29-
[DONE]
30-
[ACCORDION-END]
29+
2. Enter the **User Information** and specify the password for your user.
3130

32-
[ACCORDION-BEGIN [Step 2: ](Manage User Information)]
33-
Enter the **User Information** and specify the password for your user.
34-
35-
!![ManageUserinfo](UserInformation.png)
31+
!![ManageUserinfo](UserInformation.png)
3632

3733
[DONE]
3834
[ACCORDION-END]
3935

40-
41-
[ACCORDION-BEGIN [Step 1: ](Test Yourself)]
36+
[ACCORDION-BEGIN [Step 2: ](Test yourself)]
4237

4338
[VALIDATE_6]
4439

0 commit comments

Comments
 (0)