HI,
On screen i have got uploaded a container with ALV Control.
The ALV is assigned with the table feesdetail.
call method grid->set_table_on_first display.
filled the table.
now after saving the transaction want to refresh the table display again and hence appended a line next to the above stmt as
call method grid->refresh_table_display.
But no change in output on immediate click of save button.
I have to exit the screen and again do the process from the beginning to see the table data in ALV. Immediately on screen iam unable to view the contents with the refresh_talbe_display method.
What to do and how?
Please assist