Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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