cancel
Showing results for 
Search instead for 
Did you mean: 

Adding custom column to analytical list page app using BAS

srivishwak
Explorer
0 Kudos

Hi All

How to Add a custom column to analytical list page app only from UI using BAS. There's no option for it in the Guided development tool as well. Please suggest me a way to achieve that.

Requirement is to add a button to every row (separate column for button) in the table and on click of that i should open a fragment that displays a List of items.

View Entire Topic
rahulsankla
Explorer

You might need to create an extension of the app. This is manual activity since guided development tool only allows you add through annotations.

Below answer might help you to achieve this.

SAP Fiori element custom action on list report | SAP Community

Otherwise you can paste the manifest.json file content to look at and I might guide you on how to do it.

Regards

Rahul

srivishwak
Explorer
0 Kudos

Hi Rahul

Thanks for your response.
I'm trying to add the column to ALP. This is my code.

manifest:



srivishwak
Explorer
0 Kudos

Project structure:

rahulsankla
Explorer
0 Kudos

You need to add a view extension also.

may be this might help,

https://blogs.sap.com/2019/08/24/analytical-list-page-alp-developer-extension/

Regards

Rahul Sankla