‎2009 Dec 02 6:16 AM
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?
‎2009 Dec 02 6:26 AM
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®