Hello All,
I am using OO ALV to display the results.
column1, column2, column3 column4 (sorting is on column1, colum2)
After clikcing on a button, the order or colums should change
column4, column2, column3, column1 (sorting is on column4, colum2)
To achieve above requirement ,
after clicking on button, i am freeing the object of custom container and grid. creating them again.
calling set_table_for_first_display, after rebuilding the fields catelog table and sorting table.
But this is not giving the desired output. i checked in debugging, that, the objects are freed and new field catelogs are build. Still the display is not changing to coulmn4, column2, column3, column1
Plz help with some ideas
Thank you.
Best Regards,
Amar