2007 Sep 11 4:00 PM
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.
2007 Sep 11 6:07 PM
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.
2007 Sep 11 6:07 PM
Hi Krish,
Try doing your changes in method 'handle_data_changed'.
Regards
Immanuel
2007 Sep 11 6:15 PM
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.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |