Skip to content

Commit 84077f7

Browse files
authored
Merge pull request #22901 from manjuX/master
UI and General Updates
2 parents 6252521 + feb610f commit 84077f7

38 files changed

Lines changed: 71 additions & 44 deletions
-286 KB
Loading

tutorials/btp-app-cap-mta-deployment/btp-app-cap-mta-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ The `mta.yaml` file consists of different modules (Cloud Foundry apps) and resou
242242
The resources are generated from the `requires` section of `cds` in the `package.json`.
243243

244244
* `cpapp-db` - SAP HANA DB HDMI container
245-
* `cpapp-uaa` - XSUAA service
245+
* `cpapp-auth` - XSUAA service
246246

247247
The resources are Cloud Foundry service instances that are automatically created and updated during the MTA deployment.
248248

34.3 KB
Loading
32.9 KB
Loading
-60.6 KB
Loading

tutorials/btp-app-create-ui-fiori-elements/btp-app-create-ui-fiori-elements.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ An SAP Fiori elements app is an application that leverages SAPUI5, SAPUI5 contro
3636

3737
> VS Code will automatically install `@sap/generator-fiori` if missing and open the **Template Wizard**.
3838
39-
> In case you get an error launching the Application Generator, refer to the [FAQ](https://help.sap.com/viewer/42532dbd1ebb434a80506113970f96e9/Latest/en-US) to find a solution.
39+
> In case you get an error launching the SAP Fiori application generator, refer to the [FAQ](https://help.sap.com/viewer/42532dbd1ebb434a80506113970f96e9/Latest/en-US) to find a solution.
4040
41-
2. Choose application type **SAP Fiori elements** and floor plan **List Report Object Page**.
41+
2. Choose application type **SAP Fiori elements** and template **List Report Object Page**.
4242

4343
![V4 Template](vscv4template.png)
4444

4545
3. Choose **Next**.
4646

47-
4. In the next dialog, choose **Use a Local CAP Project** and point to the folder of your current **`cpapp`** project.
47+
4. In the next dialog, choose **Use a Local CAP Project** and choose your current **`cpapp`** project.
4848

4949
> In case you get the error: `Node module @sap/cds isn't found. Please install it and try again.`
5050
51-
> This is an issue with the App Generator not finding the corresponding CAP modules, due to different repositories. This should be a temporary issue. For the meantime you can work around it by opening a command line and running the following command:
51+
> This is an issue with the SAP Fiori application generator not finding the corresponding CAP modules, due to different repositories. This should be a temporary issue. For the meantime you can work around it by opening a command line and running the following command:
5252
5353
> ```bash
5454
> npm install --global @sap/cds-dk --@sap:registry=https://npmjs.org/
@@ -68,6 +68,8 @@ An SAP Fiori elements app is an application that leverages SAPUI5, SAPUI5 contro
6868
6969
8. Enter `ns` as the namespace and `Risks` as the description for the application.
7070
71+
9. Leave the default values for all other settings.
72+
7173
9. Choose **Finish** to generate the application.
7274
7375
![Project Names](vscrfeapp.png)
@@ -93,7 +95,7 @@ The application is now generated and in a few seconds you can see it in the `app
9395
9496
!![Index HTML Page](feappempty.png)
9597
96-
The table is empty because the application is currently missing UI annotations. You add them in the next step.
98+
There are no visible columns because the application is currently missing UI annotations. You add them in the next step.
9799
98100
4. To add the OData annotations, copy the file `risks-service-ui.cds` from `templates/create-ui-fiori-elements/srv` to the `srv` folder of your app.
99101
@@ -121,15 +123,15 @@ Let's say that at this point you'd like to edit some of the data or create a new
121123
122124
!![Create Risk](createrisk.png)
123125
124-
2. To add a `Mitigation`, click on the value help icon in the input field, select a mitigation, and choose **OK**.
126+
2. To add a `Mitigation`, click on the value help icon in the input field and select a mitigation.
125127
126128
!![Add Mitigation](addmitigation.png)
127129
128130
3. Try and fill in data in the main group fields `Priority` and `Impact` and choose **Create**.
129131
130132
!![Fill Main Data](fillriskdata.png)
131133
132-
4. The new risk is created but it has no title and it has no description.
134+
4. Click on the browser's back button, the new risk is created but it has no title.
133135
134136
!![No Title Risk](notitlerisk.png)
135137
-281 KB
Loading
-1.21 KB
Loading
-147 KB
Loading
-176 KB
Loading

0 commit comments

Comments
 (0)