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

ALV field sorting

Former Member
0 Likes
535

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
499

dear karthi,

It is not possible to sort and edit at the same time,,

Regards,

Talwinder

3 REPLIES 3
Read only

Former Member
0 Likes
500

dear karthi,

It is not possible to sort and edit at the same time,,

Regards,

Talwinder

Read only

0 Likes
499

Thanks for ur reply. Then how to achieve this requirement.

Thanks&Regards,

Karthik.

Read only

0 Likes
499

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