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

alv_grid input handling?

Former Member
0 Likes
399

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
Read only

0 Likes
373

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.

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 REPLY 1
Read only

0 Likes
374

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.