cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Fiori Generator

JoseChava
Participant
0 Kudos

Tutorials: https://developers.sap.com/tutorials/fiori-tools-cap-create-application.html
--------------------------

Hey there, i tried to make a Fiori Elements List Report Object Page. In the tutorial it looks like this. But in my Generator the "Navigation entity" doesnt exist. Some hints? Maybe i did something wrong with my cap.service or the db.cds?

What are the reqirements for the "Navigation entity"?

Thanks in advantage

mariusobert
Developer Advocate
Developer Advocate
0 Kudos

Please add "SAP Fiori tools" to the tags so that this question shows up in the feed of the responsible team.

View Entire Topic
maryana_naboka
Active Participant
0 Kudos

Hello jessberger,

The availability of the navigation entity depends on your service and the option you selected as a main entity. Did you use the Incidents service and chose Incidents as a main entity? If so you should see the Navigation entity field with 2 options: incidentFlow and incidentProcessTimeline. These correspond to the Incidents entity elements defined as Association to many in schema.cds, see https://github.com/SAP-samples/fiori-elements-incident-management/blob/main/db/schema.cds#L47.

If you by mistake select e.g. IncidentFlow as a main entity, you won't be able to choose the Navigation entity, as this entity does not contain any elements defined as association to many, see https://github.com/SAP-samples/fiori-elements-incident-management/blob/main/db/schema.cds#L62

Does this answer your question?

Best Regards,

Mariana