cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Object Page in List Report Developed in SAP Cloud Abap Development Enviornment

SiddharthaDas
Explorer
0 Kudos
197

I have created a list report page on the first page it shows data in tabular format, but when I click on any of the lines it takes me to the inside object page but I don't need an object page in this report. 

How can I achieve this using Eclipse abap development?

I really appreciate any help you can provide. 

Screenshot's are attached below.

 

SiddharthaDas_0-1721303267700.pngSiddharthaDas_1-1721303303383.png

 

View Entire Topic
junwu
Active Contributor

If it is v4, remove the navigation section of that page in your manifest.json

if it is v2, remove the pages section of that page in your manifest.json

WouterLemaire
Active Contributor
0 Kudos
In addition, you can use the fiori tooling plugin for bas or vscode and delete the navigation visually. It will delete the config for you.
SiddharthaDas
Explorer
0 Kudos
Sir , I am developing in ADT Eclipse & I didn't find maifest.json file in the package . Is there any other way for Eclipse ?
WouterLemaire
Active Contributor
0 Kudos
How do you run the fiori elements app? Preview from in eclipse I guess? You have to generate a list report in BAS and then you can apply the changes mentioned.
junwu
Active Contributor
0 Kudos
adt preview is a test/preview, not development