cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori List Report : Change Table Type in Object Page using Business Application Studio Page Map

Kishore
Participant
0 Kudos

Hello All,

I am trying to show a Tree table in Object Page. I am setting the table type using the "Page Map" option in Business Application. But its rendering the responsive table instead of Tree Table. I tried setting the table type is manifest as mentioned here.

The same works in the List Page. Not sure if there is an issue or am I missing something here. Any pointers please.

Thanks,

Kishore.

View Entire Topic
arunbharathi
Participant

The line item referred to in the Reference facet has a qualifier "Hier". So the qualifier also should be used to identify the table in the manifest settings.

Alternatively the reference facet id "DocFlow" can also be used if it is maintained in the annotation.

 "sections":{
                                     "toHier::com.sap.vocabularies.UI.v1.LineItem::Hier":{
                                          "navigationProperty": "toHier",
                                          "entitySet": "HierarchySet",
                                          "tableSettings": {
                                                "type": "TreeTable"
                                            }
                                     }
                                } 
Kishore
Participant
0 Kudos

Hello Arun,

Thank you Arun. It works now. I missed the qualifier. The same code is generated by Page Map as well. But its not working if we apply the same setting with Page Map.

Thanks for your time. Manifest entries are always a puzzle. ��