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, Update internal table

0 Kudos

Is it possible to update the internal table that is being used in method 'set_table_for_first_display'? one of the column is editable and if the user decides to change the value of a cell and then 'saves' without pressing the 'enter', the internal table is not updated with the changed cell value. any suggestions?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Hemchandra,

When processing the SAVE command get the changed values using CALL METHOD zz_grid->check_changed_data.

Regards,

John.

3 REPLIES 3

Former Member
0 Kudos

Hi Hemchandra,

When processing the SAVE command get the changed values using CALL METHOD zz_grid->check_changed_data.

Regards,

John.

0 Kudos

Thanks man. it works...

0 Kudos

Hi guys,

I'm trying to do the same but with the 'REUSE_ALV_GRID_DISPLAY' FM, with a normal ALV not an OO ALV.

Is it posible to get the changed values from the grid into the internal table and save them into a customer table, let's say ZTABLE?

Thanks in advance!

Regards,

Lau