cancel
Showing results for 
Search instead for 
Did you mean: 

Input fields for CRUD Operations in a Fiori Elemets List page not showing

marcus_schiffer
Active Participant
0 Kudos

Hi ,

I was following the totorial on ABAP in cloud foundry (https://developers.sap.com/tutorials/abap-environment-transactional-enablement.html )

Now when Bookings service from Eclipse is published and tested from there, it works fine. A list is shown and on pressing the "+" button a form opens where the data for a new dataset can be maintained. That works fine also for delete and update.

In WEbIDE now choosing the list report template with this service also shows the list of entries. But when clicking the "+" button, a page with no fields opens. On save that creates an entry in the table (with blank data though).

How can the input fields be shown for the entity? Is that done by annotations ?

Any help is appreciated !

Accepted Solutions (0)

Answers (1)

Answers (1)

marcus_schiffer
Active Participant
0 Kudos

OK, found it.

Adding a field group in annotations and referencing that group in a facet shows the fields and edit / delete / create works.