You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/abap-environment-custom-theme/abap-environment-custom-theme.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ parser: v2
11
11
---
12
12
13
13
## 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`.
19
20
20
21
## You will learn
22
+
21
23
- How to integrate the Theme Designer with your SAP BTP ABAP Environment.
22
24
- How to use the Theme Designer to create and maintain custom themes.
23
25
- 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
83
85
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.
84
86
85
87
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. 
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.
For the scope of this tutorial, the custom theme with ID `custome_theme_000` is added in the **Additional Theme IDs** section.
88
91
>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.
89
92
@@ -97,7 +100,7 @@ In order to be able to correctly display custom themes, the host name of the the
97
100
2. Select the **Trusted Sites** tab and click on the **`UI_RESOURCE_FONTS`** allowlist.
98
101
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**. 
99
102
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.
0 commit comments