SAP-samples / abap-platform-rap110

This repository contains the material for the hands-on session RAP110 - Building Fiori Apps with the ABAP RESTful Application Programming Model (RAP).
Apache License 2.0
15 stars 9 forks source link

Missing Create and Delete Buttons in Fiori Elements App Preview #2

Open yasithal opened 1 month ago

yasithal commented 1 month ago

I followed Exercise 1 "Generate and Inspect your exercise Package" of the RAP110 exercise series and generated the package and all its artifacts. However, when I preview the Fiori Elements app, the Create and Delete buttons are not appearing.

The exercise specifies using the class "ZDMO_GEN_RAP110_SINGLE_2", which is not available, so I proceeded with "ZDMO_GEN_RAP110_SINGLE" instead.

ruthiel commented 3 weeks ago

Hello @yasithal , I have faced the same issue.

The source of the problem is missing metadata extensions. You can copy them from the repository:

After that, you will have the model working as expected.