cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Elements List Report: How to open a custom view?

former_member306541
Participant

Hello,

I am developing a List Report app and I want to open a custom view instead of the object page, when the user clicks on a row in table. I do not want to replace a facet on the object page and I do not want to navigate to a second app. I just want to show a custom view in the same app. Is there a way to achieve this?

In manifest.json i tried:

"sap.ui.generic.app": {
	"_version": "1.3.0",
	"pages": {
		"ListReport|ATH_TEST_PERSO_AKTESet": {
			"entitySet": "SampleSet",
			"component": {
				"name": "sap.suite.ui.generic.template.ListReport",
				"list": true,
				"settings": {
					"multiSelect": true
				}
			},
			"pages": {
				"ObjectPage|ATH_TEST_PERSO_AKTESet": {
					"entitySet": "SampleSet",
					"component": {
						"name": "sample.listreport.ext.view.CustomView"
					}
				}
			}
		}
	}
},

Thanks in advance and best regards,

Christian.

0 Kudos

Hello Christian,

I'm facing the same problem.

have you found a solution for your problem?

Thanks and Regards

Lu

maheshpalavalli
Active Contributor
View Entire Topic
former_member435529
Participant
0 Kudos

Hello Christian,

I am struggling to achieve the same: navigating to a custom view by clicking on a list's row. I can't find the solution. Did you manage to sort it out?

Thanks,

Javier

former_member306541
Participant
0 Kudos

Hello Javier,

still no idea, sorry.

Best regards,

Christian.