‎2007 Apr 03 7:54 AM
Hi,
After selecting checkboxes in my basic alv list display, it will goes to detail list.
when i come back to the basic alv list,the check boxes are still in checked mode.how could these check boxes can be made it to unselect mode automatically?
Thanks
‎2007 Apr 03 8:03 AM
hi bala
whenever a checkbox is checked it will have 'X' corresponding to it in an internal table
now loop at that internal table set that field to ' ' . this will uncheck it
regards
navjot
reward accordingly
‎2007 Apr 03 8:03 AM
hi bala
whenever a checkbox is checked it will have 'X' corresponding to it in an internal table
now loop at that internal table set that field to ' ' . this will uncheck it
regards
navjot
reward accordingly