cancel
Showing results for 
Search instead for 
Did you mean: 

List Report based on Annotations, hide details button

03-19-2019 3:57 PM
1325 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi Experts,

Could you please suggest how to hide details button (marked below on screenshot) ?

All application generated using template List Report and adjusted using annotations.

In my case I don't need details view.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

tejasChouhan
Active Contributor

Hi Igor,

You can go to manifest.json and delete the portion for Object Page snippet. List report template is a combination of a report and object page (details page). In manifest.json file in your webide project, you can see 2 "page" code. Delete the 2nd one. Also go to annotation file and delete the local annotation for "General Information" or Facets for object page.

Regards,

Tejas

Answers (1)

Answers (1)

0 Likes

It works! Thank you, Tejas!