‎2009 Jan 07 5:24 AM
Hi All,
I am using the event er_data_changed -> mt_mod_cells to change the data in a cell. But when i press F4 and when i choose data, the data does not appear in the cell. In debugging i found that er_data_changed -> mt_mod_cells is not getting populated.
I am using SAP 4.6C. Also the same code works properly in SAP 4.7.
Any suggestions/solution regarding the same would be very helpful.
‎2009 Jan 07 9:33 AM
This problem appears in 4.6c Use mt_good_cells.mt_mod_cells creates problems in 4.6 c but works fine in 4.7
I had used mt_good_cells it worked for me .
‎2009 Jan 07 9:33 AM
This problem appears in 4.6c Use mt_good_cells.mt_mod_cells creates problems in 4.6 c but works fine in 4.7
I had used mt_good_cells it worked for me .
‎2009 Jan 07 9:59 AM
‎2009 Jan 07 10:11 AM
hi,
see this demo prg BCALV_EDIT_04
MT_MOD_CELLS
MP_MOD_ROWS
you can assign er_data_changed->mp_mod_rows-> to a field-symbol and use it
thanks
‎2009 Jan 09 10:12 AM