Skip to Content
0
Former Member
Aug 20, 2007 at 11:19 PM

How to sort more than one column in ALV by using OO object model

37 Views

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