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/sapui5-101-create-project/sapui5-101-create-project.md
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -34,32 +34,30 @@ time: 15
34
34
35
35
Make sure you are connected to a Cloud Foundry endpoint to which you will deploy the SAPUI5 application later.
36
36
37
-
1. First, you need to log on to Cloud Foundry. To do that, start the command palette from the menu **View > Find Command**, search for **cf:login**, and select the command **CF:Login to Cloud Foundry**.
1. First, you need to log on to Cloud Foundry. To do that, start the command palette from the menu **View > Command Palette...**, search for **cf:login**, and select the command **CF:Login to Cloud Foundry**.
3. Next, you need to select the Cloud Foundry Organization and space you want use. You will see messages in the lower right hand corner indicating that you are connected to the endpoint once these prompts have been answered.
3. You might need to select the Cloud Foundry Organization and space you want use. If the **Select Cloud Foundry Organization** and **Select Cloud Foundry Space** dropdowns are empty, you can skip this and proceed to the next step. Otherwise, you will see messages in the lower right hand corner indicating that you are connected to the endpoint once these prompts have been answered.
49
47
50
48
51
49
### Create a new project
52
50
53
51
SAP Fiori tools includes an Application Generator that provides a wizard-style approach for creating applications.
54
52
55
-
1. First, you need to select the workspace for your project by choosing from menu **File** > **Open Workspace** and select **projects** folder.
53
+
1. First, you need to select the workspace for your project by choosing from menu **File** > **Open Folder** and select **projects** folder.
56
54
57
-
2. To launch the Application Generator, start the command palette from the menu item **View** > **Find Command**, search for **`fiori generator`**, and select the command **Fiori: Open Application Generator**
55
+
2. To launch the Application Generator, start the command palette from the menu item **View** > **Command Palette...**, search for **`fiori generator`**, and select the command **Fiori: Open Application Generator**
58
56
59
57
60
-
3. Specify the application type **SAPUI5 freestyle** and the floor plan **SAPUI5 Application** and go to the **Next** screen.
58
+
3. Specify the template type **SAP Fiori** and the **Basic** template and go to the **Next** screen.
4. Now you have the option to connect your SAPUI5 application to a data source. Select **Connect to an OData Service** and enter the following service URL **`https://services.odata.org/V2/Northwind/Northwind.svc/`** before you click **Next**.
65
63
@@ -86,19 +84,20 @@ SAP Fiori tools includes an Application Generator that provides a wizard-style a
86
84
87
85
Running your application has several advantages over deploying it. Among others, it's faster, doesn't require a "build" step and won't minify your JavaScript codebase.
88
86
89
-
1. To run the pre-generated run configuration, switch to the **Run Configuration** panel on the left-hand bar. Click on the **▶**icon of the first run configuration to add start the SAPUI5 app.
87
+
1. To run the pre-generated run configuration, switch to the **Run Configuration** panel on the left-hand bar. Click the **Create configuration**button and then selection your project `sapui5`. Another window will open for further configuration. Select `test/flpSandbox.html` for the **File** for your configuration and then click **Save**.
90
88
91
-
<!-- border -->
89
+
2. Click on the **▶** icon of the first run configuration to add start the SAPUI5 app.
92
90
91
+
<!-- border -->
93
92
94
-
2. Now the SAP Business Application Studio will start the app. When the toast message appears in the lower right hand corner, click **Open** to make the local port accessible for debugging.
95
93
96
-
<!-- border -->
94
+
2. A new tab should open that displays a launchpad with sample apps, as well as your `Tutorial` app.
0 commit comments