Hi all,
gr_sorts = gr_table->get_sorts( ).
gr_sorts->add_sort( columnname = 'Material' subtotal = abap_true ).
The above code sorts only one column.
May I know how to sort more than one column by using OO Object model.
Thanks,
Bala Raja