Skip to content

Starter scenario: Tutorial is missing a step to create zrap100_dtrav table #23989

@mishageorge0

Description

@mishageorge0

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:

Image

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions