Skip to content

Commit 1b2b54d

Browse files
author
Ruthiel Trevisan
authored
Update README.md markdown
There are some missing words in the code snippet due to markdown language. Issue SAP-samples#10
1 parent f069753 commit 1b2b54d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

rap6xx/rap620/exercises/ex4/README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@ We will use the SOAP web service to retrieve the price of a product.
129129
130130
> **Do not forget to search and replace the placeholder `###` with the unique number that you have chosen beforehand.**
131131
132-
<pre>
133-
132+
```abap
134133
METHOD GetPrice.
135134
DATA destination TYPE REF TO if_soap_destination.
136135
DATA proxy TYPE REF TO zrap620###co_epm_product_soap.
@@ -218,9 +217,7 @@ We will use the SOAP web service to retrieve the price of a product.
218217
ENDLOOP.
219218
220219
ENDMETHOD.
221-
222-
223-
</pre>
220+
```
224221

225222
3. Activate your changes.
226223

0 commit comments

Comments
 (0)