‎2010 Feb 08 4:36 PM
Hi All,
i am displaying data through cl gui alv grid.
but when i am coming to that screen again i clear the container and grid object and displaying the alv again...
but 2nd time no data apppear..
Thanks in Advance,
Kushagra Sharma
‎2010 Feb 08 4:48 PM
I am not sure what you did
Make sure you coded
***PBO Flow
MODULE STATUS_0100.
MODULE INITIAL_GRID. " Here Create Cataloge and Create Grid Control
**PAI Flow
PROCESS AFTER INPUT. MODULE USER_COMMAND_0100.
MODULE USER_COMMAND_0100 INPUT.
save_ok = ok_code.
clear ok_code.
CASE save_ok.
WHEN u2019BACKu2019.
LEAVE TO SCREEN 0.
ENDCASE.
ENDMODULE.
~Pramod
‎2010 Feb 08 4:48 PM
I am not sure what you did
Make sure you coded
***PBO Flow
MODULE STATUS_0100.
MODULE INITIAL_GRID. " Here Create Cataloge and Create Grid Control
**PAI Flow
PROCESS AFTER INPUT. MODULE USER_COMMAND_0100.
MODULE USER_COMMAND_0100 INPUT.
save_ok = ok_code.
clear ok_code.
CASE save_ok.
WHEN u2019BACKu2019.
LEAVE TO SCREEN 0.
ENDCASE.
ENDMODULE.
~Pramod
‎2010 Feb 08 4:59 PM
hi pramod,
my problem is that i am dissplaying a ALV using oops_alv but when ii cme back again to that screen data does not gets displayed.
thanks in advance,
kushagra sharma
‎2010 Feb 08 5:29 PM
Hi Kushagra,
Please check out below given functionalities.
1. Please refresh your grid object
2. free the container object
3. Use Refresh table display method
Regards,
Narendra
‎2010 Feb 08 5:34 PM
‎2010 Feb 09 3:57 AM
hi,
please check the internal table which is you passing for display.............i think you refresh the table ...when back there is no data...............
regards
Gaurav
‎2010 Feb 09 5:17 AM
‎2010 Feb 09 5:43 AM
hi,
you have to share the answer and marked as answered.
regards
Gaurav