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

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Has anybody found out the solution yet?

sushant_nath2
Participant
0 Kudos

Hello All,

The below blog/post, will help you to navigate, from List Report page/view to a custom view, on click of button.

https://blogs.sap.com/2022/10/07/steps-to-navigate-to-a-canvas-custom-page-in-list-report-applicatio...

Best Regards,
Sushant

former_member247972
Participant
0 Kudos

Any further info on this? I am looking for an answer to this as well.

https://answers.sap.com/questions/12697742/replace-object-page-with-a-view-in-list-report-flo.html

Regards,

Tom Arnold

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.

junwu
Active Contributor
0 Kudos

@lucasheim

https://ui5.sap.com/#/topic/8bd546e27a5f41cea6e251ba04534d70

I tried once, but it didn't go well.

I was able to navigate to the custom page, but the framework set the busy indicator on, and I didn't find a way to turn it off

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.