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

grid is not refreshing

Former Member
0 Likes
673


hi experts,

i have placed a container on my screen 1000.

splitted that screen into 3 columns.created grid for those three columns

when modify the data in my grid my itab is not refreshing

i tried with refresh_table_display but no use.

Thanks&regards,

sriman.

5 REPLIES 5
Read only

Former Member
0 Likes
648

Hi Sriman,

you need call method grid->check_changed_data in PAI.

regards,

Archer

Read only

0 Likes
648

hi archer,

thanks for fast reply

At what situation i need to call?

thanks&regards,

sriman.

Read only

0 Likes
648

hi,

when i click on another radio button my hotspot method will be triggered.

where i need to do action for that method

Thanks&regards,

sriman.

Read only

0 Likes
648

Once you modified any data on grid, it will trigger the PAI module.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
648

Call of method refresh_table_display "Redisplay Table" will update grid from internal table, you want to update internal table from ALV input, so add a call of method check_changed_data "Verification of Changes and Triggering of Event DATA_CHANGED" call in the PAI. Depending on your actual code, you may be required to call also this method outside of PAI, especially if you manage some ALV events.


Regards,

Raymond