‎2010 Nov 08 9:06 AM
Hi
I was looking for some clues on how to code or capture functionality of ENTER KEY for TAB or arrow keys. Any indication would be helpful.
e.g. if user enters anything in one column and goes to next field without pressing enter key how other information can be captured!!!!!!!
Thanks in advance...
‎2010 Nov 09 7:09 AM
Hi Sanjane,
I think you can not do it in table control.
But if you are using CL_GUI_ALV_GRID class, and open input and edit of the ALV grid, there are events, such as:
DATA_CHANGED_FINISHED
DATA_CHANGED
These two events could help you capture the user input.
But in table control, you have to push enter... otherwise PBO,PAI will not be triggered.
Cheers,