Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Alv grid error

Former Member
0 Likes
523

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

4 REPLIES 4
Read only

Former Member
0 Likes
443

Hi,

Check this program BCALV_EDIT_01, may be it will help you.

Thanks,

Manjunath MS

Read only

0 Likes
443

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.

Read only

0 Likes
443
Read only

Former Member
0 Likes
443

closed