Skip to content

Commit eb5641e

Browse files
authored
Merge pull request #2600 from AchimSeubert/main
Remove orphaned link and correct typo
2 parents a81bbd5 + 4e20c2c commit eb5641e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

tutorials/abap-environment-custom-theme/abap-environment-custom-theme.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ parser: v2
1111
---
1212

1313
## Prerequisites
14-
- [You have set up the SAP Build Work Zone, standard edition](btp-app-work-zone-subscribe)
15-
- You have a user with the **Subaccount Administrator** role collection in the subaccount where you set up the SAP Launchpad Service.
16-
- You have access to a SAP BTP ABAP Environment in a Cloud Foundry space.
17-
- You are a member of the Cloud Foundry space where your SAP BTP ABAP Environment resides, and you have **Space Developer** role.
18-
- You have a user in your SAP BTP ABAP Environment with the following business catalogs: `SAP_CORE_BC_SEC` and `SAP_CORE_BC_COM`.
14+
15+
- You have set up the SAP Build Work Zone, standard edition
16+
- You have a user with the **Subaccount Administrator** role collection in the subaccount where you set up the SAP Launchpad Service.
17+
- You have access to a SAP BTP ABAP Environment in a Cloud Foundry space.
18+
- You are a member of the Cloud Foundry space where your SAP BTP ABAP Environment resides, and you have **Space Developer** role.
19+
- You have a user in your SAP BTP ABAP Environment with the following business catalogs: `SAP_CORE_BC_SEC` and `SAP_CORE_BC_COM`.
1920

2021
## You will learn
22+
2123
- How to integrate the Theme Designer with your SAP BTP ABAP Environment.
2224
- How to use the Theme Designer to create and maintain custom themes.
2325
- How to enable the usage of custom themes in your SAP BTP ABAP Environment.
@@ -83,7 +85,8 @@ You now need to setup a communication between your SAP BTP ABAP Environment and
8385
The communication scenario created in the previous step allows you to maintain both a default custom theme, as well as further additional custom themes that shall be available to business users.
8486

8587
1. Navigate to the **Communication Arrangements** Fiori app and click on the communication arrangement created in the previous step. Click on **Edit**.
86-
2. You can now maintain the desired custom themes adding the corresponding theme ID's in the **Additional Properties** section of the communication arrangement. ![Maintain custom themes](6-maintain-custom-themes.png)
88+
2. You can now maintain the desired custom themes adding the corresponding theme ID's in the **Additional Properties** section of the communication arrangement.
89+
![Maintain custom themes](6-maintain-custom-themes.png)
8790
For the scope of this tutorial, the custom theme with ID `custome_theme_000` is added in the **Additional Theme IDs** section.
8891
>You can add as many custom themes as you want in the **Additional Theme IDs** section. You can also add one custom theme ID in the **Default Theme ID** section, but be aware that this custom theme is then automatically applied to all users except those that have already manually chosen a different theme.
8992
@@ -97,7 +100,7 @@ In order to be able to correctly display custom themes, the host name of the the
97100
2. Select the **Trusted Sites** tab and click on the **`UI_RESOURCE_FONTS`** allowlist.
98101
3. Click **Add**, scroll down to the **Managed by Customer** section and click **New**. Input the theming runtime host name for your landscape and click **Save**. ![Maintain content security policy](7-maintain-content-security-policy.png)
99102

100-
>The theming runtime host name can be retrieved from the service key of the **UI Theme Designer** service instance: it is the value of the **endpoint****runtime** property.
103+
>The theming runtime host name can be retrieved from the service key of the **UI Theme Designer** service instance: it is the value of the **endpoints****runtime** property.
101104
102105
### Select the custom theme
103106

0 commit comments

Comments
 (0)