Skip to Content
0
Jan 15, 2012 at 10:37 AM

Dynamic Change in Total value for a column in ALV Grid

415 Views

Hi all,

I'm having a scenario to calculate the Total for a column through a formula. For remaining all fields, just summing has to be done. I have added DO_SUM for all fields through Field catalog.

I searched in forum and tried to use the method to change the Total

CALL METHOD c_alv->get_subtotals
      IMPORTING
        ep_collect00 = itab_00.

In ITAB_00, im getting the Total Values. Here through Debugging i changed the Total content but the output is with the same actual total..

Please help me out..

Thanks,

Ramesh