Skip to content

Commit

Permalink
Update README.md markdown
Browse files Browse the repository at this point in the history
There are some missing words in the code snippet due to markdown language.
Issue SAP-samples#10
  • Loading branch information
Ruthiel Trevisan authored Mar 10, 2023
1 parent f069753 commit 1b2b54d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rap6xx/rap620/exercises/ex4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ We will use the SOAP web service to retrieve the price of a product.
> **Do not forget to search and replace the placeholder `###` with the unique number that you have chosen beforehand.**
<pre>

```abap
METHOD GetPrice.
DATA destination TYPE REF TO if_soap_destination.
DATA proxy TYPE REF TO zrap620###co_epm_product_soap.
Expand Down Expand Up @@ -218,9 +217,7 @@ We will use the SOAP web service to retrieve the price of a product.
ENDLOOP.
ENDMETHOD.


</pre>
```

3. Activate your changes.

Expand Down

0 comments on commit 1b2b54d

Please sign in to comment.