Skip to content

Commit

Permalink
Update README.md markdown
Browse files Browse the repository at this point in the history
General code block
SAP-samples#10
  • Loading branch information
Ruthiel Trevisan authored Mar 10, 2023
1 parent f069753 commit b487b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rap6xx/rap620/exercises/ex4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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>

```
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,7 +218,7 @@ We will use the SOAP web service to retrieve the price of a product.
ENDLOOP.

ENDMETHOD.

```

</pre>

Expand Down

0 comments on commit b487b75

Please sign in to comment.