Hello Colleague,
In my development, I need to display data in ALV screen. I call the FMREUSE_ALV_GRID_DISPLAY to generate the ALV screen. It's succsful.
In the application toolbar of the screen, I also add a button "New Entries". The requirement is that when user clicks the button, another three new empty records should be appended to the ALV table. I'm sure the three empty records are appended into the internal table, but the ALV screen still keep the old data and don't refresh.
My question is, after the user click "New entries" button, which statement should i use to refersh the ALV screen so that the new empty records will be displayed too?
Thanks in advance,
Regards, Johnny.