cancel
Showing results for 
Search instead for 
Did you mean: 

Nested Tabs using CDS annotations

ramesh_putta
Participant
0 Kudos

Hello,

I am currently working on developing Fiori screens using ABAP CDS views.

Would like to know if there is a way we can build nested tabs in object page using CDS annotations.

I would like to have main tab ' General Info' and underneath that 'Info1' and 'Info2' tabs.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello,

check UI example in abap rap documentation

https://help.sap.com/docs/ABAP_PLATFORM_NEW/fc4c71aa50014fd1b43721701471913d/a7f4d7c6c92b4f929695eee...

If you want to achieve dropdown(as in printscreen below), than you must have two collection facets inside another collection facet.

Answers (2)

Answers (2)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

The new feature showcase app shows different options what you can do with Fiori Elements solely by using UI annotations in the backen or settings in the behavior definitions.

The SAP Fiori Elements feature showcase with RAP and ABAP CDS annotations | SAP Blogs

ramesh_putta
Participant
0 Kudos

Thank you. I was able to install the new feature showcase app but unfortunately I do not see the feature I am looking for in this app.

My requirement is to have nested tabs in the object page.

thanks.