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: 

When i want to uncheck the custom checkbox it is not working in ALV GRID

Former Member
0 Kudos

Can any one suggest me the possibilities that i need to uncheck the custom checkbox designed in ALV grid using oops method.

When i check the checkbox it is working, when i untick the same it is not working.

FYR code has attached

*********In the filedcatalog for custom checkbox field i have given edit option as 'X'.

ls_fieldcatalog-edit = 'X'

*********Method to display ALV grid

CALL METHOD grid->set_table_for_first_display
EXPORTING
is_layout = gs_layout
it_toolbar_excluding = lt_exclude
i_save = 'A'
CHANGING
it_outtab = i_tab[]
it_fieldcatalog = gt_fieldcatalog.

1 ACCEPTED SOLUTION

former_member182550
Active Contributor
0 Kudos

Have you tried debugging ?

6 REPLIES 6

former_member182550
Active Contributor
0 Kudos

Have you tried debugging ?

Former Member
0 Kudos

Yes everything is populating correctly

Here i'm attaching the screenshot of checkbox.screen-checkbox.png

UweFetzer_se38
Active Contributor
0 Kudos

What do you mean with "not working"?

Former Member
0 Kudos

I'm not able to uncheck the same checkbox which i can check.

Former Member
0 Kudos

Thanks for the document which u have shared it is very useful