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: 

alv_grid input handling?

Former Member
0 Kudos

Hi,

i have wirtten a programm which displays some data on a alv_grid with some editable

fields.

Now i want to handle the input or changes on the alv, to store the data in my local datatable.

But how can i handle this?

Thanx

1 ACCEPTED SOLUTION

0 Kudos

I had to do something similar:

When i had to do this, i used a auxiliar table and before the show, i saved the first table into the auxliar one. After, when the user pushed the button, i made a loop at the first table and compare the fields, and if it had been changed i changed the auxiliar too.

1 REPLY 1

0 Kudos

I had to do something similar:

When i had to do this, i used a auxiliar table and before the show, i saved the first table into the auxliar one. After, when the user pushed the button, i made a loop at the first table and compare the fields, and if it had been changed i changed the auxiliar too.