Skip to Content
0
Former Member
Dec 04, 2009 at 05:33 AM

ALV report using Class object

198 Views

hi all,

i am doing ALV report using class object. to create a ALV grid , i used CALL METHOD cl_salv_table=>factory.

now my requirement is to find the total and subtotal. so the table should be sorted then do subtotal.

i check in some site and they have mentioned CALL METHOD c_alv1->set_table_for_first_display using screen..but my report is without screens..

how can i sort and subtoat using the method CALL METHOD cl_salv_table=>factory.

help please

thanks