28
Jul
ABAP Program with Editable ALV Grid Contents
Posted by Admin, under ABAP, Abap Objects, ALV, Quick Reference, Sample CodeUsing ALV Grid is always beneficial in terms operations and activities we can perform on the data. It even allow us to download data in various formats. But when compared to Table Control, its main disadvantage is, un-editable / read-only data.
Here is a simple program to make certain cells of an ALV grid control editable.

Editable Table Grid
