2012 Oct 05 6:28 AM
Hi All,
Can someone let me know if we can place the checkbox in ALV Grid for a particular cell. I dont need check box for few cells in a column, we can disable the checkbox for that. But I dont want to show it at all. PFB the screen shot. I dont want the disabled checkbox to be shown for the headings. Please let me know if this can be done.
Thank you,
Sri.
2012 Oct 05 9:26 PM
Check example program BCALV_EDIT_05. If you select a row and enter the 'SWITCH" user command, the checkbox disappears from the field completely. You can study how this example code works and apply it to your case.
2012 Oct 05 9:26 PM
Check example program BCALV_EDIT_05. If you select a row and enter the 'SWITCH" user command, the checkbox disappears from the field completely. You can study how this example code works and apply it to your case.
2012 Oct 30 8:20 AM
Perfect!!!
Thanks a lot Alex. This is the program I am looking for