cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Not getting all fields displayed in the fiori output ,only few fields are getting displayed .

Ramana23
Newcomer
0 Kudos
292

Trying consume Custom consumption cds view in the custom fiori app by declaring annotation Odata.publish true in the consumption view and activating that service.

There are around 50 fields in the consumption cds view, whereas only few fields are able to see in fiori tile and able scroll down.whereas when trying to rest of the field by clicking navigation button getting blank screen.

when checking odata service in the gateway client ,working fine and getting data and success as 200.

how can we see rest of the field by clicking on navigation buttonCDS_ISSUE1.PNGCDS_ISSUE2.PNG

Accepted Solutions (0)

Answers (1)

Answers (1)

Maciej__Galica
Explorer
0 Kudos

Hello @Ramana23 ,

I guess you have only used UI.lineItem annotations to display the table but you have to explicitly add annotations for object page. Creation of header, Facets would help load all the fields in object page.

also you can give importance to the fields which can help you display the only important columns in main page and rest will be available for addon selection/expansion. Here is an example that can help.

 

https://community.sap.com/t5/technology-q-a/object-page-in-fiori-list-report-is-blank-column-header-...

Best Regards,

Maciej