‎2008 Mar 08 10:00 AM
Hi experts,
I am using REUSE_ALV_GRID_DISPLAY_LVC for grid display and i sorted using sort option IT_SORT_LVC. It is working fine.
For a new requirement i introduced a checkbox editable.From then it is not sorting the value.
Is it possible to sort with checkbox??
Help me..
Thanks&Regards
Karthik.
‎2008 Mar 08 11:28 AM
dear karthi,
It is not possible to sort and edit at the same time,,
Regards,
Talwinder
‎2008 Mar 08 11:28 AM
dear karthi,
It is not possible to sort and edit at the same time,,
Regards,
Talwinder
‎2008 Mar 08 11:38 AM
Thanks for ur reply. Then how to achieve this requirement.
Thanks&Regards,
Karthik.
‎2008 Mar 08 11:42 AM
Hi ,
I also had a similar requirement like this,
but as it is not possible in GRID alv,
we shifted to LIST alv and did this thing with the help of events:
before_line_output.
after_line_output.
manually cheking the values in the first field
Regards,
Talwinder