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
[ACCORDION-BEGIN [Step 1: ](Review the Data Model)]
24
+
[ACCORDION-BEGIN [Step 1: ](Review the data model)]
25
25
26
26
Before you move on with the coding, just quickly review the conceptual data model of your solution:
27
27
@@ -41,9 +41,9 @@ Now, having that model in mind, you can make its definition into the CAP project
41
41
[DONE]
42
42
[ACCORDION-END]
43
43
44
-
[ACCORDION-BEGIN [Step 2: ](Create CDS Data Model File)]
44
+
[ACCORDION-BEGIN [Step 2: ](Create CDS data model file)]
45
45
46
-
On the **left-hand pane** of **SAP Business Application Studio**, select the `db` folder, then click on the **three dots** to the right of the project name and select **New File**.
46
+
On the **left-hand pane** of **SAP Business Application Studio**, (1) select the `db` folder, then (2) click on the **three dots** to the right of the project name and (3) select **New File**.
47
47
48
48

49
49
@@ -54,7 +54,7 @@ On the **dialog**, name the file `projman-model.cds` and click **OK**.
54
54
[DONE]
55
55
[ACCORDION-END]
56
56
57
-
[ACCORDION-BEGIN [Step 3: ](Perform the Model Coding)]
57
+
[ACCORDION-BEGIN [Step 3: ](Perform the model coding)]
58
58
59
59
Copy and paste the **code snippet below** into the recently created file:
60
60
@@ -133,7 +133,7 @@ You specify that the entities **Employee** (the "bridge" between SAP SuccessFact
133
133
[DONE]
134
134
[ACCORDION-END]
135
135
136
-
[ACCORDION-BEGIN [Step 4: ](Load Initial Test Data)]
136
+
[ACCORDION-BEGIN [Step 4: ](Load initial test data)]
137
137
138
138
Now, populate your data model with some initial test data. This can be done by creating some **files in CSV format** into a **subfolder** of the `db` folder named "**data**" with the specific naming convention of `<namespace>-<entity name>.csv`.
[ACCORDION-BEGIN [Step 5: ](Execute the First Test)]
249
+
[ACCORDION-BEGIN [Step 5: ](Execute the first test)]
250
250
251
251
Now it has come the time to test the project as it is so far. You will start by installing the required project dependencies.
252
252
@@ -266,7 +266,7 @@ Type `cds watch` and press **Enter** to **run the project** and **watch for chan
266
266
267
267

268
268
269
-
Notice that CDS has **automatically set the database** to an **in-memory SQLite database** and filled it with the **CSV files**. It also says that it could not find any service definitions from the loaded models: that's because you really haven't defined any yet (you will do it in the next tutorial from this group).
269
+
Notice that CDS has **automatically set the database** to an **in-memory `SQLite` database** and filled it with the **CSV files**. It also says that it could not find any service definitions from the loaded models: that's because you really haven't defined any yet (you will do it in the next tutorial from this group).
270
270
271
271
`CTRL+Click` on the `http://localhost:4004` link that is displayed in the terminal to open the project home page in a new browser tab.
272
272
@@ -281,7 +281,7 @@ But don't worry! They will show up in this page as soon as you complete the next
281
281
[DONE]
282
282
[ACCORDION-END]
283
283
284
-
[ACCORDION-BEGIN [Step 6: ](Check Your Knowledge)]
284
+
[ACCORDION-BEGIN [Step 6: ](Check your knowledge)]
0 commit comments