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 ALV data using GUI Status

Former Member
0 Likes
497

Hey guys,

I have created an ALV with a custom GUI status.Now when the user presses a button on Application Bar the ALV data needs to be modified(after some calculation).

Problem I am facing is that the internal table gets updated but it doesn't get reflected in ALV.

Any idea how to solve this.

Thanks,

Chirantan

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
401

You need to call the refresh method.

REgards,

Rich Heilman

Read only

Former Member
0 Likes
401

Hello,

Try using the method refresh_table_display of the alv object that you have created.

Regards,

Sachin