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 GRID-Abap Objects

Former Member
0 Likes
365

I am using ALV grid in ABAP objects. I have to sort ascending and descending. I saw the program BCALV_TEST_GRID. I copied the function code for ascending and descending from the program. But it is not working. what is the problem?

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
317

You need to fill up the table


 it_sort             = gt_sort

in the method


  call method gr_grid_d0100->set_table_for_first_display

a®