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

Refresh_table_display dont work in Dynpro

mykola_tokariev2
Explorer
0 Likes
1,144

Hello together,

I have some problem with ALV. On my sub-screen I show ALV with internal table and its works fine.

But then, when I change some data in my internal table and try to refresh my ALV with refresh_table_display method, nothing happen.

Could you help me with this?

Dynpro with ALV

Hello together,

I have some problem with ALV. On my sub-screen I show ALV with internal table and its works fine.

But then, when I change some data in my internal table and try to refresh my ALV with refresh_table_display method, nothing happen.

Could you help me with this?

Dynpro with ALV

1 REPLY 1
Read only

DaniEmmenegger
Explorer
0 Likes
1,045

a bit late... but maybe it helps someone... The table you would like to show in an alv, has to be global... so in your case it has to be e table attribut (not sure about the visibility). Then, refresh works well...