fidley / falv

FALV - Fast ALV Grid
https://abapblog.com
GNU General Public License v3.0
141 stars 52 forks source link

Save data from Editable ALV #39

Closed luissismeiro closed 6 years ago

luissismeiro commented 7 years ago

Hi Łukasz,

Great job on making this development and by making it available for the community!

I have a question, after we use the editable ALV, how can we save changes made by an user?

Best Regards, Luís

fidley commented 7 years ago

Thanks Luís, once you're in edit mode and you register edit event (enter or modify) then the data is directly saved to internal table after the event was fired. For example when you press enter or switch cell (depands on the event used). In this area FALV works exactly as CL_GUI_ALV_GRID.