Skip to Content
0
Former Member
Jun 04, 2009 at 05:41 PM

ALV default value

826 Views

Hi all,

how to add new row to ALV list with some fields filled with default values?

It would work with edit event registered as modification

"CALL METHOD go_grid_310->register_edit_event

EXPORTING

i_event_id = cl_gui_alv_grid=>mc_evt_modified"

but then adding new record to ALV automatically calls check_changed_data and if other fields are empty error protocol is returned.....before user enter any data into new ALV row.

Thanks

J.