Application Development 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: 

Reading a ALV after sorting

Former Member
0 Kudos

Hi all,

I have a Alv grid display.After the ouput is shown

suppose i have it ascending or descending.Now i want to get the sorted alv into my internal table .Bcoz when i double click a particular row it goes to the next screen with the contents of that particular line.Does any one know how to do that here i am using OOPS Alv.

regards

Ahasan

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi Mohammed,

itab will be updated automatically with sort info if you do any sort. and you can easily access the row which you have clicked using the row number(when you click you get the row number), using that you can directly point it to itab using index.

Regards

vijay

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

Hi Mohammed,

itab will be updated automatically with sort info if you do any sort. and you can easily access the row which you have clicked using the row number(when you click you get the row number), using that you can directly point it to itab using index.

Regards

vijay