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

Coding Enter Key for TAB functionality in table control

Former Member
0 Likes
337

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...

1 REPLY 1
Read only

Former Member
0 Likes
283

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,