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

F4 not working while using data_changed -> mt_mod_cells

Former Member
0 Likes
898

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
780

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 .

4 REPLIES 4
Read only

Former Member
0 Likes
781

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 .

Read only

Former Member
0 Likes
780

This message was moderated.

Read only

Former Member
0 Likes
780

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

Read only

Former Member
0 Likes
780

Thanks All