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
@@ -117,9 +113,8 @@ CAP offers a possibility to add local users for testing as part of the `cds` con
117
113
118
114
Each user entry is part of the `users` object. The key is the `id` of the user and they can have different properties. For this scenario, you define a `password` and an array of roles.
119
115
120
-
You have added three users:
116
+
You have added two users:
121
117
122
-
- `[email protected]` with the `support` role and the `initial` password
123
118
- `alice` with the `support` role and no password
124
119
- `bob` with the `support` role and no password
125
120
@@ -178,11 +173,11 @@ When accessing the **Incidents** service of the **Incident Management** applicat
178
173
>2. Choose **Fiori: Open Application Info**.
179
174
180
175
181
-
3. In the **Username** field of the auth popup, enter `[email protected]`.
176
+
3. In the **Username** field of the auth popup, enter `alice`.
182
177
183
-
4. In the **Password** field, enter `initial`.
178
+
4. Leave the **Password** field empty.
184
179
185
-
<!-- border; size:540px --> 
180
+
<!-- border; size:540px --> 
186
181
187
182
You can now access the **Incident Management** application.
Copy file name to clipboardExpand all lines: tutorials/build-cap-app/build-cap-app.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -511,22 +511,22 @@ Replace the respective generated CSV templates with the following content:
511
511
- `db/data/sap.capire.incidents-Status.csv`:
512
512
513
513
```csv
514
-
code;descr;criticality
515
-
N;New;3
516
-
A;Assigned;2
517
-
I;In Process;2
518
-
H;On Hold;3
519
-
R;Resolved;2
520
-
C;Closed;4
514
+
code,descr,criticality
515
+
N,New,3
516
+
A,Assigned,2
517
+
I,In Process,2
518
+
H,On Hold,3
519
+
R,Resolved,2
520
+
C,Closed,4
521
521
```
522
522
523
523
- `db/data/sap.capire.incidents-Urgency.csv`:
524
524
525
525
```csv
526
-
code;descr
527
-
H;High
528
-
M;Medium
529
-
L;Low
526
+
code,descr
527
+
H,High
528
+
M,Medium
529
+
L,Low
530
530
```
531
531
532
532
> Notice that `cds add data` created eight files, while we're adding data to just six of them. We're leaving the files `sap.capire.incidents-Status.texts.csv` and `sap.capire.incidents-Urgency.texts.csv` empty because they hold translated text that will be filled once the application is localized and translations are created.
Now that you have prepared your CAP application for deployment, you can choose from the following deployment options:
661
+
- Follow the tutorials in the [Deploy a Full-Stack CAP Application in SAP BTP, Cloud Foundry Runtime Following SAP BTP Developer’s Guide](https://developers.sap.com/group.deploy-full-stack-cap-application.html) group to deploy the application in the SAP BTP, Cloud Foundry runtime.
662
+
- Follow the tutorials in the [Deploy a Full-Stack CAP Application in SAP BTP, Kyma Runtime Following SAP BTP Developer’s Guide](https://developers.sap.com/group.deploy-full-stack-cap-kyma-runtime.html) group to deploy the application in the SAP BTP, Kyma runtime.
- How to create and assign a role collection in the SAP BTP subaccount.
15
+
- How to assign a role collection in the SAP BTP subaccount.
16
16
17
17
18
18
## Prerequisites
19
19
20
-
- You have deployed your application in either the SAP BTP, Cloud Foundry runtime or the SAP BTP, Kyma runtime. For deploying in the SAP BTP, Cloud Foundry runtime, follow the steps in the [Deploy in SAP BTP, Cloud Foundry Runtime](deploy-to-cf) tutorial that is part of the [Deploy a Full-Stack CAP Application in SAP BTP, Cloud Foundry Runtime Following SAP BTP Developer’s Guide](https://developers.sap.com/group.deploy-full-stack-cap-application.html) tutorial group. For deploying in the SAP BTP, Kyma runtime, follow the steps in the [Deploy in SAP BTP, Kyma Runtime](deploy-to-kyma) tutorial that is part of the [Deploy a Full-Stack CAP Application in SAP BTP, Kyma Runtime Following SAP BTP Developer’s Guide](https://developers.sap.com/group.deploy-full-stack-cap-kyma-runtime.html) tutorial group.
20
+
- You have deployed your application in either the SAP BTP, Cloud Foundry runtime or the SAP BTP, Kyma runtime. For deploying in the SAP BTP, Cloud Foundry runtime, follow the steps in the [Deploy in SAP BTP, Cloud Foundry Runtime](deploy-to-cf) tutorial that is part of the [Deploy a Full-Stack CAP Application in SAP BTP, Cloud Foundry Runtime Following SAP BTP Developer’s Guide](https://developers.sap.com/group.deploy-full-stack-cap-application.html) tutorial group. For deploying in the SAP BTP, Kyma runtime, follow the steps in the [Deploy in SAP BTP, Kyma Runtime](deploy-to-kyma) tutorial that is part of the [Deploy a Full-Stack CAP Application in SAP BTP, Kyma Runtime Following SAP BTP Developer’s Guide](https://developers.sap.com/group.deploy-full-stack-cap-kyma-runtime.html) tutorial group.
21
21
- You have an [enterprise global account](https://help.sap.com/docs/btp/sap-business-technology-platform/getting-global-account#loiod61c2819034b48e68145c45c36acba6e) in SAP BTP. To use services for free, you can sign up for an SAP BTPEA (SAP BTP Enterprise Agreement) or a Pay-As-You-Go for SAP BTP global account and make use of the free tier services only. See [Using Free Service Plans](https://help.sap.com/docs/btp/sap-business-technology-platform/using-free-service-plans?version=Cloud).
22
22
- You have a platform user. See [User and Member Management](https://help.sap.com/docs/btp/sap-business-technology-platform/user-and-member-management).
23
23
- You are an administrator of the global account in SAP BTP.
> This tutorial follows the guidance provided in the [SAP BTP Developer's Guide](https://help.sap.com/docs/btp/btp-developers-guide/what-is-btp-developers-guide).
33
33
34
-
### Create a role collection and add role
35
-
36
-
1. Open the SAP BTP cockpit and navigate to your subaccount.
37
-
38
-
1. Choose **Security**→**Role Collections**, and then choose **Create**.
0 commit comments