Hi
I am using REUSE_ALV_GRID_DISPLAY for ALV grid Display with various secondary ALV .
I have some editable fields in that and I need to refresh the screen
I am able to get the ALV refreshed using CL_GUI_ALV_GRID->Refresh_Table .
Problem: When I go to the next screen which also has some editable field and as soon as i come back to the initial screen and do the refreshing, it is giving me a dump with descr GRID_CNTRL Exception
and if I see in the call stack, it is comign from CL_GUI_ALV_GRID->Refresh_Table. I am not getting as its works fine when i am not going to the next ALV but as soon as I come back from the Secondary ALV it gives dump.
Please tell how to Solve this Dump.
Thanks