Hi,
Can any one solve my issue?
I have displayed EKKO table data using CL_GUI_ALV_GRID=>SET_TABLE_FOR_FIRST_DISPLAY in the screen 100. I have arranged one push button in the tool bar say u2018DETAILu2019.
Once clicked u2018DETAILu2019 I called one more screen 200 and displayed my Ztable data using the same CL_GUI_ALV_GRID=>SET_TABLE_FOR_FIRST_DISPLAY. Here I can add and modify entries in Ztable.
My problem is at first when clicked u2018DETAILu2019 screen 200 is coming with proper data(Say 2 entries). After that I add 2 entries in Ztable, and closee the screen. When again I click u2018DETAILu2019 the new data is not coming. Only 2 entries are coming.
During debugging it showing proper data (4 entries), but it is displaying old data (2 entries).
I think Screen is not refreshing.
Can any one give the clear idea to solve this.
Thanks in advance.
Regards,
Kumar.
Edited by: ABAP on Aug 27, 2009 6:23 AM