2012 Jun 21 7:59 AM
Hi << Content removed >>,
I am using ABAP Objects for my ALV grid program.
If i press a push button all the data in my alv should be erased online.
Currently am using CL_GUI_CFW=>FLUSH. But not helping me.
Pls suggest me how to clear my editable ALV data by some user interaction.
Thanks,
Shyam.
Moderator Message: Please speak professionally in the forums. Please search before posting.
Message was edited by: Kesavadas Thekkillath
2012 Jun 21 8:11 AM
Hi,
The method CL_GUI_CFW=>FLUSH is used to method to synchronize the automation queue and not deleting ALV data.
Refer to demo program 'BCALV_EDIT_04' and you will find out a way to achieve the same.
Cheers,
Sandeep
2012 Jun 21 8:24 AM
Hi,
Thanks for the reply. BCALV_EDIT_04 contains only to delete the alv rows but i have to completely refresh the ALV data on the screen if i press a CLEAR button.
Thanks,
Santosh.