Hello beautiful people!
I have an editable ALV grid, and when i save multiple lines at once, on the LAST row of data is saved.
LOOP AT tb_dirty.
READ TABLE <fs_table> INTO <fs_struc> INDEX tb_dirty-LINE.
MODIFY (g_struct_name) FROM <fs_struc>.
commit work and wait.
ENDLOOP.
I have tried this code by replacing the field symbols with actual typed variables. This code works for single lines.
When debugging, the sy-subrc = 0 after the MODIFY.
I am at my wits end and my blonde hair is turning brown from the amount of thought-power I've expended on this problem! LOL
Please help. THANKS!!!!!
-Tif