Application Development 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: 

Editable ALV with New Row and Save

Former Member
0 Kudos
418

Hi Experts,

I created an ALV report which is editable, add a New Row with SAVE options.

Problem is: when i try to save the changes using SAVE button in the application tool bar for the coloumn in the specific row, the event is not triggered and the changes were not available. However if i press Enter and then the SAVE the changes were available and i am able to update it.

I do not want to press ENTER after doing the changes, All i want is to press SAVE to save my changes.(one click)

How can I do that? Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
135

Hi,

Check the demo program BCALV_EDIT_01

4 REPLIES 4

Former Member
0 Kudos
136

Hi,

Check the demo program BCALV_EDIT_01

0 Kudos
135

Thanks for quick turn around. I believe the program(BCALV_EDIT_01) is not handling the changes and updating the database table. If i missed it, could you please explain me more about it?

Edited by: Raja on Jul 23, 2009 8:58 PM

Former Member
0 Kudos
135

Hi,

Check this thread .

Regards,

Satish

0 Kudos
135

Thanks satish,

From the thread,

We have to either press return key (enter) or switch between cells. But the problem here is with the user, they do not want to do it either way. All they want is to press the save button in the application tool bar after the data is changed in the cell.

Any inputs will be greatly appreicated.

Thank you.