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
MaikVonHIKES
Explorer
0 Kudos

Hello Christian,

have you found a solution for your problem?
I'm facing the same.

Thanks and Regards

Maik

former_member306541
Participant
0 Kudos

Hello Maik,

no, I haven't found a solution for this.

Maybe it could be done with an Adaption Project, but I have no time to take a deeper look, currently.

https://blogs.sap.com/2018/12/05/extending-a-sap-fiori-elements-application-using-adaptation-project...

Best regards,

Christian.

former_member599325
Participant
0 Kudos

Hello @Maik Pfäffle and @Christian Späh did you guys found a solution for this?

former_member306541
Participant
0 Kudos

Hello Lucas,

no, I did not have any solution for this problem.

Best regards,

Christian.