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

Run time error in ALV editable on Class implementation

Former Member
0 Likes
544

I am getting a runtime error GETWA_NOT_ASSIGNED again ( This error was resolved yesterday thanks to an expert ) after I implemented a class to handle screen events in an editable ALV . Without the class the program was working and was able to insert the changed values into the internal table. I want to use these values to make changes another field on the same row . Is there a solution .

I have copied the code from BCALV_EDIT_03. I can post my code.

I am almost reaching my deadline date so , I will appreciate any help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

Hi Krish,

Try doing your changes in method 'handle_data_changed'.

Regards

Immanuel

I am getting a runtime error GETWA_NOT_ASSIGNED again ( This error was resolved yesterday thanks to an expert ) after I implemented a class to handle screen events in an editable ALV . Without the class the program was working and was able to insert the changed values into the internal table. I want to use these values to make changes another field on the same row . Is there a solution .

I have copied the code from BCALV_EDIT_03. I can post my code.

I am almost reaching my deadline date so , I will appreciate any help.

2 REPLIES 2
Read only

Former Member
0 Likes
513

Hi Krish,

Try doing your changes in method 'handle_data_changed'.

Regards

Immanuel

Read only

0 Likes
512

Yes , I have altered a lot in handle_data_change . Its only when I try to use the pr_data_changed->modify_cell

method call , I get into the runtime error.

This is the syntax that I have used. :

CALL METHOD pr_data_changed->modify_cell

EXPORTING i_row_id = ps_good_planetype-row_id

i_fieldname = 'BAL_QUANT'

i_value = ls_saplane-sel_quant.