Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV with DYNAMIC field structure

Former Member
0 Likes
376

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?

2 REPLIES 2
Read only

Former Member
0 Likes
349

Hi,

you can FREE the instances and call the ALV again ...

Regards,

Seema

Read only

Former Member
0 Likes
349

hey thanks i called the set_table_display once again before the refresh table and it worked.