‎2014 Jul 16 12:07 PM
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®ards,
sriman.
‎2014 Jul 16 12:35 PM
Hi Sriman,
you need call method grid->check_changed_data in PAI.
regards,
Archer
‎2014 Jul 16 12:41 PM
hi archer,
thanks for fast reply
At what situation i need to call?
thanks®ards,
sriman.
‎2014 Jul 16 12:44 PM
hi,
when i click on another radio button my hotspot method will be triggered.
where i need to do action for that method
Thanks®ards,
sriman.
‎2014 Jul 16 12:49 PM
Once you modified any data on grid, it will trigger the PAI module.
‎2014 Jul 16 12:50 PM
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