2010 Apr 13 10:17 AM
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
2010 Apr 13 10:25 AM
Put this option of function as X. It will save the data.
I_SAVE = 'X '
Hope it will helpful..
2010 Apr 13 10:25 AM
Put this option of function as X. It will save the data.
I_SAVE = 'X '
Hope it will helpful..
2010 Apr 14 12:28 AM
I_SAVE determines whether use can create a variant...if memory serves correctly.
2010 Apr 13 10:29 AM
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.