Application Development 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: 

ALV_GRID refreshing after input with help custom

Former Member
0 Kudos

I have an ALV GRID (REUSE ALV GRID...).

Using a button I choose (with a custom help built by FM F4IF_INT_TABLE_VALUE_REQUEST) a value assigned to the field X of all the n selected rows.

After this I need to refresh the modified rows.

If I call my FM for displaying the alv grid, I obtain the result but if I come back on the prevoius screen (should be the selection screen) I return to the old version of the table. It seems like at every call of the alv grid I generate a new screen while I need only to refresh the screen of the alv.

What should I do?

Thanks for every answer

2 REPLIES 2

Former Member
0 Kudos

Hello,

Did You try to use :

call method grid (name of grid )->refresh_table_display

Kind regards,

JK

Former Member
0 Kudos

Hi,

Please try these threads:

Thanks,

AMS