Skip to Content
0
Former Member
Dec 02, 2008 at 04:19 AM

ALV Problem

23 Views

I am displaying data in ALV grid. if the user press the change button which is there on the application toolbar, the alv will be in eduatable mode abd the user can change the data. when press save the data will be saved in some ztable. I have written the code in the below method.

  • Changed data on the cell

METHOD handle_data_changed.

PERFORM data_changed USING er_data_changed.

ENDMETHOD.

But if i change something in the alv forget to press enter button and directly press the save button which is there on the standard tool bar, the data which i have changed is not saving.

i change some data and press enter button , then this avobe event is fired and change the data.

How do i change the data without clicking on save button,

Regards,

Ranjan