2009 Jul 06 11:23 AM
when the stucture it_outab changes dynamically , the values in the alv donot get refreshed accordingly during and after REFRESH_TABLE_DISPLAY. is there any method to set the MT_OUTtab of the REFRESH_TABLE_DISPLAY method before it is called?
when the stucture it_outab changes dynamically , the values in the alv donot get refreshed accordingly during and after REFRESH_TABLE_DISPLAY. is there any method to set the MT_OUTtab of the REFRESH_TABLE_DISPLAY method before it is called?
2009 Jul 08 10:04 AM
Hi,
you can FREE the instances and call the ALV again ...
Regards,
Seema
2009 Jul 09 1:07 PM
hey thanks i called the set_table_display once again before the refresh table and it worked.