2007 Jun 27 8:32 AM
hi
i have an ALV grid in my screen
in that one of my field (quantity field )is editable
when user changes that quantity value and say he will press enter button
i need my control of the program in my PAI.
but this is not happening, if any one knows the way to take the control to PAI
please help.
hi
i have an ALV grid in my screen
in that one of my field (quantity field )is editable
when user changes that quantity value and say he will press enter button
i need my control of the program in my PAI.
but this is not happening, if any one knows the way to take the control to PAI
please help.
2007 Jun 27 8:37 AM
u've to register the edit event with the Enter key, something like this
call method gr_grid_d0100->register_edit_event
exporting
i_event_id = cl_gui_alv_grid=>mc_evt_enter.
checkt the sample program BCALV_TEST_GRID_EVENTS for more info
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |