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: 

alv grid and checkboxes

Former Member
0 Kudos
108

I'm using the function 'reuse_alv_grid_display' to display an internal table with the first column as a checkbox. Everything displays fine, but the checkbox column is grayed out and I can't check or uncheck the rows as needed. How do I activate this column so I can check or uncheck rows as needed.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
83

hi,

here the standard program BCALV_EDIT_05 of ALV with check boxes.

Sudheer.A

5 REPLIES 5

Former Member
0 Kudos
84

hi,

here the standard program BCALV_EDIT_05 of ALV with check boxes.

Sudheer.A

0 Kudos
83

My system states BCALV_EDIT_05 doesn't exist. Do you mean BCALV_GRID_05?

0 Kudos
83

hi,

the program name is BCALV_EDIT_05.

but in your check the feild catelog option is given or not as following.

gs_fieldcat-checkbox = 'X'.

gs_fieldcat-edit = 'X'.

Former Member
0 Kudos
83

Sudheer,

Thanks much, that solved the problem. I was using gs_fieldcat_input instead of gs_fieldcat_edit.

IS the gs_fieldcat_input needed for fields that I want to type in data to a field? Just for my knowledge.

Thanks again,

Ed

0 Kudos
83

Edward,

For all the fields where you want the user to enter / edit the data, you should check EDIT field of the field catalog for that field.

Regards,

Ravi

Note : Please mark the helpful answers.