Skip to content

Commit 49a904c

Browse files
committed
Automatic commit: Move 'cap-extend-sfsf-create-service' from QA to Production
1 parent 87d0984 commit 49a904c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tutorials/cap-extend-sfsf-create-service/cap-extend-sfsf-create-service.md

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

2222
---
2323

24-
[ACCORDION-BEGIN [Step 1: ](Create the Service Definition File)]
24+
[ACCORDION-BEGIN [Step 1: ](Create the service definition file)]
2525

2626
In the previous tutorial from this group, you have defined the data model for your solution and populated it with some initial test data. But, when you first run the application you noticed no services have been defined, thus the entities where not exposed.
2727

2828
In this step you will create the service definition file for further coding.
2929

30-
On the **left-hand pane** of **SAP Business Application Studio**, select the `srv` folder, then click on the **three dots** to the right of the project name and select **New File**.
30+
On the **left-hand pane** of **SAP Business Application Studio**, (1) select the `srv` folder, then (2) click on the **three dots** to the right of the project name and (3) select **New File**.
3131

3232
![Figure 1 – Create New File](create-file.png)
3333

@@ -38,7 +38,7 @@ On the **dialog** name the file `projman-service.cds` and click **OK**.
3838
[DONE]
3939
[ACCORDION-END]
4040

41-
[ACCORDION-BEGIN [Step 2: ](Code the Service Definition)]
41+
[ACCORDION-BEGIN [Step 2: ](Code the service definition)]
4242

4343
Copy and paste the **code snippet below** into the recently created file:
4444

@@ -79,7 +79,7 @@ service ProjectManager @(path : '/projman') {
7979
[DONE]
8080
[ACCORDION-END]
8181

82-
[ACCORDION-BEGIN [Step 3: ](Understand the Definition Code)]
82+
[ACCORDION-BEGIN [Step 3: ](Understand the definition code)]
8383

8484
Quickly analyze the service definition code:
8585

@@ -98,7 +98,7 @@ You also annotate the **Project** entity (the **root entity** of your model) wit
9898
[DONE]
9999
[ACCORDION-END]
100100

101-
[ACCORDION-BEGIN [Step 4: ](Test the Service)]
101+
[ACCORDION-BEGIN [Step 4: ](Test the service)]
102102

103103
Now that you have properly defined a service and exposed the desired entities, you should notice that, in the **Terminal**, `cds watch` has updated:
104104

@@ -119,7 +119,7 @@ If you click the `SFSF_User` link you'll get an error, because that's not an ent
119119
[DONE]
120120
[ACCORDION-END]
121121

122-
[ACCORDION-BEGIN [Step 5: ](Check Your Knowledge)]
122+
[ACCORDION-BEGIN [Step 5: ](Check your knowledge)]
123123

124124
[VALIDATE_1]
125125
[ACCORDION-END]

0 commit comments

Comments
 (0)