Skip to Content
0
Former Member
Apr 21, 2009 at 09:39 AM

question to: event data_changed of cl_gui_alv_grid

184 Views

Hi,

i am using event data_changed of cl_gui_alv_grid in my z_ALV Report to check and save new added ALV entries.

event: data_changed uses er_data_changed type CL_ALV_CHANGED_DATA_PROTOCOL

case1: after inserting a new line and saving.

The attribute: MT_INSERTED_ROWS and MT_GOOD_CELLS is filled with all needed information.

case 2: but after inserting a new line then using "F4help" on one ALV field and saving.

The attribute: MT_INSERTED_ROWS is empty and MT_GOOD_CELLS is filled with one ALV field(F4help) ?

Any ideas what is going wrong here ?

I checked: BCALV_EDIT_04 within both cases and it´s working fine.:

The attribute: MT_INSERTED_ROWS and MT_GOOD_CELLS is filled with all data.

Regards,

Gordon