‎2008 Apr 04 8:35 AM
Hello,
I am using an alv grid with 2 editable fields where user has to input the data according to his requirement. Now i have to read that changed data & then save it to Z-table. I am using the Class : " lcl_event_receiver ".
In that class i used methods to get_cell_value & modify_cell
but now problem is that when i change that data & press enter or tab to change the next field, it given an error that the field GIT_FINAL-UNSCG is not in ABAP Dictionary.
GIT_FINAL is table for alv display & unscg is name of that field which i am changing.
Plz help .. its an urgent requirement for me.
thanx in advance.
--
Rgds
Prateek
‎2008 Apr 04 8:52 AM
Hi,
Check this program BCALV_EDIT_01, may be it will help you.
Thanks,
Manjunath MS
‎2008 Apr 04 12:44 PM
Hi manju
thanx for replying buy this is not solving my problem. I need to read the changed value of that field... how would i do that.? i am trying for that but its not working. & gives the error i specified earlier.
plz anyone can help. its urgent.
--
rgds.
‎2008 Apr 04 1:35 PM
http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm
hope it helps u out...
‎2010 Dec 14 3:49 AM