2005 May 24 3:05 PM
Hi All,
I want to change certain cell values just before it is shown to the user with the method set_table_for_first_display. Any clues on how to do that? Can I do this by raising the event data_changed? if yes how?
BR
Sandeep
2005 May 24 3:20 PM
Hi,
In PBO try using
call method o_alvgrid->register_edit_event
exporting
i_event_id = cl_gui_alv_grid=>mc_evt_modified.
Hi All,
I want to change certain cell values just before it is shown to the user with the method set_table_for_first_display. Any clues on how to do that? Can I do this by raising the event data_changed? if yes how?
BR
Sandeep
2005 May 24 3:20 PM
Hi,
In PBO try using
call method o_alvgrid->register_edit_event
exporting
i_event_id = cl_gui_alv_grid=>mc_evt_modified.
2005 May 25 5:44 AM
If you want to change the entries before they are shown on the screen - why don't you just change the contents of the internal table?
Christian
2005 May 25 6:46 AM
Hi,
Check this link for useful answers
http://www.sapdevelopment.co.uk/reporting/alv/alvscr.htm
Thanks & Regards,
Judith.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |