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/btp-app-create-ui-fiori-elements/btp-app-create-ui-fiori-elements.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,19 @@ An SAP Fiori elements app is an application that leverages SAPUI5, SAPUI5 contro
36
36
37
37
> VS Code will automatically install `@sap/generator-fiori` if missing and open the **Template Wizard**.
38
38
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.
40
40
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**.
42
42
43
43

44
44
45
45
3. Choose **Next**.
46
46
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.
48
48
49
49
> In case you get the error: `Node module @sap/cds isn't found. Please install it and try again.`
50
50
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:
0 commit comments