‎2008 Oct 07 8:22 AM
Hi experts.....
I like to know How to create Editable ALV Grid using Class...
Also i like to to know how to add The contains to Z-Table...
Whether we can delete ALV grid contents........
...Thanks
..Ashish
‎2008 Oct 07 8:46 AM
try these program
BCALV_TEST_GRID_EDITABLE &
BCALV_EDIT_02
Just search BCALVEDIT you will get many such sample program in se38
Edited by: mrugesh phatak on Oct 7, 2008 9:54 AM
‎2008 Oct 07 7:23 PM
Hi, Set the EDIT = 'X' in the Field Catalog of your ALV. It will enable the fields for edit. And you trigger the event data_changed of ALV Class.
Try this.
Thanks.
Regards,
Jey
‎2008 Oct 07 8:31 PM
‎2009 Mar 17 8:15 AM