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

0 Likes
2,908

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

Former Member
0 Likes
843

Hi Hemchandra,

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

Regards,

John.

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?

3 REPLIES 3
Read only

Former Member
0 Likes
844

Hi Hemchandra,

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

Regards,

John.

Read only

0 Likes
843

Thanks man. it works...

Read only

0 Likes
843

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