Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

change the field catalogue in alv grid control

Former Member
0 Kudos
101

Hi guys,

I am using ALV grid control (oops concept)for displaying report.I made one column as check box.My requirement is to display certain rows as checkbox and certain rows as blank based on certain condition.How can change the fieldcatalogue line by line.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
60

Hi Palani,

It is not possible like that,

You can make the remaining checkboxes as Disabled to acheive the same functionality

to disable checkbox check standard program BCALV_EDIT_05

2 REPLIES 2

Former Member
0 Kudos
61

Hi Palani,

It is not possible like that,

You can make the remaining checkboxes as Disabled to acheive the same functionality

to disable checkbox check standard program BCALV_EDIT_05

uwe_schieferstein
Active Contributor
0 Kudos
60

Hello Palani

Get the fieldcatalog from the grid instance using method go_grid->GET_FRONTEND_FIELDCATALOG and use the corresponding method go_grid->SET_FRONTEND_FIELDCATALOG after changing the fieldcatalog values.

Regards

Uwe