Skip to content

Commit 6611c1a

Browse files
authored
Merge pull request #23064 from birgits22/master
changes due to changes in BAS
2 parents 3778fce + 9993af3 commit 6611c1a

8 files changed

+36
-19
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading

tutorials/appstudio-lcap-create-db-service/appstudio-lcap-create-db-service.md

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,43 +26,60 @@ author_profile: https://github.com/raz-korn
2626

2727
### Create a project
2828

29-
1. Enter the **Dev Space** you created in [Set Up SAP Business Application Studio for App Development in the Trial Environment](appstudio-lcap-onboarding-trial).
29+
1. Enter the **Dev Space** you created in [Set Up SAP Business Application Studio for App Development in the Trial Environment](appstudio-lcap-onboarding-trial).
3030

31-
2. If no project exists in a dev space the **Create Project** dialog box opens. Enter the **Project Name**, for example, `CapitalExpenditures`, and click **Create**.
31+
2. Wait for the "We have finished installing all tools and templates for you, enjoy your work!" notification.
3232

33-
<!-- border -->![Create Project 1](BAS-Create-Project-2-.png)
33+
>Loading SAP Business Application Studio may take some time, especially if it's the first time in a day.
3434
35-
If a project already exists in your dev space, you can create an additional project by selecting **Project -> Create** in the Home tab.
35+
<!-- border -->![bas lcap loaded](BAS-Create-Project-4-.png)
3636

37-
<!-- border -->![Create Project 2](BAS-Create-Project-1-.png)
37+
>Close the notification icon at the bottom of the screen (optional).
3838
39-
3. Wait for the homepage of SAP Business Application Studio to load with the new project.
39+
3. If no project exists in your dev space you have to create a new project. To do so open the **Project Explorer**.
4040

41-
>Wait for the "We have finished installing all tools and templates for you, enjoy your work!" notification.
41+
<!-- border -->![Project Explorer](BAS-Create-Project-2-1.png)
4242

43-
>Loading SAP Business Application Studio may take some time, especially if it's the first time in a day.
43+
4. From the Project Explorer select the button **Create Project**.
4444

45-
<!-- border -->![bas lcap loaded](BAS-Create-Project-4-.png)
45+
<!-- border -->![Create Project 1](BAS-Create-Project-2-2.png)
4646

47-
>Close the notification icon at the bottom of the screen (optional).
47+
5. On the right side a new page opens. Select **Generator Full-Stack Project (Productivity Toolkit)** and press the button **Start**.
48+
49+
<!-- border -->![Create Project 2](BAS-Create-Project-2-3.png)
50+
51+
6. Enter the **Project Name**, for example, `CapitalExpenditures`, and click **Finish**.
52+
53+
<!-- border -->![Create Project 1](BAS-Create-Project-2-.png)
54+
55+
7. If a project already exists in your dev space, you can create an additional project by selecting the **+** button in the **Project Explorer**.
56+
57+
<!-- border -->![Create Project 2](BAS-Create-Project-1-.png)
4858

4959

5060
### Model your data - Entities
5161

62+
1. To open the home tab please select the **Project Explorer** from the menu on the left.
63+
64+
<!-- border -->![bas lcap open entity editor](BAS-LCAP-Data-Model-1-1.png)
65+
66+
2. From the Project Explorer select the entry **Home**.
67+
68+
<!-- border -->![bas lcap open entity editor](BAS-LCAP-Data-Model-1-2.png)
5269

53-
1. From the homepage, click the **+** of the **Data Models** tile to add a data model to your project.
70+
3. From the homepage, click the **+** of the **Data Models** tile to add a data model to your project.
5471

5572
<!-- border -->![bas lcap open entity editor](BAS-LCAP-Data-Model-1-.png)
5673

57-
2. Provide an **Entity Name** for the entity, for example, **`Capex`**.
74+
4. Provide an **Entity Name** for the entity, for example, **`Capex`**.
5875

5976
<!-- border -->![bas lcap create entity](BAS-LCAP-Data-Model-2-.png)
6077

61-
3. Click the **+** to add a property to the **`Capex`** entity.
78+
5. Click the **+** to add a property to the **`Capex`** entity.
6279

6380
<!-- border -->![bas lcap create entity](BAS-LCAP-Data-Model-3-.png)
6481

65-
4. Select the following:
82+
6. Select the following:
6683

6784
| Step | Parameter | Value |
6885
|:-----|:----------|:------|
@@ -76,7 +93,7 @@ author_profile: https://github.com/raz-korn
7693

7794
<!-- border -->![bas lcap new property editor](BAS-LCAP-Data-Model-4-.png)
7895

79-
5. Add the following property (click **+**). When done with adding the properties choose **Create**.
96+
7. Add the following property (click **+**). When done with adding the properties choose **Create**.
8097

8198
| Step | Parameter | Value |
8299
|:-----|:----------|:------|
@@ -93,7 +110,7 @@ author_profile: https://github.com/raz-korn
93110

94111
<!-- border -->![bas lcap new entity](BAS-LCAP-Data-Model-6-.png)
95112

96-
6. To add another data model to your project click the `Add Entity` button in the **Data Model Editor** tab.
113+
8. To add another data model to your project click the `Add Entity` button in the **Data Model Editor** tab.
97114

98115
<!-- border -->![bas lcap add entity](BAS-LCAP-Data-Model-8-1.png)
99116

@@ -103,15 +120,15 @@ author_profile: https://github.com/raz-korn
103120

104121
<!-- border -->![bas lcap open entity editor](BAS-LCAP-Data-Model-8-.png)
105122

106-
7. Provide an **Entity Name** for the entity, for example, **Contractors**.
123+
9. Provide an **Entity Name** for the entity, for example, **Contractors**.
107124

108125
<!-- border -->![bas lcap entity name](BAS-LCAP-Data-Model-9-.png)
109126

110-
8. Change the **Property Name** of the **ID** property to **contractor**, and its **Property Type** to **Integer**.
127+
10. Change the **Property Name** of the **ID** property to **contractor**, and its **Property Type** to **Integer**.
111128

112129
<!-- border -->![bas lcap edit property](BAS-LCAP-Data-Model-10-.png)
113130

114-
9. Add the following property to the **Contractors** entity, and choose **Update**.
131+
11. Add the following property to the **Contractors** entity, and choose **Update**.
115132

116133
| Step | Parameter | Value |
117134
|:-----|:----------|:------|

0 commit comments

Comments
 (0)