Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Clearing ALV grid data using OOPS

Former Member
0 Likes
1,059

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

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
748

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

Read only

0 Likes
748

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.