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

problem with ALV gird

Former Member
0 Likes
338

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.

1 REPLY 1
Read only

Former Member
0 Likes
320

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