-
Notifications
You must be signed in to change notification settings - Fork 811
Description
Tutorial Name: Build an SAP Fiori elements App Using the ABAP RESTful Application Programming Model (RAP)](https://developers.sap.com/group.abap-build-fiori-element-rap.html)
Tutorial link: https://developers.sap.com/tutorials/abap-environment-rap100-generate-ui-service.html
follow the steps in the tutorial and
Go to Step 3: Create data generator class
In Step 4, it instructs:
Replace the default code with the code snippet provided in the source code document.
That code snippet includes a DELETE FROM zrap100_dtrav statement.
There is no step to create the zrap100_dtrav table (this step is missing in the tutorial).
However, the code snippet includes a step to delete data from the zrap100_dtrav table.
Expected result:
After replacing the code there shouldn't be any errors.
Actual result:
