Skip to content

Commit b9117a2

Browse files
authored
Merge pull request #2621 from AchimSeubert/main
Adjust Set SAP BTP, ABAP Environment as a Content Provider for SAP Build Work Zone, standard edition
2 parents eaee935 + 80ff8de commit b9117a2

8 files changed

+31
-27
lines changed
66.4 KB
Loading
46.6 KB
Loading
109 KB
Loading
73.1 KB
Loading
52.5 KB
Loading
107 KB
Loading
27.7 KB
Loading

tutorials/abap-environment-lp-service-content-provider/abap-environment-lp-service-content-provider.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ primary_tag: software-product>sap-btp--abap-environment
109109
110110
### Configure Communication between the SAP BTP Subaccount and the SAP BTP, ABAP Environment System
111111

112-
1. In the SAP BTP cockpit, download the trust certificate of the subaccount runtime destinations by navigating to `Connectivity` > `Destinations`.
112+
1. In the SAP BTP cockpit, download the trust certificate of the subaccount runtime destinations by navigating to `Connectivity` > `Destination Trust`.
113113

114-
2. Select `Download Trust`.
114+
2. Select `Export` of the Active Trust Certificate.
115115

116-
<!-- border -->![Download trust](4-Destination-Trust.png)
116+
<!-- border -->![Download trust](4-Destination-Trust-1.png)
117117

118118
3. Open the `Communication Systems` app from the SAP Fiori launchpad in your SAP BTP, ABAP environment system.
119119

@@ -180,7 +180,7 @@ You create a design-time destination to define the location from which the SAP B
180180

181181
The destination should look like this:
182182

183-
<!-- border -->![Settings for new Destination](1-Destination-settings.png)
183+
<!-- border -->![Settings for new Destination](1-Design-Time-Destination-settings.png)
184184

185185
4. Select `Save`.
186186

@@ -195,7 +195,7 @@ You create a design-time destination to define the location from which the SAP B
195195
- Description: `Tutorial: Runtime destination for ressources`
196196

197197
- URL: Fiori Launchpad URL of the SAP BTP, ABAP environment system without the `/ui` path.
198-
198+
199199
Format: https://<`tenant`>.**`abap-web`**.<`region`>.hana.ondemand.com
200200

201201
- Proxy Type: `Internet`
@@ -213,41 +213,45 @@ You create a design-time destination to define the location from which the SAP B
213213
Finally the destination should look like this:
214214

215215
<!-- border -->
216-
![Settings for Runtime iFrame integration](3-Destination-iFrame.png)
216+
![Settings for Runtime iFrame integration](3-Runtime-Destination-iFrame.png)
217217

218218
### Create Runtime Destination for Dynamic OData access
219219

220-
1. Create a new destination.
220+
1. Create a new destination with the following data
221221

222-
- Name: `Tutorial_dynamic_OData_rt`
222+
- Main Properties
223223

224-
- Type: `HTTP`
224+
- Name: `Tutorial_dynamic_OData_rt`
225225

226-
- Description: `Tutorial: Dynamic runtime destination for OData access`
226+
- Type: `HTTP`
227227

228-
- URL: SAP Fiori Launchpad URL of the SAP BTP, ABAP environment system. Replace `abap-web` with `abap` and remove the `/ui` path.
229-
230-
Format: https://<`tenant`>.**`abap`**.<`region`>.hana.ondemand.com
228+
- Description: `Tutorial: Dynamic runtime destination for OData access`
231229

232-
- Proxy Type: `Internet`
230+
- Proxy Type: `Internet`
233231

234-
- Authentication: `SAMLAssertion`
232+
- URL: SAP Fiori Launchpad URL of the SAP BTP, ABAP environment system. Replace `abap-web` with `abap` and remove the `/ui` path.
235233

236-
- Audience: SAP Fiori Launchpad URL of the SAP BTP, ABAP environment system
234+
Format: https://<`tenant`>.**`abap`**.<`region`>.hana.ondemand.com
237235

238-
- `AuthnContextClassRef`: `urn:oasis:names:tc:SAML:2.0:ac:classes:PreviousSession`
236+
- Authentication: `SAMLAssertion`
239237

240-
- Additional Properties: (Select `New Property` to add new items)
238+
- SAML Properties
241239

242-
- HTML5.DynamicDestination: `true`
240+
- `AuthnContextClassRef`: `urn:oasis:names:tc:SAML:2.0:ac:classes:PreviousSession`
241+
242+
- Audience: SAP Fiori Launchpad URL of the SAP BTP, ABAP environment system
243243

244244
- `nameIdFormat`: `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`
245245

246+
- Additional Properties: (Select `Add Property` to add new items)
247+
248+
- HTML5.DynamicDestination: `true`
249+
246250
2. Select `Save`.
247251

248252
The destination should look like this:
249253

250-
<!-- border -->![Settings for dynamic Runtime Destination](2-Destination-oData.png)
254+
<!-- border -->![Settings for dynamic Runtime Destination](2-Dynamic-Runtime-Destination-oData.png)
251255

252256
### Create Content Provider
253257

@@ -261,7 +265,7 @@ The destination should look like this:
261265

262266
5. Create a new content provider.
263267

264-
<!-- border -->![Workflow](3-cp-overview.png)
268+
<!-- border -->![Workflow](3-content-provider-overview.png)
265269

266270
6. Add title, description, ID, and the destinations created in `Step 6-8` (Create Design-Time / Runtime destination) accordingly:
267271

@@ -311,17 +315,17 @@ The destination should look like this:
311315

312316
3. Choose a site name and select `Create`.
313317

314-
4. Select `Edit` and move your cursor to the search box to `Search for items to assign`.
318+
4. In section `Role Assignments` select `Edit` and move your cursor to the search box on the upper right part of the screen.
315319

316-
<!-- border -->![Create Launchpad Site](2-1-create-site.png)
320+
<!-- border -->![Create Launchpad Site](2-1-create-lp-site-1.png)
317321

318-
5. Choose the `Administrator` role (select `+`).
322+
5. Choose the `Administrator` role (select `-`).
319323

320324
6. Select `Save`.
321325

322-
7. Copy and store the URL of the launchpad for later use.
326+
7. Navigate to `Site Settings`section. Copy and store the URL of the launchpad for later use.
323327

324-
<!-- border -->![Launchpad URL](9-copy-launchpad-url.png)
328+
<!-- border -->![Launchpad URL](9-copy-launchpad-url-1.png)
325329

326330
> Now you have assigned the business role, that is exposed to the SAP Build Work Zone, standard edition, to your launchpad site. With the business role all apps that are related to this business role will be available on the launchpad site. Also, a role collection is created, which is labeled according to this format: `<Content Provider name>_<Business Role name>`
327331
@@ -331,7 +335,7 @@ The destination should look like this:
331335
332336
1. Open the SAP BTP Cockpit and navigate to the subaccount of the SAP Build Work Zone, standard edition.
333337

334-
2. Navigate to the `Users` menu.
338+
2. In the `Security` section, navigate to the `Users` menu.
335339

336340
3. Search for your user and select it.
337341

0 commit comments

Comments
 (0)