Skip to content
Open
Changes from all commits
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
2 changes: 0 additions & 2 deletions rap6xx/rap610/exercises/ex1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ Then add a **blank** behind the filter statement and and press again **Ctrl + sp

SELECT * FROM I_PURCHASEREQUISITIONITEMAPI01 WHERE PurchaseRequisition = '0010001516' INTO TABLE @DATA(purchase_req_data).
ENDMETHOD.

ENDCLASS.
</pre>

The ABAP class `zcl_test_i_purchase_req_###` in the screenshot underneath uses the ABAP Cloud development model (ABAP language version “ABAP for Cloud development”). The class cannot be compiled because of two ABAP statements containing syntax-errors:
Expand Down