Skip to content

Commit 87d0984

Browse files
committed
Automatic commit: Move 'cap-extend-sfsf-data-model' from QA to Production
1 parent 10554f4 commit 87d0984

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tutorials/cap-extend-sfsf-data-model/cap-extend-sfsf-data-model.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
2121

2222
---
2323

24-
[ACCORDION-BEGIN [Step 1: ](Review the Data Model)]
24+
[ACCORDION-BEGIN [Step 1: ](Review the data model)]
2525

2626
Before you move on with the coding, just quickly review the conceptual data model of your solution:
2727

@@ -41,9 +41,9 @@ Now, having that model in mind, you can make its definition into the CAP project
4141
[DONE]
4242
[ACCORDION-END]
4343

44-
[ACCORDION-BEGIN [Step 2: ](Create CDS Data Model File)]
44+
[ACCORDION-BEGIN [Step 2: ](Create CDS data model file)]
4545

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

4848
![Figure 2 – Create New File](create-file.png)
4949

@@ -54,7 +54,7 @@ On the **dialog**, name the file `projman-model.cds` and click **OK**.
5454
[DONE]
5555
[ACCORDION-END]
5656

57-
[ACCORDION-BEGIN [Step 3: ](Perform the Model Coding)]
57+
[ACCORDION-BEGIN [Step 3: ](Perform the model coding)]
5858

5959
Copy and paste the **code snippet below** into the recently created file:
6060

@@ -133,7 +133,7 @@ You specify that the entities **Employee** (the "bridge" between SAP SuccessFact
133133
[DONE]
134134
[ACCORDION-END]
135135

136-
[ACCORDION-BEGIN [Step 4: ](Load Initial Test Data)]
136+
[ACCORDION-BEGIN [Step 4: ](Load initial test data)]
137137

138138
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`.
139139

@@ -246,7 +246,7 @@ fcba3d35-013a-4ab6-9ab9-9fb938eff8a4;3ca47b3e-eff3-430e-9ae0-1937dd094212;3470cf
246246
[DONE]
247247
[ACCORDION-END]
248248

249-
[ACCORDION-BEGIN [Step 5: ](Execute the First Test)]
249+
[ACCORDION-BEGIN [Step 5: ](Execute the first test)]
250250

251251
Now it has come the time to test the project as it is so far. You will start by installing the required project dependencies.
252252

@@ -266,7 +266,7 @@ Type `cds watch` and press **Enter** to **run the project** and **watch for chan
266266

267267
![Figure 12 – Project first run](first-run.png)
268268

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).
270270

271271
`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.
272272

@@ -281,7 +281,7 @@ But don't worry! They will show up in this page as soon as you complete the next
281281
[DONE]
282282
[ACCORDION-END]
283283

284-
[ACCORDION-BEGIN [Step 6: ](Check Your Knowledge)]
284+
[ACCORDION-BEGIN [Step 6: ](Check your knowledge)]
285285

286286
[VALIDATE_1]
287287
[ACCORDION-END]

0 commit comments

Comments
 (0)