Skip to content

Commit 460993f

Browse files
committed
Update images and procedure for sapui5-101-create-project
1 parent 00253c1 commit 460993f

14 files changed

+15
-16
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
66.5 KB
Loading
Loading
4.91 KB
Loading
-158 KB
Loading

tutorials/sapui5-101-create-project/sapui5-101-create-project.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,30 @@ time: 15
3434

3535
Make sure you are connected to a Cloud Foundry endpoint to which you will deploy the SAPUI5 application later.
3636

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**.
38-
39-
<!-- border -->![logonCFcommand](./logonCFcommand.png)
37+
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**.
4038

39+
<!-- border -->![cloudFoundryLogin](./cloudFoundryLogin.png)
4140

4241
2. Enter the Cloud Foundry endpoint you want to use. Enter your email and your password to proceed.
4342

44-
<!-- border -->![selectEndpoint](./selectEndpoint.png)
43+
<!-- border -->![connectedEndpoint](./connectedEndpoint.png)
4544

46-
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.
4745

48-
<!-- border -->![connectedEndpoint](./connectedEndpoint.png)
46+
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.
4947

5048

5149
### Create a new project
5250

5351
SAP Fiori tools includes an Application Generator that provides a wizard-style approach for creating applications.
5452

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.
5654

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**
5856

5957

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.
6159

62-
<!-- border -->![sapui5Template](./sapui5app.png)
60+
<!-- border -->![sapui5Template](./basicTemplate.png)
6361

6462
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**.
6563

@@ -86,19 +84,20 @@ SAP Fiori tools includes an Application Generator that provides a wizard-style a
8684

8785
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.
8886

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**.
9088

91-
<!-- border -->![run](./run.png)
89+
2. Click on the **** icon of the first run configuration to add start the SAPUI5 app.
9290

91+
<!-- border -->![run](./run.png)
9392

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.
9593

96-
<!-- border -->![expose](./expose.png)
94+
2. A new tab should open that displays a launchpad with sample apps, as well as your `Tutorial` app.
9795

96+
<!-- border -->![tutorialAppFLP](./FLPTutorial.png)
9897

99-
3. A new tab should open that displays the following page.
98+
Click the tile for your **Tutorial** app. You should see the following page:
10099

101-
<!-- border -->![running](./running.png)
100+
<!-- border -->![running](./running.png)
102101

103102

104103
### Inspect the application network trace
Loading
Loading

0 commit comments

Comments
 (0)