@@ -26,43 +26,60 @@ author_profile: https://github.com/raz-korn
26
26
27
27
### Create a project
28
28
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 ) .
30
30
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 .
32
32
33
- <!-- border --> 
33
+ > Loading SAP Business Application Studio may take some time, especially if it's the first time in a day.
34
34
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 --> 
36
36
37
- <!-- border --> 
37
+ > Close the notification icon at the bottom of the screen (optional).
38
38
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 ** .
40
40
41
- > Wait for the "We have finished installing all tools and templates for you, enjoy your work!" notification.
41
+ <!-- border --> 
42
42
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 ** .
44
44
45
- <!-- border --> 
45
+ <!-- border --> 
46
46
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 --> 
50
+
51
+ 6 . Enter the ** Project Name** , for example, ` CapitalExpenditures ` , and click ** Finish** .
52
+
53
+ <!-- border --> 
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 --> 
48
58
49
59
50
60
### Model your data - Entities
51
61
62
+ 1 . To open the home tab please select the ** Project Explorer** from the menu on the left.
63
+
64
+ <!-- border --> 
65
+
66
+ 2 . From the Project Explorer select the entry ** Home** .
67
+
68
+ <!-- border --> 
52
69
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.
54
71
55
72
<!-- border --> 
56
73
57
- 2 . Provide an ** Entity Name** for the entity, for example, ** ` Capex ` ** .
74
+ 4 . Provide an ** Entity Name** for the entity, for example, ** ` Capex ` ** .
58
75
59
76
<!-- border --> 
60
77
61
- 3 . Click the ** +** to add a property to the ** ` Capex ` ** entity.
78
+ 5 . Click the ** +** to add a property to the ** ` Capex ` ** entity.
62
79
63
80
<!-- border --> 
64
81
65
- 4 . Select the following:
82
+ 6 . Select the following:
66
83
67
84
| Step | Parameter | Value |
68
85
| :-----| :----------| :------|
@@ -76,7 +93,7 @@ author_profile: https://github.com/raz-korn
76
93
77
94
<!-- border --> 
78
95
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** .
80
97
81
98
| Step | Parameter | Value |
82
99
| :-----| :----------| :------|
@@ -93,7 +110,7 @@ author_profile: https://github.com/raz-korn
93
110
94
111
<!-- border --> 
95
112
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.
97
114
98
115
<!-- border --> 
99
116
@@ -103,15 +120,15 @@ author_profile: https://github.com/raz-korn
103
120
104
121
<!-- border --> 
105
122
106
- 7 . Provide an ** Entity Name** for the entity, for example, ** Contractors** .
123
+ 9 . Provide an ** Entity Name** for the entity, for example, ** Contractors** .
107
124
108
125
<!-- border --> 
109
126
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** .
111
128
112
129
<!-- border --> 
113
130
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** .
115
132
116
133
| Step | Parameter | Value |
117
134
| :-----| :----------| :------|
0 commit comments