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: 

How to save data in ALV REUSE_ALV_GRID_DISPLAY_LVC

Former Member
0 Kudos

Hello,

I use ALV list to edit data , Now I want to get the input data for the cells so that I can update to the system ?

I've debuged but I can not see that the data of the row has been changed in the internal table ?

Thanks for your help

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Put this option of function as X. It will save the data.

  • I_SAVE = 'X '

Hope it will helpful..

3 REPLIES 3

Former Member
0 Kudos

Put this option of function as X. It will save the data.

  • I_SAVE = 'X '

Hope it will helpful..

I_SAVE determines whether use can create a variant...if memory serves correctly.

Former Member
0 Kudos

hi,

use call method me->get_modified_cells will get u the changed cell with value in importing parameters.

hope this will help u

write for further queries.