cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

SiddharthaDas
Explorer
0 Likes
2,726

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

 

Accepted Solutions (1)

Accepted Solutions (1)

junwu
SAP Champion
SAP Champion

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
SAP Mentor
SAP Mentor
0 Likes
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 Likes
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
SAP Mentor
SAP Mentor
0 Likes
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
SAP Champion
SAP Champion
0 Likes
adt preview is a test/preview, not development

Answers (0)