Application Development and Automation 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: 
Read only

Persistent problem in checkboxes

Former Member
0 Likes
280

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
263

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

1 REPLY 1
Read only

Former Member
0 Likes
264

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