Skip to content

Commit f517c66

Browse files
author
Ilyes YAMOUN
committed
Merge branch 'master' of git+ssh://github.com/sap-tutorials/Tutorials
2 parents 77f4bf5 + 5c282dd commit f517c66

File tree

69 files changed

+321
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+321
-131
lines changed

tutorials/abap-environment-behavior-definition/abap-environment-behavior-definition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In this tutorial, wherever `XXX` appears, use a number (e.g. `000`).
5858
delete;
5959
6060
field (mandatory) id;
61-
field (read only) lastchangedbyuser, lastchangeddatetime;
61+
field (readonly) lastchangedbyuser, lastchangeddatetime;
6262
}
6363
```
6464
Save and activate.
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Loading
Loading
Binary file not shown.
Loading

tutorials/cp-launchpad-federation-connectivity/cp-launchpad-federation-connectivity.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,26 @@ If this is the first time SAP Cloud Connector is started, you will see the **Def
5151

5252
2. To find the right information to enter into SAP Cloud Connector, access your SAP BTP trial in a second browser tab at <https://account.hanatrial.ondemand.com/trial/#/home/trial>.
5353

54-
3. Click **Enter trial**, then click the **trial** tile.
54+
3. Click **Go To Your Trial Account**, then click the **trial** tile.
5555

56-
![Trial subaccount](22-btp-goto-trial.png)
56+
![Trial subaccount](22a-btp-go-to-trial.jpg)
5757

5858

59-
4. You can find the required information to enter in the SAP Cloud Connector form on this Overview page. You can identify the region ID from the **API end point** on the Cloud Foundry Environment tab and find the subaccount ID on top of the page next to **ID:**.
59+
4. You can find the required information to enter in the SAP Cloud Connector form on this Overview page. You can identify the region, the provider and the subaccount ID in the **General** section.
6060

61-
Copy the subaccount ID.
61+
Copy the region, e.g. US East (VA).
6262

63-
![BTP Cockpit Overview](5a-btp-cockpit-overview.png)
63+
![BTP Cockpit Overview](5b-btp-cockpit-overview.png)
6464

65-
5. Go back to the SAP Cloud Connector tab. In the form, click the selector icon and select the region of your trial account. The ID of the selected region should start with `cf`.
65+
5. Go back to the SAP Cloud Connector tab. In the form, click the Select icon in the **Region** field.
6666

67-
![Selector icon](3-scc-selector.png)
68-
![Selection of regions](4-scc-selectregion.png)
67+
![Select icon](4a-scc-selectoricon.png)
6968

69+
6. Paste the region of your trial account and select the right entry in the list. Make sure you select the right provider.
7070

71-
5. Paste the subaccount ID from the SAP BTP cockpit Overview page into the **Subaccount** field.
71+
![Select region](4b-scc-selectregion.png)
72+
73+
5. Go back to the BTP Cockpit Overview page and copy the ``subaccount ID`` into the **Subaccount** field.
7274
6. Enter an easily identifiable display name, e.g. your SAP BTP trial's subdomain into **Display Name**.
7375
7. Enter the ``email address`` and ``password`` that you use to login to your SAP BTP trial into **Login E-Mail** and **Password**.
7476
8. If you have attached another SAP Cloud Connector to your SAP BTP trial account already, enter any unique **Location ID** here to distinguish this SAP Cloud Connector from the existing one. Otherwise, you can leave this field empty.
@@ -174,11 +176,11 @@ The design-time destination is used to fetch the federated content from the cont
174176

175177
2. In the menu, navigate to **Connectivity** > **Destinations**.
176178

177-
![Go to Destinations](23-btp-goto-destinations.png)
179+
![Go to Destinations](23a-btp-goto-destinations.png)
178180

179181
3. Click **New Destination**.
180182

181-
![Destination screen](24-btp-new-destination.png)
183+
![Destination screen](24a-btp-new-destination.png)
182184

183185

184186
4. Fill in the form:
@@ -200,13 +202,13 @@ The design-time destination is used to fetch the federated content from the cont
200202

201203

202204

203-
![Design-time Destination](25b-btp-designtime-destination.png)
205+
![Design-time Destination](25a-btp-designtime-destination.jpg)
204206

205-
6. Enter ``sap-client`` and the client of your SAP S/4HANA system, e.g. 100 for SAP S/4HANA trial systems, as property name and value.
207+
6. Enter ``sap-client`` and the client of your SAP S/4HANA system, e.g. 100 for SAP S/4HANA trial (CAL) systems, as property name and value.
206208

207209
7. Click **Save**.
208210

209-
![Additional property](25-2-btp-designtime-destination.png)
211+
![Additional property](25-2b-btp-designtime-destination.jpg)
210212

211213
[DONE]
212214
[ACCORDION-END]
@@ -223,20 +225,20 @@ The runtime destination is used to launch federated applications at runtime.
223225

224226
3. Remove the part after the port from the **URL**.
225227

226-
4. Enter the password ``Welcome1`` again.
228+
4. Enter the password again.
227229

228230
5. Click **New Property** to add the following properties to your destination. You can **type in the property name, if it is not available in the dropdown list**.
229231

230232
| Property Name | Value
231233
| :------------- | :-------------
232234
| HTML5.DynamicDestination | `true`
233235
| sap-platform | `ABAP` (type the property name)
234-
| sap-service | A string that consists of the first two characters 32 and the instance number of the ABAP application server, e.g. 3200 (type the property name)
236+
| sap-service | A string that consists of the first two characters 32 and the instance number of the ABAP application server, **3200** for your CAL system (type the property name)
235237
| sap-sysid | `<System ID of your SAP S/4HANA system>` - **S4H** for your CAL system (type the property name)
236238

237239
6. Click **Save**.
238240

239-
![Runtime Destination](27a-btp-runtime-destination.png)
241+
![Runtime Destination](27b-btp-runtime-destination.jpg)
240242

241243
[VALIDATE_7]
242244
[ACCORDION-END]
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading

tutorials/cp-launchpad-federation-consumption/cp-launchpad-federation-consumption.md

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ In a first step, you will add the SAP S/4HANA system as a content provider.
4848

4949
5. Click **Save**.
5050

51-
![Provider creation form](3a-new-content-provider-form.png)
51+
![Provider creation form](3b-new-content-provider.png)
5252

5353
> If you select *Automatic addition of all content items*, all exposed content items will be automatically selected in the Content Explorer and added to the My Content tab, as soon as you create the content provider. In this case, when updating a provider, all the new content items are automatically added. In this exercise, you will add content items manually.
5454
55-
The content provider is added to the list and the content is loaded. This might take some seconds.
55+
> If you select *Include group and catalog assignments to roles*, the relationship of groups and catalogs to roles from the SAP S/4HANA system is taken into account for the display of the groups and catalogs on the Launchpad service. For more details see [the documentation](https://help.sap.com/docs/Launchpad_Service/8c8e1958338140699bd4811b37b82ece/215517e6d4f44c96b790bbcb56d63572.html).
5656
57-
6. Wait till the status says **Created** and **Partial content was created**. If this takes long, try refreshing the browser page.
57+
The content provider is added to the list and the content is loaded. This might take some seconds.
5858

59-
![Provider created](4a-provider-created.png)
59+
6. Wait till the status says **Created**. If this takes long, try refreshing the browser page.
6060

61-
> The message *Partial content was created* refers to the fact that currently Smart Business apps are not part of the exposed content. As soon as they are supported for federation, you will be able to update your content provider and this message will disappear.
61+
![Provider created](4b-provider-created.png)
6262

6363
[DONE]
6464
[ACCORDION-END]
@@ -67,7 +67,7 @@ In a first step, you will add the SAP S/4HANA system as a content provider.
6767

6868
1. Click the **Content Manager** icon to manually assign content from your SAP S/4HANA system to ``My Content``, so you can add it to a site.
6969

70-
!![Content Manager Icon](5-go-to-content-manager.png)
70+
!![Content Manager Icon](5a-go-to-content-manager.png)
7171

7272
2. On top of the page, click **Content Explorer** to access content coming from content providers.
7373

@@ -153,35 +153,23 @@ Apps are only displayed to users with the corresponding roles assigned. You assi
153153

154154
1. Open the SAP BTP cockpit of your trial account.
155155

156-
2. Navigate to **Security > Role Collections** to go to a list of role collections on your subaccount. When you added the federated content, one role collection for each federated role was automatically created.
157-
158-
![Role Collections](19-role-collections.png)
159-
160-
161-
3. Click the name of the first federated role collection ``~sap_s4hana_SAP_BR_AP_ACCOUNTANT`` to open this role collection and assign your user to it.
162-
163-
![Select role collection](20a-select-role-collection.png)
164-
165-
4. Click **Edit** to switch to Editing mode.
166-
167-
![Edit role collection](21a-edit-role-collection.png)
156+
2. Navigate to **Security > Users** to assign the role collections to your user. When you added the federated content, one role collection for each federated role was automatically created.
168157

169-
5. Enter the ``E-Mail Address`` with which you login to the SAP Launchpad to the **ID** field in the **Users** section.
158+
![Users](19a-users.png)
170159

171-
![Enter Email addresss](22a-enter-email-address.png)
172160

173-
6. Then click **Save**.
161+
3. In the list of users available in your subaccount, click on the name of your user.
174162

175-
![Save](23a-save-role-collection.png)
163+
![Select your user](20a-select-user.png)
176164

177-
7. To open the next role, click the drop-down icon next to the current role name and select role collection ``~sap_s4hana_SAP_BR_MASTER_SPECIALIST_FIN``.
165+
4. In the user details panel on the right, click the three dots in the **Role Collections** section to open the menu. Then select ``Assign Role Collection``.
178166

179-
![Open Next Federated Role](24a-switch-role-collection.png)
167+
![Open menu and assign role collection](21e-open-and-assign-role-collection.png)
180168

181169

182-
Then add your user to the second federated role collection in the same way and save the role collection.
170+
5. In the pop-up window select the checkboxes in front of the two federated roles ``~sap_s4hana_SAP_BR_MASTER_SPECIALIST_FIN`` and ``~sap_s4hana_SAP_BR_AP_ACCOUNTANT``. Then click **Assign Role Collection**.
183171

184-
![Assign user to second role collection](25a-second-role.png)
172+
![Select role collections](22c-select-role-collections.png)
185173

186174
Now you are done in SAP BTP cockpit.
187175

Loading

0 commit comments

Comments
 (0)