Skip to content

Commit 79b3691

Browse files
Merge branch 'main' into patch-1
2 parents 6106c2b + c52867d commit 79b3691

22 files changed

+287
-85
lines changed

docs/02_integration_and_config_options/enabling-email-channel-for-in-app-notifications-fbd50d1.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,7 @@ Open authorization requests exist.
128128

129129
## Prerequisites
130130

131-
- You operate your own email server that is under your responsibility.
132-
133-
- Your email solution supports basic authentication.
134-
131+
You operate your own email server that is under your responsibility.
135132

136133

137134

docs/02_integration_and_config_options/enabling-sap-cloud-alm-api-704b5dc.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Enabling SAP Cloud ALM API
66

7-
Create a service binding to obtain the access credentials to the service instance of the SAP Cloud ALM API service.
7+
To set up the connection between SAP Cloud ALM and your managed systems and/or services, you need to create a service binding from the SAP Cloud ALM API instance.
88

99

1010

@@ -35,15 +35,13 @@ An entitlement is your right to provision and consume a resource. In other words
3535

3636
1. Open the SAP BTP cockpit.
3737

38-
2. Select the global account that contains your SAP Cloud ALM entitlement, which was created when you requested SAP Cloud ALM.
38+
2. Select the global account that contains your SAP Cloud ALM entitlement and open the subaccount that contains your SAP Cloud ALM subscription.
3939

40-
3. Under *Subaccounts*, select the subaccount that contains your SAP Cloud ALM subscription.
40+
3. In the menu, go to *Entitlements*.
4141

42-
4. In the menu, go to *Entitlements*.
42+
4. Choose *Edit* \> *Add Service Plans*.
4343

44-
5. Choose *Edit* \> *Add Service Plans*.
45-
46-
6. Add the required service plan as follows:
44+
5. Add the required service plan as follows:
4745

4846
1. Select the entitlement *SAP Cloud ALM API*.
4947

@@ -54,7 +52,7 @@ An entitlement is your right to provision and consume a resource. In other words
5452
![Select a Service Plan for SAP Cloud ALM APIs](images/Enabling_APIs_-_Add_Service_Plan_f2a4ae2.png)
5553

5654

57-
7. Save.
55+
6. Save.
5856

5957

6058

@@ -106,7 +104,7 @@ To consume the selected service plan, you need to create a service instance.
106104
107105
```
108106
109-
6. Replace `<your-instance-name>` with your instance name.
107+
6. Replace `<your-instance-name>` with your instance name you've created in step 3 of the *Create or Update an Instance* section of this guide.
110108
111109
7. Choose *Create*.
112110

docs/02_integration_and_config_options/enabling-sap-cloud-alm-api-in-cloud-foundry-7d4c180.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Enabling SAP Cloud ALM API in Cloud Foundry
66

7-
Create a service key to obtain the access credentials to the service instance of the SAP Cloud ALM API service.
7+
To set up the connection between SAP Cloud ALM and your managed systems and/or services, you need to create a service key from the SAP Cloud ALM API instance.
88

99
> ### Note:
1010
> This document describes how to retrieve service credentials in the Cloud Foundry environment. This is no longer the recommended approach.
@@ -46,21 +46,19 @@ In Cloud Foundry, your subaccount can further be subdivided by spaces, which is
4646

4747
1. Open the SAP BTP cockpit.
4848

49-
2. Select the global account that contains your SAP Cloud ALM entitlement, which was created when you requested SAP Cloud ALM.
49+
2. Select the global account that contains your SAP Cloud ALM entitlement and go to the subaccount that contains your SAP Cloud ALM subscription.
5050

51-
3. Under *Subaccounts*, select the subaccount that contains your SAP Cloud ALM subscription.
51+
3. Choose *Cloud Foundry* \> *Spaces*.
5252

53-
4. Choose *Cloud Foundry* \> *Spaces*.
54-
55-
5. If you already have a space with the required authorizations, proceed to the **Configure Entitlements** section.
53+
4. If you already have a space with the required authorizations, proceed to the **Configure Entitlements** section.
5654

5755
If you don't have a space yet, choose *Create Space*.
5856

5957
![Create a Space](images/Enabling_APIs_-_Create_Space_f46e85f.png)
6058

61-
6. Enter a space name and select the roles that you want to assign to your user for this space. To perform the following steps, your user needs at least *Space Developer* authorizations.
59+
5. Enter a space name and select the roles that you want to assign to your user for this space. To perform the following steps, your user needs at least *Space Developer* authorizations.
6260

63-
7. Choose *Create*.
61+
6. Choose *Create*.
6462

6563

6664

@@ -135,7 +133,7 @@ To consume the selected service plan, you need to create a service instance in y
135133
136134
```
137135
138-
8. Replace `<your-instance-name>` with your instance name.
136+
8. Replace `<your-instance-name>` with your instance name that you've created in step 5 of the *Create or Update an Instance* section of this guide.
139137
140138
9. Choose *Create*.
141139
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!-- loioec0293ff2ffa44aa9aa7f38ea494a893 -->
2+
3+
# Enabling the Creation of Public Views
4+
5+
In many SAP Cloud ALM apps, users can save common filter and table settings as personal views. To allow them to also create public views, which can be used by all users within your SAP Cloud ALM tenant, you need to create a custom role collection and assign it to them.
6+
7+
> ### Note:
8+
> Currently, public views can only be created in SAP Cloud ALM for implementation and SAP Business Transformation Center apps.
9+
10+
11+
12+
<a name="loioec0293ff2ffa44aa9aa7f38ea494a893__section_xw4_b23_wbc"/>
13+
14+
## Prerequisites
15+
16+
Your user has the role *Subaccount Administrator* in the subaccount that contains your SAP Cloud ALM subscription.
17+
18+
19+
20+
<a name="loioec0293ff2ffa44aa9aa7f38ea494a893__section_vx1_h23_wbc"/>
21+
22+
## Procedure
23+
24+
1. Open the SAP BTP cockpit.
25+
26+
2. In the global account that contains your SAP Cloud ALM entitlement, open the subaccount that contains your SAP Cloud ALM subscription.
27+
28+
3. Choose *Security* \> *Role Collections*.
29+
30+
4. Choose *Create*.
31+
32+
5. Enter a unique name and description for the role collection, for example:
33+
34+
- *Name*: `Public View Editor`
35+
36+
- *Description*: `Create and edit public views, which are shared with all users in your SAP Cloud ALM tenant.`
37+
38+
39+
6. Open the created role collection and choose *Edit*.
40+
41+
7. Under *Roles*, select the role `FlexPublicViewEditor` and choose *Add*.
42+
43+
![](images/SUI_PublicViewEditor_4238a2e.png)
44+
45+
8. Under *Users*, select all users who should be able to create public views.
46+
47+
For more information about the adding users to the role collection, see [Assigning Role Collections in the SAP BTP Cockpit](../01_required_setup/step-2-assign-roles-to-users-in-sap-cloud-alm-7304b17.md#loio7304b17f3aac4ebaa24c5c6a3a8e236e__section_amj_f5z_tqb).
48+
49+
9. Save the role collection.
50+
51+
52+
53+
54+
<a name="loioec0293ff2ffa44aa9aa7f38ea494a893__section_ssw_dg3_wbc"/>
55+
56+
## Result and Next Steps
57+
58+
All users with this role collection can now create public views, as described in [Creating Public Views](https://help.sap.com/docs/ui5-flexibility-for-key-users/ui5-flexibility-for-key-users/creating-public-views).
59+
60+
![](images/SUI-PublicView_cb6b8e6.png)
61+
62+
If you want to assign this role collection to further users, follow [Step 2: Assign Roles to Users in SAP Cloud ALM](../01_required_setup/step-2-assign-roles-to-users-in-sap-cloud-alm-7304b17.md).
63+
64+
**Related Information**
65+
66+
67+
[SAP Business Technology Platform – Working with Role Collections](https://help.sap.com/docs/btp/sap-business-technology-platform/working-with-role-collections)
68+

docs/02_integration_and_config_options/enabling-transport-management-4b74b16.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# Enabling Transport Management
44

5-
You can enable transport management of different transport environments for SAP Cloud ALM.
5+
Learn how to enable the transport management of different transport environments for SAP Cloud ALM.
66

7-
In this section, you can find the setup steps for the enablement of the transport management for different transport environments in SAP Cloud ALM.
7+
In this section, you find the setup steps for the enablement of the transport management for different transport environments in SAP Cloud ALM.
88

99
- **[SAP S/4HANA Cloud Public Edition](sap-s-4hana-cloud-public-edition-a4238a9.md "Enable the transport management with Adaptation Transport Organizer.")**
1010
Enable the transport management with Adaptation Transport Organizer.
@@ -13,8 +13,8 @@ Enable the transport management with Adaptation Transport Organizer.
1313
transport requests through your implementation landscape.")**
1414
By enabling the transport management for SAP S/4HANA Cloud Private Edition and SAP NetWeaver Application Server for ABAP on-premise, you can orchestrate the deployment of transport requests through your implementation landscape.
1515
- **[SAP Cloud Transport Management Service](sap-cloud-transport-management-service-8b4af2f.md "Enable the transport management for the SAP Cloud Transport Management service for SAP
16-
Cloud ALM.. ")**
17-
Enable the transport management for the SAP Cloud Transport Management service for SAP Cloud ALM..
16+
Cloud ALM.")**
17+
Enable the transport management for the SAP Cloud Transport Management service for SAP Cloud ALM.
1818
- **[Tips and Troubleshooting for Your Setups](tips-and-troubleshooting-for-your-setups-0fb29d9.md "Find information how to fix issues.")**
1919
Find information how to fix issues.
2020

11.6 KB
Loading
31.4 KB
Loading

docs/02_integration_and_config_options/integrating-the-test-automation-tool-for-sap-s-4hana-cloud-0712254.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can integrate automated test cases from the test automation tool for SAP S/4
88

99

1010

11-
The test automation tool for SAP S/4HANA Cloud is a free automation provider delivered as part of the guided configuration tools for SAP S/4HANA Cloud in SAP Activate. It enables you to test SAP Best Practice processes after implementation or upgrade of SAP S/4HANA Cloud Public Edition.
11+
The test automation tool for SAP S/4HANA Cloud is a free automation provider delivered as part of the guided configuration tools for SAP S/4HANA Cloud Public Edition in SAP Activate. It enables you to test SAP Best Practice processes after implementation or upgrade of SAP S/4HANA Cloud Public Edition.
1212

1313
To use this integration in your project, you need to configure a service and an endpoint in the *Landscape Management* app in SAP Cloud ALM.
1414

docs/02_integration_and_config_options/integration-and-configuration-options-a4ea6fa.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ On this interactive image, you can see all optional setup steps for SAP Cloud AL
1212

1313
![Optional Setup Steps for SAP Cloud ALM](images/Image_Map_Integration_and_Configuration_Options_c84c1e9.png)
1414

15-
- **[Retrieving Service Credentials](retrieving-service-credentials-448f9f1.md "To set up the connection between your managed systems and individual SAP Cloud ALM
16-
applications, you need to retrieve service credentials and connect your SAP services and
17-
systems to your SAP Cloud ALM API instance.")**
18-
To set up the connection between your managed systems and individual SAP Cloud ALM applications, you need to retrieve service credentials and connect your SAP services and systems to your SAP Cloud ALM API instance.
15+
- **[Retrieving Service Credentials](retrieving-service-credentials-448f9f1.md "The connection between individual SAP Cloud applications and your managed systems and/or
16+
services is handled via an SAP Cloud ALM API service instance in
17+
your SAP Cloud ALM subaccount.")**
18+
The connection between individual SAP Cloud applications and your managed systems and/or services is handled via an SAP Cloud ALM API service instance in your SAP Cloud ALM subaccount.
1919
- **[Activating the SAP Audit Log Viewer Service](activating-the-sap-audit-log-viewer-service-59fd2a4.md "By integrating the SAP Audit Log Viewer service for SAP BTP, you can view
2020
the audit logs for your SAP Cloud ALM tenant to track the end user activity in SAP Cloud
2121
ALM. Audit logs represent security-relevant chronological records that provide documentary
@@ -24,6 +24,11 @@ By integrating the SAP Audit Log Viewer service for SAP BTP, you can view the au
2424
- **[Enabling Email Channel for In-App Notifications](enabling-email-channel-for-in-app-notifications-fbd50d1.md "You can enable the email channel for the in-app notifications that are sent by SAP Cloud
2525
ALM.")**
2626
You can enable the email channel for the in-app notifications that are sent by SAP Cloud ALM.
27+
- **[Enabling the Creation of Public Views](enabling-the-creation-of-public-views-ec0293f.md "In many SAP Cloud ALM apps, users can save common filter and table settings as personal
28+
views. To allow them to also create public views, which can be used by all users within your
29+
SAP Cloud ALM tenant, you need to create a custom role collection and assign it to
30+
them.")**
31+
In many SAP Cloud ALM apps, users can save common filter and table settings as personal views. To allow them to also create public views, which can be used by all users within your SAP Cloud ALM tenant, you need to create a custom role collection and assign it to them.
2732
- **[Integrating SAP Central Business Configuration](integrating-sap-central-business-configuration-e21f915.md "By integrating SAP Central Business Configuration with SAP Cloud ALM, you can import
2833
roadmap content into the Tasks app. This helps you understand the
2934
order in which the tasks need to be executed, and allows you to navigate directly to SAP
@@ -38,9 +43,9 @@ Project user authorizations are defined by the project access levels, the roles
3843
guided workflow contains instructions for manual and automated tasks to enable an easy and
3944
quick integration configuration setup.")**
4045
The Cloud Integration Automation service provides you with a guided workflow to integrate SAP cloud solutions to on-premise and other SAP cloud solutions. The guided workflow contains instructions for manual and automated tasks to enable an easy and quick integration configuration setup.
41-
- **[Enabling Transport Management](enabling-transport-management-4b74b16.md "You can enable transport management of different transport environments for SAP Cloud
42-
ALM. ")**
43-
You can enable transport management of different transport environments for SAP Cloud ALM.
46+
- **[Enabling Transport Management](enabling-transport-management-4b74b16.md "Learn how to enable the transport management of different transport environments for SAP
47+
Cloud ALM. ")**
48+
Learn how to enable the transport management of different transport environments for SAP Cloud ALM.
4449
- **[Integrating Test Automation Providers](integrating-test-automation-providers-82b04bb.md "In addition to manual testing, which is performed directly in SAP Cloud ALM, you can
4550
also integrate SAP and third-party test automation providers with SAP Cloud ALM.")**
4651
In addition to manual testing, which is performed directly in SAP Cloud ALM, you can also integrate SAP and third-party test automation providers with SAP Cloud ALM.

docs/02_integration_and_config_options/retrieving-service-credentials-448f9f1.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# Retrieving Service Credentials
44

5-
To set up the connection between your managed systems and individual SAP Cloud ALM applications, you need to retrieve service credentials and connect your SAP services and systems to your SAP Cloud ALM API instance.
5+
The connection between individual SAP Cloud applications and your managed systems and/or services is handled via an SAP Cloud ALM API service instance in your SAP Cloud ALM subaccount.
6+
7+
To set up the connection, you need to retrieve the service credentials \(that is, service binding or service key\) from the SAP Cloud ALM API instance.
68

79
Depending on the provisioning date of your SAP Cloud ALM tenant, some or all steps described in this document have already been automatically completed for you:
810

@@ -64,11 +66,14 @@ No service credentials have been created as part of the provisioning of your SAP
6466
</tr>
6567
</table>
6668

67-
- **[Enabling SAP Cloud ALM API](enabling-sap-cloud-alm-api-704b5dc.md "Create a service binding to obtain the access credentials to the service instance of the
68-
SAP Cloud ALM API service.")**
69-
Create a service binding to obtain the access credentials to the service instance of the SAP Cloud ALM API service.
70-
- **[Enabling SAP Cloud ALM API in Cloud Foundry](enabling-sap-cloud-alm-api-in-cloud-foundry-7d4c180.md "Create a service key to obtain the access credentials to the service instance of the SAP Cloud ALM API service.")**
71-
Create a service key to obtain the access credentials to the service instance of the SAP Cloud ALM API service.
69+
- **[Enabling SAP Cloud ALM API](enabling-sap-cloud-alm-api-704b5dc.md "To set up the connection between SAP Cloud ALM and your managed systems and/or services,
70+
you need to create a service binding from the SAP Cloud ALM API
71+
instance.")**
72+
To set up the connection between SAP Cloud ALM and your managed systems and/or services, you need to create a service binding from the SAP Cloud ALM API instance.
73+
- **[Enabling SAP Cloud ALM API in Cloud Foundry](enabling-sap-cloud-alm-api-in-cloud-foundry-7d4c180.md "To set up the connection between SAP Cloud ALM and your managed systems and/or services,
74+
you need to create a service key from the SAP Cloud ALM API
75+
instance.")**
76+
To set up the connection between SAP Cloud ALM and your managed systems and/or services, you need to create a service key from the SAP Cloud ALM API instance.
7277
- **[Managing Your Service Credentials](managing-your-service-credentials-87b7851.md "If you requested SAP Cloud ALM on or after June 14, 2023, automatically generated SAP
7378
Cloud ALM service credentials was uploaded to the Landscape
7479
Management app for you. These credentials can be used to connect managed

0 commit comments

Comments
 (0)